autoshot 1.1.2 copy "autoshot: ^1.1.2" to clipboard
autoshot: ^1.1.2 copied to clipboard

Automate App Store and Play Store screenshot generation across multiple devices, locales, and screens. Runs in Flutter Web and outputs a ZIP archive.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add autoshot

With Flutter:

 $ flutter pub add autoshot

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

dependencies:
  autoshot: ^1.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:autoshot/autoshot.dart';
1
likes
0
points
152
downloads

Publisher

verified publisherandronasef.dev

Weekly Downloads

Automate App Store and Play Store screenshot generation across multiple devices, locales, and screens. Runs in Flutter Web and outputs a ZIP archive.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, device_preview, flutter, provider

More

Packages that depend on autoshot