is_firebase_test_lab_activated 1.0.3 is_firebase_test_lab_activated: ^1.0.3 copied to clipboard
A flutter plugin to know if Firebase Test Lab is activated
is_firebase_test_lab_activated #
A flutter plugin to know if Firebase Test Lab is activated
Getting Started #
This project is a starting point for a Flutter Firebase official documentation, where they explain how to know whether the app is running in Firebase Test Lab that is used in Pre-Launch report in Google Play
Setup #
-
Add
is_firebase_test_lab_activated
to yourpubspec.yaml
:dependencies: is_firebase_test_lab_activated: ^1.0.3
-
Import the package
import 'package:is_firebase_test_lab_activated/is_firebase_test_lab_activated.dart';
- Now you can check whether the app is running in Firebase Test Lab
final bool isFirebaseTestLabActivated = await IsFirebaseTestLabActivated.isFirebaseTestLabActivated;