Skip to content
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

Slow perfomance in debug mode #228

Closed
jeffersondarcy opened this issue Jun 8, 2020 · 1 comment
Closed

Slow perfomance in debug mode #228

jeffersondarcy opened this issue Jun 8, 2020 · 1 comment

Comments

@jeffersondarcy
Copy link

jeffersondarcy commented Jun 8, 2020

If I build my app with --release in flutter the perfomance is good, but with normal dev build the lib is unbearably slow. Is there a workaround for this? the release build is taking to much time to do it on every change. The speed seems reasonable in emulator but too slow on device

@oddko
Copy link

oddko commented Jun 16, 2020

Well the library is all written in Dart, so the code is not compiled to machine code in debug mode, but instead to bytecode passed to a VM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants