firebase_testlab_detector 0.3.0 copy "firebase_testlab_detector: ^0.3.0" to clipboard
firebase_testlab_detector: ^0.3.0 copied to clipboard

PlatformAndroid

This Flutter plugin for Android determines whether the app is running within Firebase Test Lab, which is used for Google Play Pre-Launch Reports.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_testlab_detector

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

dependencies:
  firebase_testlab_detector: ^0.3.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_testlab_detector/firebase_testlab_detector.dart';
4
likes
140
pub points
62%
popularity

Publisher

verified publisherachim.io

This Flutter plugin for Android determines whether the app is running within Firebase Test Lab, which is used for Google Play Pre-Launch Reports.

Repository (GitHub)
View/report issues

Topics

#android #plugin #google-play #pre-launch-report #firebase-test-lab

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on firebase_testlab_detector