Releases: thingsboard/flutter_thingsboard_app
Release 1.4.0
New Features:
- Alarm Details: View your alarm activity, add comments, assign alarms, and more. Enhanced functionality for a better alarm management experience.
- Redesigned Alarms Page: Enjoy a fresh, user-friendly layout with improved navigation and visibility.
- Updated Navigation Bar: The bottom navigation bar, along with the More and Login pages, have been revamped for a more cohesive and intuitive user experience.
Xcode 16 Compatibility:
The project now compiles seamlessly with Xcode 16. All previous issues have been resolved, ensuring compatibility with the latest version.
Flutter Support:
We now officially support Flutter version 3.24.4. You can still use FVM to manage Flutter versions as needed. For more details, check the release notes here.
Bug Fixes and Improvements:
Thanks to your feedback, we’re continuously enhancing this product for a smoother, more reliable experience.
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!