Skip to content

Commit

Permalink
chore: bump maximum Dart SDK version to support Flutter 3.16.0 (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyrone <[email protected]>
  • Loading branch information
totzk9 and Tyrone authored Nov 17, 2023
1 parent 7576d54 commit 14e5d98
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/nhost_auth_dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: '>=2.14.0 <4.0.0'

dependencies:
# Nhost packages
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_auth_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.0 <=3.1.5"
sdk: ">=2.14.0 <4.0.0"

dependencies:
http_parser: ^4.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.14.0 <=3.1.5"
sdk: ">=2.14.0 <4.0.0"

dependencies:
# Nhost packages
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.9 <=3.1.5"
sdk: ">=2.14.9 <4.0.0"

dependencies:
http_parser: ^4.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_flutter_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.0.0

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=2.18.0 <4.0.0'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_flutter_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_flutter
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: '>=2.14.0 <4.0.0'
flutter: '>=2.8.0'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_flutter_graphql/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ private: true
version: 2.0.0

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=2.18.0 <4.0.0'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_flutter_graphql/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_flutter
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: '>=2.14.0 <4.0.0'
flutter: '>=2.8.0'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_functions_dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: '>=2.14.0 <4.0.0'

dependencies:
# Nhost packages
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_functions_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.9 <=3.1.5"
sdk: ">=2.14.9 <4.0.0"

dependencies:
http_parser: ^4.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_gql_links/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_gql_lin
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.0 <=3.1.5"
sdk: ">=2.14.0 <4.0.0"

dependencies:
gql_exec: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_graphql_adapter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none
version: 2.0.1

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=2.18.0 <4.0.0"

dependencies:
graphql: ^5.1.3
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_graphql_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_graphql
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.0 <=3.1.5"
sdk: ">=2.14.0 <4.0.0"

dependencies:
graphql: ^5.1.3
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.0 <=3.1.5"
sdk: ">=2.14.0 <4.0.0"

dependencies:
http_parser: ^4.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_storage_dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: '>=2.14.0 <4.0.0'

dependencies:
# Nhost packages
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_storage_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.9 <=3.1.5"
sdk: ">=2.14.9 <4.0.0"

dependencies:
http_parser: ^4.0.1
Expand Down

0 comments on commit 14e5d98

Please sign in to comment.