Skip to content

Commit 7786152

Browse files
fix(device_info_plus): Set correct Flutter and Dart versions requirements (#3362)
Co-authored-by: Volodymyr Buberenko <[email protected]>
1 parent 2d69758 commit 7786152

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

packages/device_info_plus/device_info_plus/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Get current device information from within the Flutter application.
1616

1717
## Requirements
1818

19-
- Flutter >=3.3.0
20-
- Dart >=3.3.0 <4.0.0
19+
- Flutter >=3.22.0
20+
- Dart >=3.4.0 <4.0.0
2121
- iOS >=12.0
2222
- MacOS >=10.14
2323
- Android `compileSDK` 34

packages/device_info_plus/device_info_plus/example/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ flutter:
1919
uses-material-design: true
2020

2121
environment:
22-
sdk: '>=3.0.0 <4.0.0'
22+
sdk: '>=3.4.0 <4.0.0'
23+
flutter: '>=3.22.0'
24+
25+

packages/device_info_plus/device_info_plus/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ dev_dependencies:
4949
test: ^1.22.0
5050

5151
environment:
52-
sdk: ">=3.3.0 <4.0.0"
53-
flutter: ">=3.3.0"
52+
sdk: ">=3.4.0 <4.0.0"
53+
flutter: ">=3.22.0"

0 commit comments

Comments
 (0)