|
|
|
|
|
by BoorishBears
3198 days ago
|
|
I remember putting the Flutter demo with a simple counter on a no-name Android device and having the Flutter app completely chug. The hardware had a really wimpy SoC, but a native app would never chug for something as simple as pressing a button to change a number. It made suspect that while in phones with strong GPUs the acceleration makes things buttery smooth, it doesn't graciously scale to poor GPUs (but someone please do correct me if it might have been something else) It got me worried about shipping an app and finding out it doesn't run on low end hardware even though it doesn't do anything that would be demanding on native |
|