intl_toolbox 0.1.1 copy "intl_toolbox: ^0.1.1" to clipboard
intl_toolbox: ^0.1.1 copied to clipboard

A useful toolbox for intl_translation package. You can easily generate and add locale to your project.

intl_toolbox #

A useful toolbox for intl_translation package

Dependencies #

  • Add intl_translation dependency to your application

Example #

An example is available here

Getting Started #

This project is a toolbox for intl_translation package

To generate translation files :

flutter pub pub run intl_toolbox:generate

To add new strings edit lib/res/string_resources.dart file and call generate again

To add a new locale and create associated arb file :

flutter pub pub run intl_toolbox:add_locale en_US

You can find arb files in lib/generated/l10n/arb/ intl_messages.arb is the default arb file intl_LOCALE_CODE.arb represent your translations.

Don't forget to call the generate command after arb files edition

2
likes
40
pub points
0%
popularity

Publisher

verified publisherwallforfry.fr

A useful toolbox for intl_translation package. You can easily generate and add locale to your project.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, intl_translation, path

More

Packages that depend on intl_toolbox