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

Package Performance Hit #86

Open
b-cancel opened this issue Dec 18, 2022 · 0 comments
Open

Package Performance Hit #86

b-cancel opened this issue Dec 18, 2022 · 0 comments

Comments

@b-cancel
Copy link

Before I ask my question... the explanation of what I'm trying to achieve...

  • IM BUILDING a custom contact picker

I have headers for each section
A, B, etc...

I have the ability to scroll to a particular section because I know the height of
. the headers
. and how many items are in each section (all the contacts are of the same size)

At the moment I am using a CustomScrollView with a SliverFixedExtentList with a SliverChildBuilderDelegate

  • THE QUESTION
    Will using this plugin to make my headers sticky affect performance by essentially shrinking wrapping each of my SliverFixedExtentList? will performance be affected any other way? If so, by how much?
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

1 participant