Skip to content

Commit

Permalink
fix(share_plus): Set correct Flutter and Dart versions requirements (#…
Browse files Browse the repository at this point in the history
…3363)

Co-authored-by: Volodymyr Buberenko <[email protected]>
  • Loading branch information
StanleyCocos and vbuberen authored Nov 26, 2024
1 parent 7786152 commit 6561666
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/share_plus/share_plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Sharing files is not supported on Linux.

## Requirements

- Flutter >=3.19.0
- Dart >=3.3.0 <4.0.0
- Flutter >=3.22.0
- Dart >=3.4.0 <4.0.0
- iOS >=12.0
- MacOS >=10.14
- Android `compileSDK` 34
Expand Down
4 changes: 2 additions & 2 deletions packages/share_plus/share_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ flutter:
- assets/flutter_logo.png

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.19.0'
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.22.0'
5 changes: 3 additions & 2 deletions packages/share_plus/share_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ dev_dependencies:
flutter_lints: ">=2.0.1 <6.0.0"

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

0 comments on commit 6561666

Please sign in to comment.