faq like dislike, content bytes

This commit is contained in:
jayesh
2024-04-11 18:53:14 +05:30
parent 486ed2ae96
commit cc08510485
13 changed files with 841 additions and 304 deletions

View File

@@ -244,9 +244,9 @@ Widget ActiveCallsTab() {
children: [
InkWell(
onTap: () {
Get.to(
() => PlayerWidget(),
);
Get.to(() => PlayerWidget(), arguments: {
"video_url": "",
});
},
child: Container(
height: 200.h,