Skip to content

Commit 6fd6d80

Browse files
committed
Update win32
1 parent 3ecb028 commit 6fd6d80

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/device_info_plus/device_info_plus_windows/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.0
2+
3+
- Update win32 to 3.0.0
4+
15
## 4.0.0
26

37
- platform interface to 3.0.0

packages/device_info_plus/device_info_plus_windows/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: device_info_plus_windows
22
description: Windows implementation of the device_info_plus plugin
3-
version: 4.0.0
3+
version: 4.1.0
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

@@ -13,7 +13,7 @@ dependencies:
1313
ffi: ^2.0.1
1414
flutter:
1515
sdk: flutter
16-
win32: ^2.7.0
16+
win32: ">=2.7.0 <4.0.0"
1717

1818
dev_dependencies:
1919
flutter_test:

0 commit comments

Comments
 (0)