video player error

This commit is contained in:
Rajshinde046
2024-03-29 17:59:32 +05:30
parent 0be51c225f
commit de9336227d
15 changed files with 125 additions and 78 deletions

View File

@@ -87,6 +87,7 @@ class _NotificationScreenState extends State<NotificationScreen> {
),
sizedBoxHeight(30.h),
ListView.builder(
physics: NeverScrollableScrollPhysics(),
shrinkWrap: true,
itemCount: CardList.length,
itemBuilder: (context, index) {