images_keys 0.0.4
images_keys: ^0.0.4 copied to clipboard
A simple and easy command-line generation tool generating image assets keys for Dart and Flutter projects.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add images_keysWith Flutter:
$ flutter pub add images_keysThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
images_keys: ^0.0.4Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.