firebase_testlab_detector 1.0.1
firebase_testlab_detector: ^1.0.1 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 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: ^1.0.1
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';