firebase_remote_helper 0.6.0 copy "firebase_remote_helper: ^0.6.0" to clipboard
firebase_remote_helper: ^0.6.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.6.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';
3
likes
150
points
69
downloads

Publisher

verified publisherlamnhan.dev

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

firebase_remote_config, flutter

More

Packages that depend on firebase_remote_helper