device_info_plus_tizen 1.3.0 
device_info_plus_tizen: ^1.3.0 copied to clipboard
Flutter plugin providing detailed information about Tizen device (make, model, etc.) the app is running on.
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.