0 purchases
cod api
This plugin allows Flutter apps to query the call of duty API.
Usage #
import 'package:cod_api/cod_api.dart';
final _ = API.login("ssoToken");
var data = await API.modernWarfare.fullData("mb27p", Platforms.psn);
copied to clipboard
Additional information #
Github: https://github.com/Lierrmm/flutter_cod_api
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.