标签: firebase dart flutter
我目前在我的应用中使用FirebaseAnimatedList来显示Firebase中的数据。但是我也想为我的应用栏设置动画,以便使用SliverAppBar。但是问题是,我该如何在FirebaseAnimatedList中使用CustomScrollView?
FirebaseAnimatedList
SliverAppBar
CustomScrollView