firebase_testlab_detector 2.0.0
firebase_testlab_detector: ^2.0.0 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.
2.0.0 #
- Breaking: Flutter SDK constraint is now >=3.10.0 (Dart 3-only). Apps on older Flutter versions can’t upgrade.
- Update Android tooling
1.0.3 #
- Maintenance release.
1.0.2 #
- Downgrade Gradle plug-in for compatibility.
1.0.1 #
- Widen
flutter_lintsdependency. - Sort dependencies.
1.0.0 #
- Publish stable release.
- Update dependencies.
0.3.0 #
- Return
nullinstead offalseon unsupported platforms.
0.2.0 #
- Also return
false(instead of throwing) if the app runs in a web browser on Android.
0.1.2 #
- Update pub.flutter-io.cn topics.
0.1.1 #
- Make it work from all platforms.
- Update docs and readme.
0.1.0 #
- Update Android dependencies.
- Improve GitHub workflows.
0.0.1 #
- Initial release.