altfire_configurator 0.1.3
altfire_configurator: ^0.1.3 copied to clipboard
altfire_configurator is a package wrapping FlutterFire Remote Config. It was created to make Firebase SDK versioning and methods easier to use. It is recommended to use the various altfire packages as a set.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add altfire_configurator
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
altfire_configurator: ^0.1.3
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:altfire_configurator/altfire_configurator.dart';