|
|
|
|
|
by mekkkkkk
2506 days ago
|
|
Tip: For anyone trying out Flutter, please remember to evaluate it based on release builds of your app. Scrolling and animations can feel a bit "off" when running the default debug builds. The 60 FPS butter is only really applied when that `--release` flag gets tacked on. Not using Android Studio, so not sure how easy it is to miss the massive performance difference of optimized vs. debug builds in that workflow. |
|