fbtl_screenshots 0.0.2 copy "fbtl_screenshots: ^0.0.2" to clipboard
fbtl_screenshots: ^0.0.2 copied to clipboard

PlatformAndroid

A package for taking screenshots of Flutter apps using Firebase Test Lab.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fbtl_screenshots

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

dependencies:
  fbtl_screenshots: ^0.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:fbtl_screenshots/fbtl_screenshots.dart';
1
likes
130
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A package for taking screenshots of Flutter apps using Firebase Test Lab.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_test, integration_test, path_provider, plugin_platform_interface

More

Packages that depend on fbtl_screenshots

Packages that implement fbtl_screenshots