Releases: thingsboard/flutter_thingsboard_pe_app
Releases · thingsboard/flutter_thingsboard_pe_app
Release 1.3.0
New Features:
-
Alarm Filters:
We've added filtering options to the Alarms page to make browsing and managing alarms more efficient and customizable. -
Dashboard Improvements:
Issues related to dashboard loading have been addressed, providing a smoother user experience. -
Flutter 3.22.x Support:
We now officially support Flutter version 3.22.x. To streamline the build process, we’ve integrated Flutter Version Management (FVM).How to use FVM:
- Install FVM by following the guide: Getting Started with FVM.
- Inside your project’s root directory, run the command:
fvm use
. - To build the app with the correct Flutter SDK version, use:
fvm flutter run
.
(Note: You can also change the Flutter SDK version in your IDE settings).
-
Localization Updates:
- Added Traditional Chinese (zh-TW) locale. Special thanks to @maksonlee for the contribution!
- Added Arabic locale. Kudos to @salemaljebaly for the contribution!
Fixes and Enhancements:
- Numerous bug fixes and stability improvements. Thanks to everyone who reported issues and contributed to making the app better!