flutter_sheet_localization icon indicating copy to clipboard operation
flutter_sheet_localization copied to clipboard

Generate Flutter localization from a simple online Google Sheets.

Results 28 flutter_sheet_localization issues
Sort by recently updated
recently updated
newest added

...and cleaned up some warnings.

Update dependencies and merge documentation updates

Over time we got a lot of translations. Now we have some removed from sourcecode but they are still in the translation sheet. Is there an easy way to find...

As mentioned in [#38 comment](https://github.com/aloisdeniel/flutter_sheet_localization/issues/38#issuecomment-827016022) and #51 - `getByKey` function was extremely useful and I don't see a reason not to add it back.

Updating analyzer dependencies to repair json_serializable 6.1.3 compatibility

TODO : - upgrade dart to 2.16 (for now) - upgrade dependencies not actually working on it, but plan to fork this beautiful project

Hey, is it possible to upgrade analyzer to 2.0.0 ? Thank you very much

Dynamic labels in a plural value are not replaced. If i have the below definitions then {{count}} will not be expanded in the second translation. ``` key: selected(Plural.one) en: 1...

`supportedLocales: AppLocalizations.languages.keys.toList()` flutter_sheet_localization 5.1.0

``` @override Widget build(BuildContext context) { final labels = context.localizations; return Scaffold( appBar: AppBar( title: Text('HomeScreen'), centerTitle: true, ), body: Text('HomeScreen'), } ```