flutter_firebase_agent_testing 1.0.2 copy "flutter_firebase_agent_testing: ^1.0.2" to clipboard
flutter_firebase_agent_testing: ^1.0.2 copied to clipboard

PlatformAndroid

Scaffold Firebase App Testing Agent CI for Flutter Android apps — YAML tests, GitHub Actions, and a setup CLI.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_firebase_agent_testing

Use it

The package has the following executables:

$ firebase_agent_ci

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_firebase_agent_testing

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_firebase_agent_testing: ^1.0.2

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:flutter_firebase_agent_testing/flutter_firebase_agent_testing.dart';
6
likes
160
points
--
downloads

Documentation

API reference

Publisher

verified publisheruzairaslam.com

Weekly Downloads

Scaffold Firebase App Testing Agent CI for Flutter Android apps — YAML tests, GitHub Actions, and a setup CLI.

Repository (GitHub)
View/report issues

Topics

#firebase #ci #testing #android #yaml

License

MIT (license)

Dependencies

args, flutter, meta, path, yaml

More

Packages that depend on flutter_firebase_agent_testing