easy_localization_generator
easy_localization_generator copied to clipboard
Download CSV file and generates the localization keys from an online Google Sheet.
``` @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...
 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...
Summary The latest versions of easy_localization_generator introduce dependency constraints that conflict with the current Flutter SDK and other packages in the project. Details easy_localization_generator >=0.3.3 requires intl ^0.19.0, but the...