patapata_firebase_remote_config 1.0.2 copy "patapata_firebase_remote_config: ^1.0.2" to clipboard
patapata_firebase_remote_config: ^1.0.2 copied to clipboard

This package is a plugin for Patapata that adds support for Firebase Remote Config to your Patapata app.

Patapata - Firebase Remote Config

Add support for Firebase Remote Config to your Patapata app.


About #

This package is a plugin for Patapata that adds support for Firebase Remote Config to your Patapata app. It will automatically fetch remote config values from Firebase and send them to Patapata's RemoteConfig system.

This plugin requires the patapata_firebase_core plugin to be installed and activated.

Getting started #

  1. Add the dependency to your pubspec.yaml file
flutter pub add patapata_firebase_remote_config
  1. Import the package
import 'package:patapata_firebase_remote_config/patapata_firebase_remote_config.dart';
  1. Activate the plugin
void main() {
  App(
    environment: const Environment(),
    plugins: [
      FirebaseCorePlugin(),
      FirebaseRemoteConfigPlugin(),
    ],
  )
  .run();
}

Contributing #

Check out the CONTRIBUTING guide to get started.

License #

See the LICENSE file

0
likes
120
pub points
21%
popularity

Publisher

verified publishergree.co.jp

This package is a plugin for Patapata that adds support for Firebase Remote Config to your Patapata app.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

firebase_remote_config, flutter, patapata_core, patapata_firebase_core

More

Packages that depend on patapata_firebase_remote_config