- Update minimum Flutter and Dart version to 3.13 and 3.1.
- 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.
- 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.
- Initial release.