intl_extension 0.1.0 copy "intl_extension: ^0.1.0" to clipboard
intl_extension: ^0.1.0 copied to clipboard

Translations directly from code thanks to string extension, code generation and gen-l10n. Also suitable for monorepos.

0.1.0 #

  • Third party package intl updated to version ^18.0.1
  • Third party package rxdart updated to version ^0.27.7

0.0.5 #

  • A new option addOnlyToSource has been added to the configuration. If addOnlyToSource is set to true, new strings are only added to the source locale. This is advantageous when using a translation tool such as Weblate.

0.0.4 #

Breaking Change Code generation has been outsourced. Therefore add intl_extension_builder as dev dependency

$ flutter pub add --dev intl_extension_builder

The new command to extract the string and create translation files is as follows:

$ flutter pub run intl_extension_builder:build
  • Fixed error when extracting intlSelect with comma at the end
  • Freezed removed as a dependency because it is no longer needed

0.0.3 #

  • Metadata adjusted

0.0.2 #

  • Adjustments on the example

0.0.1 #

  • initial release.
3
likes
50
pub points
36%
popularity

Publisher

unverified uploader

Translations directly from code thanks to string extension, code generation and gen-l10n. Also suitable for monorepos.

Homepage

License

MIT (LICENSE)

Dependencies

flutter, flutter_localizations, intl, rxdart

More

Packages that depend on intl_extension