Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

64 lines (34 loc) · 1.21 KB

[0.5.0]

  • Upgrade intl dependencies to 0.19.0.
  • Min Dart SDK 3.0.0.

[0.4.0]

  • Upgrade intl dependencies to 0.18.0. Thank to @Goxiaoy.

[0.3.0]

  • Support for fallback locale.

[0.2.2]

  • Fixed: Missed scriptCode from locale.

[0.2.1]

  • Allow to use async builder in load(). Thanks to @Goxiaoy.

[0.2.0]

  • Flutter 2.

[0.2.0-nullsafety.0]

  • Null-safety support.
  • Warning! Generation currently is not available, because of #118 in intl_translation.

[0.1.1+1]

  • Readme: add description how to override strings from a package in the project.

[0.1.1]

  • Use innim_lint analysis options.

[0.1.0+5]

  • Fixed: Use Localizations.override leads to adding more and more CompositeMessageLookup (#1).

Thanks to @qwert2603.

[0.1.0+4]

  • Add link to Medium article at README.

[0.1.0+3]

  • Refactor example project. All not generated code in one file now.

[0.1.0+2]

  • Example project.

[0.1.0+1]

  • Export added.
  • Reformat.

[0.1.0]

  • Core functionality.