This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

Flutter 3.44 supported

We're happy to announce Flutter 3.44 support for our native app.

The core app and library flutter_jvx was successfully migrated to the new build system. We currently have some warnings about missing Swift Package Manager support for the packages:

  • webview_cookie_manager_plus
  • push
  • open_filex
  • flutter_tts

and missing AGP support for:

  • device_info_plus
  • file_picker
  • file_saver
  • flutter_device_platform_id
  • flutter_timezone
  • flutter_tts
  • haptic_feedback
  • mobile_scanner
  • package_info_plus
  • push
  • screen_brightness_android
  • speech_to_text
  • wakelock_plus

But hopefully these will be solved by package developers in next few months.

This highlights the dependency on packages within the open-source community.
Without the great work of many individual developers, this kind of development wouldn't even be possible!

What are the benefits of switching to Flutter 3.44?
  • Perceptible performance gains

    The app is even smoother and faster than before. It looks absolutely amazing!

  • Future ready

    Support for latest device features.

  • Bugfixes

    Many bugs are only fixed in the latest version and won't be patched in older versions, like Keyboard toggle if you switch between input fields.

With latest core app, we fixed some smaller problems like table formatting and we introduced a nice feature:

Records available

Records available

The table shows if more records are available with two arrows in the right bottom corner. It's a small improvement but vey helpful :)

We also show a real checkbox in table edit dialog if you enable multi-line selection:

Real checkbox

Real checkbox

In older versions the checkbox was a UTF-8 font:

UTF-8 Checkbox

UTF-8 Checkbox

And last but not least, we pimped the menu a little bit.
In previous versions, you couldn't scroll the last line of the menu up, which caused menu items to get cut off or overlapped on some devices. Now, you can pull the menu up a bit higher to prevent that from happening.

Menu (old)

Menu (old)

Menu (new)

Menu (new)

We'll be updating our app in the app stores soon.