Skip to content

Commit

Permalink
update dart version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Jun 8, 2024
1 parent 77d5d6d commit c9c4697
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/oidc_web/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.3.1+2
repository: https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc_web
homepage: https://bdaya-dev.github.io/oidc/
environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.7.0"

flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc_web_core/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.4.3
sdk: ^3.3.0

# Add regular dependencies here.
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc_web_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1


environment:
sdk: ^3.1.0
sdk: ^3.3.0

dependencies:
collection: ^1.18.0
Expand Down

0 comments on commit c9c4697

Please sign in to comment.