Skip to content

Releases: thingsboard/flutter_thingsboard_pe_app

Release 1.3.0

24 Sep 12:00
450550b
Compare
Choose a tag to compare

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:

    1. Install FVM by following the guide: Getting Started with FVM.
    2. Inside your project’s root directory, run the command: fvm use.
    3. 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!