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

Auto-generation of screenshots for Apple and Play Stores using emulators, simulators and real devices. Includes support for multiple locales and framing. Compatible with fastlane.

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: ^2.1.1

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';
97
likes
35
pub points
60%
popularity

Publisher

unverified uploader

Auto-generation of screenshots for Apple and Play Stores using emulators, simulators and real devices. Includes support for multiple locales and framing. Compatible with fastlane.

Repository (GitHub)
View/report issues

License

BSD-2-Clause-Views (LICENSE)

Dependencies

archive, args, file, intl, meta, path, platform, process, resource, tool_mobile, yaml

More

Packages that depend on screenshots