Skip to content

Commit

Permalink
updated pubspec.yamp to fix analyzer error after upgrading to Dart 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Nov 4, 2020
1 parent 0191ce1 commit 2eb1bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ^2.6.0

dependencies:
analyzer: '>= 0.39.10 < 0.39.12'
analyzer: '>=0.35.0 <0.40.0'
spreadsheet_decoder: ^1.1.0
smart_dialogs: ^2.1.2
dialog: ^0.7.0
Expand All @@ -32,7 +32,7 @@ dependencies:
dev_dependencies:
built_value_generator: ^7.0.0
build_runner: ^1.6.2
build_test: ^0.10.3
build_test: ^1.0.0
build_web_compilers: ^2.3.0
over_react_test: ^2.9.0
test_html_builder: ^1.0.0
Expand Down

0 comments on commit 2eb1bc4

Please sign in to comment.