FlappyTranslator icon indicating copy to clipboard operation
FlappyTranslator copied to clipboard

A tool which automatically generates Flutter localization resources from CSV and Excel files.

Results 6 FlappyTranslator issues
Sort by recently updated
recently updated
newest added

`b get Running "flutter pub get" in jaysecurity... Because no versions of flappy_translator match >2.0.0-nullsafety.3 2.0.0-null-safety-3 =1.1.0 depends on xml ^6.0.1, flappy_translator ^2.0.0-nullsafety.3 is incompatible with flutter_svg >=1.1.0. So, because...

I was thinking, that it would be nice to have a feature, that can automatically translate and insert missing translations into our translation file. I have a similar workflow set...

Once the dependencies [dart_style](https://pub.dev/packages/dart_style) and [excel](https://pub.dev/packages/excel) are migrated to null safety, then flappy_translator will also be migrated. Related issues: [excel - Null safety migration](https://github.com/justkawal/excel/issues/79) [dart_style - Migrate to null safety](https://github.com/dart-lang/dart_style/issues/978)...

enhancement

First of all, congrats for the idea and the package. I specially like the idea of having the translations available at compile time. It doesn't seem to be able to...

enhancement
wontfix

The current implementation of CSVParser processes all lines in the CSV file, including empty lines. This can lead to unnecessary entries in the parsed contents. We need to update the...