firebase_remote_helper 0.4.0 copy "firebase_remote_helper: ^0.4.0" to clipboard
firebase_remote_helper: ^0.4.0 copied to clipboard

This plugin makes it easier for you to use firebase remote config.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_remote_helper

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

dependencies:
  firebase_remote_helper: ^0.4.0

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:firebase_remote_helper/firebase_remote_helper.dart';
2
likes
140
pub points
53%
popularity

Publisher

verified publisherlamnhan.dev

This plugin makes it easier for you to use firebase remote config.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

firebase_remote_config, flutter

More

Packages that depend on firebase_remote_helper