otter 1.0.3 copy "otter: ^1.0.3" to clipboard
otter: ^1.0.3 copied to clipboard

Flutter plugin designed to simplify the management of HTTP requests in offline and online modes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add otter

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

dependencies:
  otter: ^1.0.3

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:otter/otter.dart';
2
likes
30
points
42
downloads

Publisher

verified publishernexhub.fr

Weekly Downloads

Flutter plugin designed to simplify the management of HTTP requests in offline and online modes.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, flutter, http, path, path_provider, sembast, synchronized, uuid

More

Packages that depend on otter