Skip to content

Commit

Permalink
chore: Align all packages to flutter 3 as minimum version.
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed Oct 14, 2023
1 parent 26edb8f commit c1b7f84
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 99 deletions.
3 changes: 2 additions & 1 deletion record/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ version: 1.0.0
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=2.15.1 <4.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
path: ^1.8.0
Expand Down
4 changes: 2 additions & 2 deletions record/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 5.0.0-beta.3+1
homepage: https://github.com/llfbandit/record/tree/master/record

environment:
sdk: ">=2.15.1 <4.0.0"
flutter: ">=2.8.1"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions record_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.0.0-beta.2
homepage: https://github.com/llfbandit/record/tree/master/record_android

environment:
sdk: ">=2.15.1 <4.0.0"
flutter: ">=2.8.1"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions record_darwin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.0.0-beta.2+4
homepage: https://github.com/llfbandit/record/tree/master/record_darwin

environment:
sdk: ">=2.15.1 <4.0.0"
flutter: ">=2.8.1"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions record_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.7.0
homepage: https://github.com/llfbandit/record/tree/master/record_linux

environment:
sdk: ">=2.15.1 <4.0.0"
flutter: ">=2.8.1"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
87 changes: 0 additions & 87 deletions record_platform_interface/pubspec.lock

This file was deleted.

3 changes: 2 additions & 1 deletion record_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ homepage: https://github.com/llfbandit/record/tree/master/record_platform_interf
version: 1.0.1

environment:
sdk: ">=2.15.1 <4.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions record_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.0.0-beta.2+4
homepage: https://github.com/llfbandit/record/tree/master/record_web

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.8.1"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit c1b7f84

Please sign in to comment.