flappy_translator 1.2.2 copy "flappy_translator: ^1.2.2" to clipboard
flappy_translator: ^1.2.2 copied to clipboard

outdated

A Flutter internationalized strings generator. It enables you to writte all your i18n strings in a CSV and automatically generate Strings in your app.

1.0.0 21/08/2019 #

  • Initial Release

1.0.1 21/08/2019 #

  • Fix documentation
  • Fix template's file path

1.0.2 21/08/2019 #

  • Fix template by handling a String instead of file

1.0.3 21/08/2019 #

  • Fix error on CSV not well formed
  • Fix error when using Dart reserved keywords

1.0.4 18/10/2019 #

  • Handle possibility to have multiple languages for one country

1.1.0 02/12/2019 #

  • Add lot of configurations in pubspec.yaml :
    • Ability to define generated filename and classname
      • Ability to use other delimiter than ","
      • Ability to have other columns between keys and values (one for description for example)
      • No need for BuildContext
      • Ability to use double or simple quotes on generated file
  • Additionally :
    • All generated parameters are now @required
      • Added currentLocale to generated file
      • Better Readme.md

1.2.0 06/12/2019 #

  • Add setting to handle "no break" spaces by replacing them by normal spaces

1.2.1 24/01/2020 #

  • Make sure that snake_case countries like de_CH are written in camelCase in generated file

1.2.2 27/01/2020 #

  • Fix issue on Locale written in camelCase
32
likes
0
points
146
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter internationalized strings generator. It enables you to writte all your i18n strings in a CSV and automatically generate Strings in your app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

csv, dart_style, flutter, meta, yaml

More

Packages that depend on flappy_translator