rest_api_client 2.2.24 copy "rest_api_client: ^2.2.24" to clipboard
rest_api_client: ^2.2.24 copied to clipboard

Abstraction for communicating with REST API in flutter projects. Incorporates exception handling and jwt with refresh token authorization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rest_api_client

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

dependencies:
  rest_api_client: ^2.2.24

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:rest_api_client/rest_api_client.dart';
29
likes
130
pub points
77%
popularity

Publisher

unverified uploader

Abstraction for communicating with REST API in flutter projects. Incorporates exception handling and jwt with refresh token authorization.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, dio, flutter, pretty_dio_logger, storage_repository

More

Packages that depend on rest_api_client