|
|
|
|
|
by Austin_Conlon
2240 days ago
|
|
From a design standpoint I don't see effort from Flutter to look and feel native to iOS. Hamburger menus and details like the sharing icon might be great on Android, but it's unclear if they're familiar to iOS users. Personally I tried Flutter's demo app associated with their announcement, and basics like scrolling stuttered on the latest iPhone hardware. https://developer.apple.com/videos/play/wwdc2017-802/?time=1... |
|
I built a small app last year on an iPhone 7 Plus and didn't have any problems with scroll stuttering that were not my fault. Techniques were the same for any UI platform: run in release mode, avoiding unnecessary rebuilds, and cell fixed geometry. Don't know which particular demo you've tried, but I wouldn't expect intro tutorials to cover everything. Or perhaps there was a recent regression.