Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update analyzer and rosetta versions #34

Merged
merged 1 commit into from
Jul 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rosetta/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
Annotation library used to simplify localization
in Flutter. The library also uses a generator
dependency called "rosetta_generator".
version: 0.1.2
version: 0.1.3
authors:
- Adam Hosszu <edemlonger@gmail.com>
- Renato Kiss <renato.kiss.dev@gmail.com>
Expand Down
4 changes: 2 additions & 2 deletions rosetta_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
Generator tool used with Rosetta annotations.
This generates the helper and delegate classes
for Flutter localizations.
version: 0.1.2
version: 0.1.3
authors:
- Adam Hosszu <edemlonger@gmail.com>
- Renato Kiss <renato.kiss.dev@gmail.com>
Expand All @@ -18,7 +18,7 @@ dependencies:
source_gen: ^0.9.1
code_builder: ^3.1.3
dart_style: '>= 1.0.0 <1.3.0'
analyzer: '>= 0.32.4 <0.35.0'
analyzer: '>= 0.32.4 <0.37.0'
recase: ^2.0.0+1
path: ^1.6.2
glob: ^1.1.0
Expand Down