-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run release builds #60
Comments
It is working only for debug mode |
Is it not possible to run it in release mode? |
@being-yash-t |
@DisDis |
That's not normal. Last time I tried on my Pi 3 A+ I had 60fps. (in the default flutter create example. Don't know about flutter_gallery) I'll test again, maybe some update caused a performance regression. |
Yeah, its okay when it is less complex ui, I had to seprate some logic in different pages. Now getting accross 35-45fps & moved to 64bit kernel |
First thanks for providing flutter-pi it helps a lot.
As everyone of us know the difference in performance of flutter between release & debug mode.
I tried adding --release to the "flutter build bundle" and tried to run the app still was is debug mode, I also tried adding --release to the "flutter-pi my_project/build/flutter_assets" still can't figure out how to build/run in release mode.
The text was updated successfully, but these errors were encountered: