rest_api_client 2.3.2 copy "rest_api_client: ^2.3.2" to clipboard
rest_api_client: ^2.3.2 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.3.2

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
150
points
944
downloads

Publisher

unverified uploader

Weekly Downloads

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, jwt_decoder, pretty_dio_logger, storage_repository

More

Packages that depend on rest_api_client