activout_firebase_options_selector 1.0.0 activout_firebase_options_selector: ^1.0.0 copied to clipboard
When you have multiple Firebase projects for production, test and development, use this library to make it easier to switch between environments without building separate apps!
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add activout_firebase_options_selector
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
activout_firebase_options_selector: ^1.0.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:activout_firebase_options_selector/activout_firebase_options_selector.dart';