0.2
- Braking change - Lang classes are prefixed by $ sign. If you use them directly you should update them or use
S.of(context)
- fix icelandic class
- add arb key checker, now the IDE will raise an error if you try to set an illegal key
- escape parameter in form of ${variable}
0.1.1 - 2018.1
- fix plurals searching
0.0.8
- escape dollar sign
- plural keywords are now case insensitive
0.0.7
- handles null locales
0.0.6+1
- fixed hebrew const issues
0.0.6
- optimized the S class by adding const constructors and removing unnecessary fields
- order string fields alphabetically in the S class
- preparing lib for adding other resource binders
0.0.5
- fix some crashes
- add ignore comment for the dart analyzer
- change the way files are build
0.0.4
- add intention action to extract the string resources
- add intent action to override the string in another language
0.0.3
- fixed crash on Flutter
- add Hebrew fallback support, iw=he
- added text direction support
0.0.2
- update only the class that changes
- add rebuild action
0.0.1
- first release