firebase_tools 0.1.0 copy "firebase_tools: ^0.1.0" to clipboard
firebase_tools: ^0.1.0 copied to clipboard

A new Flutter package to use firebase analytics,crashlytics and remote config.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_tools

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

dependencies:
  firebase_tools: ^0.1.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_tools/firebase_tools.dart';
1
likes
20
pub points
32%
popularity

Publisher

unverified uploader

A new Flutter package to use firebase analytics,crashlytics and remote config.

Homepage

License

MIT (LICENSE)

Dependencies

firebase_analytics, firebase_core, firebase_crashlytics, firebase_remote_config, flutter

More

Packages that depend on firebase_tools