Skip to content

Commit

Permalink
downgrade sdk requirements to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagen Rode committed Nov 6, 2024
1 parent 568e4d8 commit d577c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/graphql/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ dev_dependencies:
lints: ^1.0.1

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.0.0 <4.0.0'
2 changes: 1 addition & 1 deletion packages/graphql_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dev_dependencies:
test: ^1.17.12

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.0.0 <4.0.0'
flutter: ">=2.11.0"

platforms:
Expand Down

0 comments on commit d577c8e

Please sign in to comment.