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

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

example/lib/main.dart

import 'package:flutter/material.dart';

import 'package:otter/otter.dart';

import 'package:example/src/app.dart';
import 'package:example/src/otter/example_task_handler.dart';

void main() {
  runApp(const App());
  Otter.init(ExampleTaskHandler());
}
2
likes
0
points
38
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

unknown (license)

Dependencies

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

More

Packages that depend on otter