apix 1.1.0 copy "apix: ^1.1.0" to clipboard
apix: ^1.1.0 copied to clipboard

Production-ready Flutter/Dart API client with auth refresh queue, exponential retry, smart caching and error tracking (Sentry-ready). Powered by Dio.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add apix

With Flutter:

 $ flutter pub add apix

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

dependencies:
  apix: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:apix/apix.dart';
2
likes
0
points
156
downloads

Publisher

unverified uploader

Weekly Downloads

Production-ready Flutter/Dart API client with auth refresh queue, exponential retry, smart caching and error tracking (Sentry-ready). Powered by Dio.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, dio, flutter, flutter_secure_storage, sentry_flutter

More

Packages that depend on apix