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

CustomScrollVIew | SliverList smooth scroll #185

Open
ashishpipaliya opened this issue Feb 25, 2023 · 6 comments
Open

CustomScrollVIew | SliverList smooth scroll #185

ashishpipaliya opened this issue Feb 25, 2023 · 6 comments

Comments

@ashishpipaliya
Copy link

I came across this awesome work of yours and I can say this is great package to have.

I want to use this package with CustomScrollView , SliverList more specifically. How can I ?

I just need hint, Please take some time and help me with this

 CustomScrollView(
          slivers: [
// i want to implment smooth list for this
              child: SliverList(
                delegate: SliverChildBuilderDelegate(
                  (context, index) {
                    return ListTile(
                      title: Text('Item $index'),
                    );
                  },
                  childCount: 100,
                ),
              ),
          ],
        )
@welcome
Copy link

welcome bot commented Feb 25, 2023

Hi! Thanks for opening your first issue here! 😄

@fzyzcjy
Copy link
Owner

fzyzcjy commented Feb 25, 2023

The changes to the flutter engine have not been merged yet, so the package cannot be used in Flutter stable (or master) currently, but only be used with a custom engine build. I will discuss more about the implementations of this later after it can be used in production :)

@ashishpipaliya
Copy link
Author

Any temporary workaround to use it ??

@fzyzcjy
Copy link
Owner

fzyzcjy commented Mar 7, 2023

Well, I guess no: We should never use Flutter on master branch on production apps :/ So needs to wait before the code launches on stable

@a1239897580
Copy link

好吧,我想不可以:我们永远不应该在生产应用程序的主分支上使用 Flutter :/因此需要等待代码在稳定版上启动

想询问一下该pr目前的进度,如果该pr能实现所说的效果,那将很棒!

@a1239897580
Copy link

目前在使用flutter3.3.10,在使用大量列表图片布局的时候gpu负载很高

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

3 participants