Skip to content

Commit

Permalink
fix: rollback to dart 2.17 / flutter 3.0.5 (#705)
Browse files Browse the repository at this point in the history
Impacted file:
* `pubspec.yaml`
  • Loading branch information
monsieurtanuki committed Feb 18, 2023
1 parent 4156c01 commit 5c15fd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ environment:
sdk: '>=2.17.0 <3.0.0'

dependencies:
json_annotation: ^4.8.0
json_annotation: ^4.7.0
http: ^0.13.5
path: ^1.8.3
meta: ^1.8.0

dev_dependencies:
analyzer: ^5.4.0
build_runner: ^2.3.3
json_serializable: ^6.6.0
analyzer: ^4.7.0
build_runner: ^2.3.0
json_serializable: ^6.5.4
lints: ^2.0.1
test: ^1.23.1
coverage: ^1.6.3
test: ^1.21.4
coverage: ^1.6.2

funding:
- "https://donate.openfoodfacts.org/"
Expand Down

0 comments on commit 5c15fd0

Please sign in to comment.