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

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 Dart:

 $ dart pub add firebase_testlab_detector

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 dart pub get):

dependencies:
  firebase_testlab_detector: ^0.1.2

Alternatively, your editor might support dart pub get or 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';
6
likes
0
pub points
71%
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

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on firebase_testlab_detector