Skip to content

Commit

Permalink
Merge pull request #2120 from nextcloud/refactor/dart-flutter-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Jun 5, 2024
2 parents e29de80 + bedc880 commit f1d40c1
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions packages/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.2.0 <4.0.0'
flutter: '>=3.16.0'
sdk: ^3.0.0
flutter: ^3.22.0

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

environment:
sdk: '>=3.1.3 <4.0.0'
sdk: ^3.0.0

dependencies:
built_collection: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamite/dynamite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ topics:
- build-runner

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: ^3.0.0

dependencies:
build: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamite/dynamite_end_to_end_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Tests for dynamite. Not meant for publishing.
version: 1.0.0

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: ^3.0.0

dependencies:
built_collection: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamite/dynamite_runtime/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ topics:
- build-runner

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: ^3.0.0

dependencies:
built_collection: ^5.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/file_icons/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
publish_to: none

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.0'
sdk: ^3.0.0
flutter: ^3.22.0

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/neon/neon_dashboard/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.0'
sdk: ^3.0.0
flutter: ^3.22.0

dependencies:
built_collection: ^5.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/neon/neon_files/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.0'
sdk: ^3.0.0
flutter: ^3.22.0

dependencies:
built_collection: ^5.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/neon/neon_news/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.0'
sdk: ^3.0.0
flutter: ^3.22.0

dependencies:
built_collection: ^5.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/neon/neon_notes/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.0'
sdk: ^3.0.0
flutter: ^3.22.0

dependencies:
built_collection: ^5.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/neon/neon_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.0'
sdk: ^3.0.0
flutter: ^3.22.0

dependencies:
built_collection: ^5.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/neon/neon_talk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.0'
sdk: ^3.0.0
flutter: ^3.22.0

dependencies:
built_collection: ^5.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/neon_framework/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.0'
sdk: ^3.0.0
flutter: ^3.22.0

dependencies:
built_collection: ^5.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/neon_lints/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: neon_lints_test
publish_to: none

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.13.0'
sdk: ^3.0.0
flutter: ^3.22.0

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

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: ^3.0.0

dependencies:
analyzer: ^6.4.1
Expand Down
2 changes: 1 addition & 1 deletion packages/nextcloud/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ topics:
- webdav

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: ^3.0.0

dependencies:
built_collection: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/nextcloud_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: ^3.0.0

dependencies:
built_collection: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/sort_box/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: ^3.0.0

dependencies:
built_collection: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: neon_workspace
publish_to: none

environment:
sdk: '>=3.2.0 <4.0.0'
sdk: ^3.0.0

dev_dependencies:
commitlint_cli: ^0.7.1
Expand Down

0 comments on commit f1d40c1

Please sign in to comment.