Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

No longer necessary, switched to firebase_testlab_detector

License

Notifications You must be signed in to change notification settings

dieringe/isfirebasetestlabactivated

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Add is_firebase_test_lab_activated to your pubspec.yaml:

    dependencies:
      is_firebase_test_lab_activated: ^2.0.2
  2. Import the package

 import 'package:is_firebase_test_lab_activated/is_firebase_test_lab_activated.dart';
  1. Now you can check whether the app is running in Firebase Test Lab
 final bool isFirebaseTestLabActivated = await IsFirebaseTestLabActivated.isFirebaseTestLabActivated;

About

No longer necessary, switched to firebase_testlab_detector

Resources

License

Stars

Watchers

Forks

Languages

  • Dart 45.2%
  • Kotlin 20.7%
  • Ruby 11.9%
  • Swift 11.6%
  • Objective-C 10.6%