Skip to content

Commit

Permalink
Update dependency dart to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 0cd6c08 commit 674b3fe
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion auto_route/auto_route/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/pedrox-hs/flutter_packages/tree/main/auto_route/a
publish_to: none

environment:
sdk: '>=2.19.6 <3.0.0'
sdk: '<4.0.0'
flutter: ">=1.17.0"

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

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

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
2 changes: 1 addition & 1 deletion auto_route/generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/pedrox-hs/flutter_packages/tree/main/auto_route/g
publish_to: none

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

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion error_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/pedrox-hs/flutter_packages
repository: https://github.com/pedrox-hs/flutter_packages/tree/main/error_adapter

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '<4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion flutter_toolkit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executables:
flutter_toolkit: cli

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

dependencies:
args: ^2.3.1
Expand Down
2 changes: 1 addition & 1 deletion logify/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Logger Plus example
publish_to: none

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

dependencies:
logging: ^1.1.1
Expand Down
2 changes: 1 addition & 1 deletion shic/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/pedrox-hs/flutter_packages
repository: https://github.com/pedrox-hs/flutter_packages/tree/main/shic

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: "<4.0.0"
flutter: ">=1.17.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion simple_nav/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/pedrox-hs/flutter_packages
repository: https://github.com/pedrox-hs/flutter_packages/tree/main/simple_nav

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '<4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion state_action_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/pedrox-hs/flutter_packages
repository: https://github.com/pedrox-hs/flutter_packages/tree/main/state_action_bloc

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '<4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit 674b3fe

Please sign in to comment.