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

Built-in sliver widgets #612

Closed
tukiri opened this issue Nov 17, 2022 · 2 comments
Closed

Built-in sliver widgets #612

tukiri opened this issue Nov 17, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@tukiri
Copy link

tukiri commented Nov 17, 2022

In fluent_ui,i can't find the SliverAppBar widget.
But,the SliverAppBar can achieve this :
10edbf8a981fee13c8722cc2a3f8802e (1)
Can fluent_ui have any other way to achieve that?
Or is there any way to use flutter widget in fluent_ui?

@bdlukaa
Copy link
Owner

bdlukaa commented Nov 17, 2022

Since Slivers are not widely used in the desktop platforms, they were not implemented into this package. Still, you can use slivers because they're part of the flutter/widgets library. For material slivers, you may need to use named imports

@tukiri
Copy link
Author

tukiri commented Nov 18, 2022

由于 Slivers 在桌面平台中没有广泛使用,因此它们没有实现到这个包中。不过,您可以使用薄片,因为它们是库的一部分。对于材质薄片,可能需要使用命名导入flutter/widgets

thank you,i success make it good work!

@bdlukaa bdlukaa added the enhancement New feature or request label Nov 21, 2022
@bdlukaa bdlukaa changed the title Can add SliverAppBar or other widget to achieve head folding? Built-in sliver widgets Nov 21, 2022
@bdlukaa bdlukaa closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants