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

fix(flutter_todos): use ListView.builder for improved performance #4275

Merged
merged 3 commits into from
Nov 16, 2024

Conversation

jon-zuka
Copy link
Contributor

@jon-zuka jon-zuka commented Nov 5, 2024

Status

READY

Breaking Changes

NO

Description

#4270

Type of Change

  • 🛠️ Bug fix (non-breaking change which fixes an issue)

@felangel felangel added the example Example application label Nov 16, 2024
Copy link
Owner

@felangel felangel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks so much for the contribution! 💙

@felangel felangel changed the title fix(flutter_todos): use ListView.builder for scrollable view fix(flutter_todos): use ListView.builder to improved performance Nov 16, 2024
@felangel felangel changed the title fix(flutter_todos): use ListView.builder to improved performance fix(flutter_todos): use ListView.builder for improved performance Nov 16, 2024
@felangel felangel merged commit 5726a19 into felangel:master Nov 16, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
example Example application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(flutter_todos): fix scroll freeze by using ListView.builder instead.
2 participants