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

Remote localization from Google Sheets with .tr() and locale support.

🌍 localization_sheet #

Remote localization made simple β€” fetch translations from Google Sheets, cache them locally, and access them via .tr(context) syntax, all while respecting Flutter’s locale system.

Pub Version Flutter License: MIT


✨ Features #

  • βœ… Remote translation from Google Sheets (CSV export)
  • 🧠 Automatic caching with SharedPreferences
  • 🌐 Locale-aware: tied to MaterialApp.locale
  • 🧩 Simple syntax: 'key'.tr()
  • πŸ›  Easily extendable, lightweight and offline-friendly

πŸš€ Quick Start #

1. Add dependency #

dependencies:
  localization_sheet: ^0.0.1
  flutter_localizations:
    sdk: flutter
4
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Remote localization from Google Sheets with .tr() and locale support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_localizations, http, shared_preferences

More

Packages that depend on localization_sheet