-
-
Notifications
You must be signed in to change notification settings - Fork 172
What is the memory footprint? #67
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
Comments
@DisDis Thank you for you info! |
338MB-63MB=275MB! That is a surprise number. I would like to porting flutter to a low end device which only has 128MB memory. so now I'm wondering whether it is feasible. |
Yeah flutter-pi only supports debug mode right now. Though I'm working on AOT support. |
I have a small test app that is just a Scaffold with an AppBar and a Chewie Player playing back an MP4 fetched via web.
When running the flutter gallery app in release mode:
|
app size and memory usage?
The text was updated successfully, but these errors were encountered: