language_excel_localization 0.0.1
language_excel_localization: ^0.0.1 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
.dartfiles 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
ValueNotifiercontroller that instantly updates the whole app UI when the language is changed.
🛠️ Installation #
Add the package to your pubspec.yaml:
dependencies:
excel_localization: ^0.0.1