orchestrator_flutter 0.3.1 copy "orchestrator_flutter: ^0.3.1" to clipboard
orchestrator_flutter: ^0.3.1 copied to clipboard

Flutter platform implementations for orchestrator_core's offline support. Provides FileNetworkQueueStorage, FlutterFileSafetyDelegate, and FlutterConnectivityProvider.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add orchestrator_flutter

With Flutter:

 $ flutter pub add orchestrator_flutter

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

dependencies:
  orchestrator_flutter: ^0.3.1

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:orchestrator_flutter/orchestrator_flutter.dart';
0
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter platform implementations for orchestrator_core's offline support. Provides FileNetworkQueueStorage, FlutterFileSafetyDelegate, and FlutterConnectivityProvider.

Repository (GitHub)
View/report issues

Topics

#offline #connectivity #storage #orchestrator #flutter

License

unknown (license)

Dependencies

connectivity_plus, flutter, orchestrator_core, path, path_provider

More

Packages that depend on orchestrator_flutter