failover 1.0.2 copy "failover: ^1.0.2" to clipboard
failover: ^1.0.2 copied to clipboard

Sistema robusto de failover para alternância automática entre ambientes de produção, desenvolvimento e staging em aplicações Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add failover

With Flutter:

 $ flutter pub add failover

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

dependencies:
  failover: ^1.0.2

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:failover/failover.dart';
3
likes
0
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

Sistema robusto de failover para alternância automática entre ambientes de produção, desenvolvimento e staging em aplicações Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on failover