Releases: AndrewShen812/AssetsRefGenerator
Releases · AndrewShen812/AssetsRefGenerator
v1.2.221
v1.2.0
- Support custom settings(#14). Users can configure the generated file's path, generated class' name and the naming conventions of class field.
- Prefer specifying assets in pubspec.yaml by specifying a directory, such as:
- assets/images/
. If specifying file
style has already been used, like- assets/images/home.png
, then keep this style. - Bug fix: #17
v1.1.0
- Support view the asset image by click the gutter icon, or ctrl+click, or mouse hover, even you didn't generate the res.dart.
- When rename a asset file, the related reference string will also be updated automatically.
- Bug fix: #8
v1.0.1
- Support Flutter Module, Package and Plugin project.
- Ignore .DS_Store file on Mac OS X.
v1.0.0
Implement basic functions.
- Scan asset files under directory named asset, or assets or images, add asset declaration in pubspec.yaml.
- Generate a res.dart file under lib, which contains string-type asset definition.