language_excel_localization 0.0.2 copy "language_excel_localization: ^0.0.2" to clipboard
language_excel_localization: ^0.0.2 copied to clipboard

A code-generation Flutter localization package that reads an Excel sheet and instantly generates Dart translation files and a reactive UI controller.

language_excel_localization #

A fast, code-generation Flutter localization package that reads an Excel (.xlsx) sheet and instantly generates Dart translation files and a reactive UI controller.

Bridging the gap between translators (who love Excel) and developers (who love code generation).

🚀 Features #

  • Excel to Dart: Automatically generates separate .dart files for every language in your Excel sheet.
  • No Hardcoded Strings: Includes a powerful .tr() extension to translate strings anywhere in your app.
  • Reactive Engine: Built-in ValueNotifier controller that instantly updates the whole app UI when the language is changed.

🛠️ Installation #

Add the package to your pubspec.yaml:

dependencies:
  language_excel_localization: ^0.0.2
2
likes
0
points
230
downloads

Publisher

unverified uploader

Weekly Downloads

A code-generation Flutter localization package that reads an Excel sheet and instantly generates Dart translation files and a reactive UI controller.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path, spreadsheet_decoder

More

Packages that depend on language_excel_localization