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

A Flutter plugin allowing you to use Firebase Installations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutterfire_installations
copied to clipboard

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

dependencies:
  flutterfire_installations: ^0.1.0
copied to clipboard

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:flutterfire_installations/flutterfire_installations.dart';
copied to clipboard
1
likes
130
points
29
downloads

Publisher

verified publisherfirebase.google.com

Weekly Downloads

2024.09.27 - 2025.04.11

A Flutter plugin allowing you to use Firebase Installations.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

firebase_core, firebase_core_platform_interface, firebase_installations_platform_interface, firebase_installations_web, flutter

More

Packages that depend on flutterfire_installations