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

fast smooth scroll #44

Closed
kiaxseventh opened this issue Jul 15, 2022 · 3 comments
Closed

fast smooth scroll #44

kiaxseventh opened this issue Jul 15, 2022 · 3 comments

Comments

@kiaxseventh
Copy link

Hello dear @caduandrade , thank you for easy table packages. Everything is fine, but this package's scroll behavior is very heavy and slow.
Can you suggest how we can make it faster and smoother like pluto_grid?
I appreciate your help a lot

@caduandrade
Copy link
Owner

caduandrade commented Jul 31, 2022

Thanks. I'm trying to improve as much as possible by reusing Widgets, working with keys, avoiding unnecessary rebuilds, etc. The next version should be a little better. On the other hand, I noticed that Flutter web is heavier. If you use it in Flutter Desktop, you will notice a big difference. Possibly, over time, some future versions of Flutter will improve. But any tips are welcome.

Also note that pluto_grid offers less customization and rendering options.

For now, when defining the model, try to declare the values of each cell instead of a builder for a custom widget.

@caduandrade
Copy link
Owner

Hi @kiaxseventh!

The version 2.1.0 is a little better. I keep trying to improve even more.

@kiaxseventh
Copy link
Author

I appreciate your help a lot

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