easy_api_provider 3.0.0 copy "easy_api_provider: ^3.0.0" to clipboard
easy_api_provider: ^3.0.0 copied to clipboard

Flutter REST API client and API provider built on Dio: typed responses, retry, caching, deduplication, token refresh, pagination, and reactive UI widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_api_provider

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

dependencies:
  easy_api_provider: ^3.0.0

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:easy_api_provider/easy_api_provider.dart';
3
likes
160
points
297
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publisherpromifyltd.com

Weekly Downloads

Flutter REST API client and API provider built on Dio: typed responses, retry, caching, deduplication, token refresh, pagination, and reactive UI widgets.

Repository (GitHub)
View/report issues

Topics

#api #http #dio #network #rest

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

ansicolor, dio, flutter, talker_dio_logger

More

Packages that depend on easy_api_provider