device_info_plus_tizen 1.4.3
device_info_plus_tizen: ^1.4.3 copied to clipboard
Flutter plugin providing detailed information about Tizen device (make, model, etc.) the app is running on.
1.4.3 #
- Add
DeviceInfoPluginTizen.duidto retrieve the device's DUID (Device Unique ID). - Add 2 integration test cases.
1.4.2 #
- Add an
implementsentry to the pubspec to improve discoverability on pub.dev.
1.4.1 #
- Update analysis_options.yaml for Flutter 3.47.0.
- Update the repository URL to use the
mainbranch. - Add 2 integration test cases.
- Update integration tests.
1.4.0 #
- Add
freeDiskSizeandtotalDiskSizeusing the Tizen Storage API. - Add
physicalRamSizeandavailableRamSizeusing the Tizen Runtime Information API. - Add a deprecated
toMap()helper for API compatibility withdevice_info_plus. - Update the minimum Flutter version to 3.29 and the minimum Dart version to 3.7.
1.3.0 #
- Update code format.
- Add support for
screenWidthandscreenHeight.
1.2.1 #
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Update the LICENSE file so that it is recognized by pub.dev.
1.2.0 #
- Add
TizenDeviceInfo.datawhich 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
TizenDeviceInfonullable. - Add support for
profile,platformName,platformProcessor, andtizenId. - Update the example app.
- Minor cleanups.
1.0.0 #
- Initial release.