Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我使用嵌套在 TabView 中的ListView 。我想添加一个SlidingUpPanel,所以我使用了这个包,当我实现它时,ListView崩溃了。那么我该如何解决呢?
在实现 SlidingUpPanel 小部件之前
实施后
回购,您将在以下位置找到确切的代码:-
lib/tabs/store.dart
我通过从底部导航移动向上滑动面板并将其放入列表的堆栈 OnTop 来解决此问题。