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

Question: Is this performant enough for a complicated list view to smoothly update/view? #60

Closed
rockingdice opened this issue Jun 8, 2023 · 1 comment

Comments

@rockingdice
Copy link

Is there any performance data for comparison of native flutter and flutter_eval? I'm very curious if the ui is smooth enough when using this library.
My concern is a busy-updating list view, it contains a lot of items and many of them need to be updated when scrolling. Did you have some examples to show the performance?
Thank you.

@ethanblake4
Copy link
Owner

Hi! The dart_eval VM is around 10-15x slower than Dart native, but that only applies to the code you directly write. Any code that's part of Flutter will run at the same speed, and so this usually means that apps see little to no performance issues with flutter_eval. Each use case is different, and you might as well test it out :)

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

2 participants