easy_localization_generator icon indicating copy to clipboard operation
easy_localization_generator copied to clipboard

Download CSV file and generates the localization keys from an online Google Sheet.

Results 4 easy_localization_generator issues
Sort by recently updated
recently updated
newest added

``` @SheetLocalization( //... lineSeparator: '\n', ) class _Strings {} ``` Add lineSeparator for generateFile,because default is CRLF('\r\n'). And fix: ``` LF can't be parse. so `lines.first.subList(1,l)` will RangeError: ``` RangeError...

![截圖 2023-09-12 下午3 26 29](https://github.com/rinlv/easy_localization_generator/assets/45662066/05ea6486-2210-4f4b-bcba-1de39dafbdbd) I got this error. Please help me to solve it. Thanks a lot.

Hi, thanks for this package! I have a problem when I use \n in the google spreadsheet, when I run build_runner and download the csv file, the texts with \n...