sheet_loader_localization 0.6.0
sheet_loader_localization: ^0.6.0 copied to clipboard
Download an CSV file and generates the localization keys from an online Google Sheet.
CHANGELOG #
0.6.0 #
- Upgrade intl: ^0.20.2 Upgrade analyzer: 7.3.0
- Upgrade Flutter version to support 3.35.4
0.5.2 #
- Resolve intl dependencies version
0.5.1 #
- Fix the issue that passing null value on API key will have exception
0.5.0 #
- Support private document google sheet for safety
0.4.1 #
- chore: bump dependencies
- source_gen: ^2.0.0
0.4.0 #
- support Flutter 3.27.4
- Change dependencies of example
- easy_localization_loader: ^2.0.2
- easy_localization: ^3.0.0
- chore: bump dependencies
- build: ^2.4.1
- build_config: ^1.1.2
- source_gen: ^1.4.0
- http: ^1.3.0
- path: ^1.9.0
- pub_semver: ^2.1.5
0.3.0 #
- support Flutter 3.22.0
- chore: bump dependencies
- http: ^1.2.0
- csv: ^6.0.0
- intl: ^0.19.0
- analyzer: ^6.2.0
- analyzer: ^7.0.0
0.2.0 #
- chore: bump dependencies
- flutter_sdk: 3.10.0
- intl: ^0.18.0
- analyzer: ^5.12.0
- build: ^2.4.0
0.1.3 #
- Update minor library dependencies version.
0.1.2 #
- Update library dependencies version.
0.1.1 #
- Customize exception and parsing empty column.
0.1.0 #
- Upgrade to Flutter 3, using lastest dependencies.
0.0.9 #
- Update dependencies library version
0.0.8 #
- Update analyze version to 3.4.1 to fix issue from build_runner
0.0.7 #
- Change build runner example pubspec to older version due to issue from build_runner 2.1.7 and 2.1.8
0.0.6 #
- Update version analyze
0.0.5 #
- Update version library, Using Flutter 2.10.0
0.0.4 #
- Update version library, update error console log when parse error sheet column data
0.0.3 #
- Update readme
0.0.2 #
- Update readme and upgrade pub version
0.0.1 #
- initial release