mobile_api 0.0.10+17 copy "mobile_api: ^0.0.10+17" to clipboard
mobile_api: ^0.0.10+17 copied to clipboard

Typed REST and GraphQL API helpers for Flutter apps, with token refresh, secure cache storage, multipart uploads, and network checks.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mobile_api

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  mobile_api: ^0.0.10+17

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mobile_api/mobile_api.dart';
1
likes
160
points
39
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Typed REST and GraphQL API helpers for Flutter apps, with token refresh, secure cache storage, multipart uploads, and network checks.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, flutter, flutter_secure_storage, fresh_graphql, graphql, http

More

Packages that depend on mobile_api