flutter_sheet_localization
flutter_sheet_localization copied to clipboard
It throws an error when the key is "continue"
How to repeat
Whenever there's a key named exactly "continue", it throws the following error. Is there some words that are not allowed for the keys?
Currently I add a suffix (e.g. continue1) as a workaround.
Thanks for the great plugin tho!
Thanks for reporting !
It is probably the same for all dart reserved keywords. I have to take a rewriting rule for all these words.