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

Interdependent items builder #175

Merged
merged 9 commits into from
Sep 28, 2023
Merged

Commits on Jan 28, 2023

  1. 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.
    rafaelsetragni committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    e280124 View commit details
    Browse the repository at this point in the history
  2. Dart SDK upgraded

    Dart SDK increased from version 2.12 to 2.17 due to new functionalities only available for the new version.
    rafaelsetragni committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    97f84ef View commit details
    Browse the repository at this point in the history
  3. Chat example app upgraded

    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.
    rafaelsetragni committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    8817618 View commit details
    Browse the repository at this point in the history
  4. Update grouped_list_test.dart

    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.
    rafaelsetragni committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    03a01c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Update grouped_list.dart

    Changed requested
    rafaelsetragni committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    87f4794 View commit details
    Browse the repository at this point in the history
  2. Update grouped_list.dart

    Changed realized to reduce the number of operation inside _buildItem method
    rafaelsetragni committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    ec3ab8d View commit details
    Browse the repository at this point in the history
  3. Update grouped_list.dart

    Commentary updated
    rafaelsetragni committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    6f2ac63 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    2302bbc View commit details
    Browse the repository at this point in the history
  2. refactor: format code

    Dimibe committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    dc63fe9 View commit details
    Browse the repository at this point in the history