localization_sheet 0.0.2
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.
β¨ 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