thingsboard / flutter_thingsboard_app

ThingsBoard Mobile Application
https://thingsboard.io/products/mobile/
BSD 3-Clause "New" or "Revised" License
207 stars 153 forks source link

Support flutter 3.22.X #97

Closed salemaljebaly closed 19 hours ago

salemaljebaly commented 2 weeks ago

Add Support flutter 3.22.X to ThingsBoard Flutter App

Description: This PR introduces Flutter 3.22.X support Changes:

  1. Set iOS platform to 13.0.
  2. Update flutter_inappwebview to version 6.0.0.
  3. Replace Uri with WebUri for web URL handling.
  4. Update dependencies for compatibility with Flutter 3.22.X.
ybeshkarov commented 19 hours ago

Nice change @salemaljebaly!

Could you please update your branch and put the dev branch as a target?

salemaljebaly commented 19 hours ago

@ybeshkarov It's already on dev branch

ybeshkarov commented 19 hours ago

@salemaljebaly

It is, but your branch was not synchronized with the dev and we saw a lot of merge conflicts. Now it's okay.