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

Source Gen 1.0.0 is null-safety now: https://pub.dev/packages/source_gen/changelog I've tried to upgrade these dependencies, and Iooks fine. Could you please merge this? Thanks

Fixed the typo in the file name of the generated localizations file from `part 'localization.g.dart';` to `part 'localizations.g.dart';` it was missing a "s" in the end

I have updated the flutter for nullsafety version. And see the next error, when trying to update YAML Because flutter_sheet_localization_generator >=2.0.0 depends on intl ^0.16.1 and my_app depends on intl...

English: Incorrect use of colon (:). Chinese: Some translations are Japanese not Chinese. Chinese: Some translations are incorrect (e.g. March). Overall: Inconsistent punctuation.

## How to repeat ![image](https://user-images.githubusercontent.com/6096534/103535809-5d448a80-4ecc-11eb-8996-947979a15d79.png) Whenever there's a key named exactly "continue", it throws the following error. Is there some words that are not allowed for the keys? ![image](https://user-images.githubusercontent.com/6096534/103535881-7baa8600-4ecc-11eb-8f56-7b3fcedcb8e8.png) Currently...

bug

Hello! Could you please add possibility to to customize keyword for row that is used as a language codes row? For now 'key' is only one available keyword for this...

enhancement

Hello! Thank you very mush for this awesome package! Could you please add possibility to ignore some rows? We use some rows for comments.

Coming back to sheet_localization after several years and I'm struggling with the initial setup. Running the build_runner reports a "severe" issue and nothing is generated: ``` log → flutter packages...