Flutter package for the Call of Duty API.
More...
This plugin allows Flutter apps to query the call of duty API.
import 'package:cod_api/cod_api.dart'; final _ = API.login("ssoToken"); var data = await API.modernWarfare.fullData("mb27p", Platforms.psn);
Github: https://github.com/Lierrmm/flutter_cod_api
codapi.dev
API reference
MIT (LICENSE)
flutter, http
Packages that depend on cod_api
Back