device_info_plus_tizen 1.2.0 device_info_plus_tizen: ^1.2.0 copied to clipboard
Flutter plugin providing detailed information about Tizen device (make, model, etc.) the app is running on.
1.2.0 #
- Add
TizenDeviceInfo.data
which represents the device info as a map. - Disambiguate the method channel name.
- Increase the minimum Flutter version to 3.3.
- Update the example app and integration_test.
1.1.0 #
- Remove dependency on
device_info_plus_platform_interface
. - Make values of
TizenDeviceInfo
nullable. - Add support for
profile
,platformName
,platformProcessor
, andtizenId
. - Update the example app.
- Minor cleanups.
1.0.0 #
- Initial release.