Skip to content

Commit

Permalink
add analyzer: ^5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rinlv committed Dec 9, 2022
1 parent 30bd093 commit 6c32502
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
11 changes: 6 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6c32502

Please sign in to comment.