firebase_testlab_detector 1.0.2 copy "firebase_testlab_detector: ^1.0.2" to clipboard
firebase_testlab_detector: ^1.0.2 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
copied to clipboard

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

dependencies:
  firebase_testlab_detector: ^1.0.2
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:firebase_testlab_detector/firebase_testlab_detector.dart';
copied to clipboard
7
likes
160
points
478
downloads

Publisher

verified publisherachim.io

Weekly Downloads

2024.10.08 - 2025.04.22

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