screenshots 0.1.7 copy "screenshots: ^0.1.7" to clipboard
screenshots: ^0.1.7 copied to clipboard

outdated

Auto-generation of screenshots for Apple and Play Stores using emulators and simulators with support for locales. Compatible with fastlane for upload to both stores.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate screenshots

Use it

The package has the following executables:

$ screenshots

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add screenshots

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

dependencies:
  screenshots: ^0.1.7

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

Import it

Now in your Dart code, you can use:

import 'package:screenshots/screenshots.dart';
98
likes
0
pub points
58%
popularity

Publisher

unverified uploader

Auto-generation of screenshots for Apple and Play Stores using emulators and simulators with support for locales. Compatible with fastlane for upload to both stores.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, path, resource, yaml

More

Packages that depend on screenshots