Flutter 3
docs.flutter.dev
Flutter 3
1–10 of 453 posts
Re: Flutter 3
#2Happy paths not found… https://docs.flutter.dev/development/platforms-and-plugins/h...
Re: Flutter 3
#3did they fix the scrolling on iOS?
Re: Flutter 3
#4Does anybody know of any good Flutter for Windows applications that are worth looking at?
Re: Flutter 3
#5did they fix the scrolling on iOS?
From their What’s New: “ Flutter now supports variable refresh rate on iOS devices with ProMotion displays, including iPhone 13 Pro and iPad Pro. On these devices, Flutter apps can render at refresh rates reaching 120 hz, which were previously limited to 60 hz. This results in a smoother experience during fast animations such as scrolling. See flutter.dev/go/variable-refresh-rate for more details.”
Re: Flutter 3
#6Figure out JSON de/serialization yet?
Re: Flutter 3
#7This works for me:
https://docs.flutter.dev/development/packages-and-plugins/ha...
Re: Flutter 3
#8No post body was provided.
Re: Flutter 3
#9Where is that bad link? I'll fix it.
Re: Flutter 3
#10I have an irrational annoyance when projects claim to support "desktop UI" but then only have the most trivial of widgets commonly used in desktop applications. Where is my tree view? Data grid view? Charts? Native file dialog window?
From my perspective, while I'm sure Flutter is wonderful, it fits squarely in the "mobile" UI toolkit and "basic" desktop application category.