diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e8fe5..428731e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## [0.3.0] -- Recover ability to use translation keys instead of ready translations +- Recover the ability to use translation keys instead of ready translations - Add the generation bool parameter to inject (or not) generation DateTime -- Use a local CSV file if Google sheet id not provided +- Use a local CSV file if Google sheet id is not provided ## [0.2.0] - Use named-arg function to translate arg-string and plural-string diff --git a/example/pubspec.lock b/example/pubspec.lock index 208b5ed..12f37e1 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -224,7 +224,7 @@ packages: path: ".." relative: true source: path - version: "0.2.0" + version: "0.3.0" easy_localization_loader: dependency: "direct main" description: diff --git a/pubspec.lock b/pubspec.lock index 1813e8b..41e6592 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -9,7 +9,7 @@ packages: source: hosted version: "50.0.0" analyzer: - dependency: transitive + dependency: "direct main" description: name: analyzer url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index 7f1ceb3..0a05908 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,13 +12,14 @@ environment: dependencies: flutter: sdk: flutter - build: ^2.3.0 - build_config: ^1.1.0 - source_gen: ^1.2.2 - http: ^0.13.4 - path: ^1.8.1 + build: ^2.3.1 + build_config: ^1.1.1 + source_gen: ^1.2.6 + http: ^0.13.5 + path: ^1.8.2 csv: ^5.0.1 intl: ^0.17.0 + analyzer: ^5.2.0 dev_dependencies: flutter_test: