lazy_loc 0.0.6
lazy_loc: ^0.0.6 copied to clipboard
LazyLoc is a lightweight localization package for Flutter that automates translation file management and provides a simple `.tr()` extension for string translation.
0.0.6 #
- feat: Add
LazyLoc.trKey()function for extractable dynamic translation keys - feat: Add warning detection for variable-based
.tr()calls that cannot be extracted - feat: CLI now scans both
.tr()andtrKey()patterns
0.0.5 #
- fix: Fix type safety and delegate path parameter handling
- feat: Add source language option to skip empty value warnings
0.0.4 #
- Feat: Add escape sequence handling for translation keys
0.0.3 #
- Feat: Add sort option for translation keys
0.0.2 #
- Refactor: Improve type safety and simplify translation path handling
0.0.1+1 #
- Fix: feat: Replace print statements with Logger utility
- Chore: Update default target language from ['ko', 'en'] to ['en'] only.
0.0.1 #
- Initial release
