download_transformer 1.0.3
download_transformer: ^1.0.3 copied to clipboard
A dart transformer for downloading assets. This is useful, if you don't have to check in large assets or want to pull assets from a directory shared with non-programmers.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add download_transformerWith Flutter:
$ flutter pub add download_transformerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
download_transformer: ^1.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.