-
Notifications
You must be signed in to change notification settings - Fork 106
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
Interdependent items builder #175
Merged
Merged
Commits on Jan 28, 2023
-
Added new interdependent item builder
A new interdependent builder has been added to construct a more efficient, complex GroupedListView where the current element is dependent on its neighboring elements.
Configuration menu - View commit details
-
Copy full SHA for e280124 - Browse repository at this point
Copy the full SHA e280124View commit details -
Dart SDK increased from version 2.12 to 2.17 due to new functionalities only available for the new version.
Configuration menu - View commit details
-
Copy full SHA for 97f84ef - Browse repository at this point
Copy the full SHA 97f84efView commit details -
The chat example app has been upgraded to include a more realistic implementation of a chat timeline, utilizing the new interdependent builder. Additionally, an infinite timeline feature was added to test the performance of the new method.
Configuration menu - View commit details
-
Copy full SHA for 8817618 - Browse repository at this point
Copy the full SHA 8817618View commit details -
I added a test case to verify that the previous, current, and next elements are delivered in the expected order, in various list sizes and sort orders.
Configuration menu - View commit details
-
Copy full SHA for 03a01c7 - Browse repository at this point
Copy the full SHA 03a01c7View commit details
Commits on Jan 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 87f4794 - Browse repository at this point
Copy the full SHA 87f4794View commit details -
Changed realized to reduce the number of operation inside _buildItem method
Configuration menu - View commit details
-
Copy full SHA for ec3ab8d - Browse repository at this point
Copy the full SHA ec3ab8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2ac63 - Browse repository at this point
Copy the full SHA 6f2ac63View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2302bbc - Browse repository at this point
Copy the full SHA 2302bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc63fe9 - Browse repository at this point
Copy the full SHA dc63fe9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.