Skip to content

Commit

Permalink
fix(device_info_plus): Set correct Flutter and Dart versions requirem…
Browse files Browse the repository at this point in the history
…ents (#3362)

Co-authored-by: Volodymyr Buberenko <[email protected]>
  • Loading branch information
StanleyCocos and vbuberen authored Nov 26, 2024
1 parent 2d69758 commit 7786152
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/device_info_plus/device_info_plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Get current device information from within the Flutter application.

## Requirements

- Flutter >=3.3.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
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ flutter:
uses-material-design: true

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.22.0'


4 changes: 2 additions & 2 deletions packages/device_info_plus/device_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ dev_dependencies:
test: ^1.22.0

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

0 comments on commit 7786152

Please sign in to comment.