localization_sheet 0.0.3
localization_sheet: ^0.0.3 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() syntax, all while respecting Flutterโs locale system.
โจ 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
๐งพ Example Google Sheet Format #
Hereโs how your Google Sheet should look (exported as CSV):

๐ Quick Start #
1. Add dependency #
dependencies:
localization_sheet: ^0.0.3
flutter_localizations:
sdk: flutter