Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency dart to v3 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading