Releases: thingsboard/flutter_thingsboard_app
Release 1.5.0
New Features
Mobile Center
- Easy Mobile App Configuration: You can now configure your mobile app directly from the ThingsBoard Mobile Center. Collect your iOS and Android applications into a single bundle and easily define which pages your mobile app will include and which OAuth2 providers will be supported.
- Version Restrictions: From the ThingsBoard web interface, you can now restrict users from accessing mobile app versions that are no longer supported by your platform. Check it out in Applications -> Version Information.
For more details, explore our informative blog post about the new release.
Flutter version
Officially supported Flutter version is 3.24.4! You can continue using FVM to manage Flutter versions seamlessly.
Bug Fixes and Improvements
I want to express my gratitude to the community for every issue and suggestion submitted, helping this app improve daily. Your support is invaluable!
A huge thanks to the ThingsBoard QA team for their meticulous attention to detail. Without your efforts, this app would be a breeding ground for bugs. Kudos to you all!
Full Changelog
To see the full list of changes between versions 1.4.0 and 1.5.0, visit the following GitHub page:
Full Changelog
Thank you, and see you all next year!
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!