Skip to content
1 change: 1 addition & 0 deletions packages/device_info_plus/device_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- iOS: fix `identifierForVendor` (can be `null` in rare circumstances)
- Use automatic plugin registration on Linux and Windows
- Fix warnings when building for macOS

## 3.2.0

Expand Down
2 changes: 1 addition & 1 deletion packages/device_info_plus/device_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies:
flutter:
sdk: flutter
device_info_plus_platform_interface: ^2.3.0
device_info_plus_macos: ^2.2.1
device_info_plus_linux: ^2.1.1
device_info_plus_macos: ^2.2.0
device_info_plus_web: ^2.1.0
device_info_plus_windows: ^2.1.1

Expand Down
4 changes: 4 additions & 0 deletions packages/device_info_plus/device_info_plus_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.1

- Fix build warnings

## 2.2.0

- add System GUID to MacOS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: device_info_plus_macos
description: Macos implementation of the device_info_plus plugin
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
version: 2.2.0
version: 2.2.1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down