r_flutter 0.9.0 copy "r_flutter: ^0.9.0" to clipboard
r_flutter: ^0.9.0 copied to clipboard

Generate constants for resources which require using them as a String like fonts and assets.

0.9.0 #

0.8.0 #

  • remove deprecated flutter generate. Use build_runner instead

0.7.1 (BREAKING CHANGE) #

  • r_flutter generates now nullsafe code, if you update to v0.7.0, your project should target dart >= 2.12
  • code generator itself is nullsafe as well
  • Thanks to @vishna

0.6.0 #

  • add support for script code in i18n files. Thanks to @chen-yumin

0.5.1 #

  • fix locales with country code without support for the base language

0.5.0 #

  • align command line and builder capabilities

0.4.1 #

  • fix crash when none default locales have additional keys

0.4.0 #

  • generate complete i18n code.
    • there is no need for the RuntimeArb anymore
    • see the README for integration steps

0.3.1 #

  • fix NullPointerException when trying to access undefined asset classes

0.3.0 #

  • add custom asset classes support. Thanks to @szotp
  • add file uri comments to assets to get image preview in autocomplete
  • ignore .DS_Store from code generation

0.2.1 #

  • add support to dart builder to automatically integrate into the normal build process. Thanks to @szotp
20
likes
120
pub points
63%
popularity

Publisher

unverified uploader

Generate constants for resources which require using them as a String like fonts and assets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, build, build_config, collection, glob, path, recase, yaml

More

Packages that depend on r_flutter