AssetsRefGenerator Versions Save

v1.2.221

1 year ago

The functions are same as v1.2.0, and compatible for IDEA 2022.1.4(Build 221.6008.13) and Android Studio Electric Eel.

v1.2.0

1 year ago
  • 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

2 years ago

AssetsRefGenerator_v1.1.0.zip

  • 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

4 years ago
  • Support Flutter Module, Package and Plugin project.
  • Ignore .DS_Store file on Mac OS X.

v1.0.0

4 years ago

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.