live_configuration 1.0.21 copy "live_configuration: ^1.0.21" to clipboard
live_configuration: ^1.0.21 copied to clipboard

A live configuration client that allows you to sync configuration entries from a remote server.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add live_configuration

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

dependencies:
  live_configuration: ^1.0.21

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:live_configuration/live_configuration.dart';
0
likes
100
pub points
0%
popularity

Publisher

verified publishertomasweigenast.com

A live configuration client that allows you to sync configuration entries from a remote server.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

fixnum, flutter, http, path, path_provider, protobuf

More

Packages that depend on live_configuration