Thanks to visit codestin.com Credit goes to pub.dev
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
Homepage
API reference
MIT (license)
flutter, http
Packages that depend on cod_api
Back