altair 0.1.1 copy "altair: ^0.1.1" to clipboard
altair: ^0.1.1 copied to clipboard

A powerful Flutter network client built on top of Dio with built-in authentication, caching, and stale-while-revalidate support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add altair

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

dependencies:
  altair: ^0.1.1

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:altair/altair.dart';
2
likes
140
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter network client built on top of Dio with built-in authentication, caching, and stale-while-revalidate support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, dio, flutter, flutter_secure_storage, hive, path_provider

More

Packages that depend on altair