flutter_asset_generator 0.6.1
flutter_asset_generator: ^0.6.1 copied to clipboard
Automatically generate a resource file by scanning pubspec.yaml to correspond to the flutter's asset, imitation R file short name.
Change log #
0.6.1 #
Exclude .DS_Store
for MacOS, thumbs.db
and desktop.ini
for Windows.
0.6.0 #
Add an option: name
. Allow class name customization.
0.5.1 #
Remove some logs, use dart_style to format code.
0.5.0 #
Support config file to include and exclude asset files.
0.4.8 #
Add an option: preview
.
0.4.7 #
Fix path separator issue on Windows.
0.4.6 #
Fixed watch file problem.
0.4.5 #
Update codes and generated codes according to analyzer options.
0.4.4 #
Fix a error for template.
0.4.3 #
Fix typos in codes and template.
0.4.2 #
Update description.
Update dependencies version.
0.4.1 #
Fix:
- Recursive query to remove path
0.4.0 #
Add option for gen
0.3.0 #
use pub global
0.1.2 watch pubspec #
watch pubspec
0.1.1 #
update readme
0.1.0 #
first version