colaxy_screenshot 0.9.0
colaxy_screenshot: ^0.9.0 copied to clipboard
Automated app store screenshot generation for iOS, Android, and macOS across multiple devices and languages, with Fastlane integration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add colaxy_screenshotThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
colaxy_screenshot: ^0.9.0Alternatively, 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:colaxy_screenshot/colaxy_screenshot.dart';