is_firebase_test_lab_activated

Last updated:

0 purchases

is_firebase_test_lab_activated Image
is_firebase_test_lab_activated Images
Add to Cart

Description:

is firebase test lab 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
Setup #


Add is_firebase_test_lab_activated to your pubspec.yaml:
dependencies:
is_firebase_test_lab_activated: ^2.0.2
copied to clipboard


Import the package


import 'package:is_firebase_test_lab_activated/is_firebase_test_lab_activated.dart';
copied to clipboard

Now you can check whether the app is running in Firebase Test Lab

final bool isFirebaseTestLabActivated = await IsFirebaseTestLabActivated.isFirebaseTestLabActivated;
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.