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

outdated

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: ^1.1.10

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';
31
likes
0
pub points
80%
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

License

unknown (license)

Dependencies

connectivity_plus, dio, flutter, pretty_dio_logger, storage_repository

More

Packages that depend on rest_api_client