assets_scanner 2.0.0 copy "assets_scanner: ^2.0.0" to clipboard
assets_scanner: ^2.0.0 copied to clipboard

assets_scanner helps you generate assets path constants to r.dart file, you can preview the images assets by hovering over the constants.

2.0.0 #

  • Migrating to null-safety
  • Rename lib/assets_scanner_builder.dart to lib/assets_scanner.dart

1.2.0+1 #

  • Fix dart format

1.2.0 #

  • Ensure constant naming conforms the dart variable naming rules

1.1.2 #

  • Remove unnecessary analyzer package dependencies
  • Bump packages versions

1.1.1 #

Add more ignore_for_file rules for the generated file.

1.1.0+1 #

Support package assets.

1.0.1 #

Fix the generated content not respect the directory behavior of assets, that describe on https://flutter.dev/docs/development/ui/assets-and-images#specifying-assets

Note: Only files located directly in the directory are included. To add files located in subdirectories, create an entry per directory.

1.0.0 #

Refactor the assets_scanner to generate the r.dart file, and custom it by adding assets_scanner_options.yaml file, see more detail from README.md.

0.0.2 #

Allow not generate comment for asset path by setting const bool isIgnoreComment = true;

0.0.1 #

Release 0.0.1

17
likes
120
pub points
60%
popularity

Publisher

unverified uploader

assets_scanner helps you generate assets path constants to r.dart file, you can preview the images assets by hovering over the constants.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

build, glob, meta, path, yaml

More

Packages that depend on assets_scanner