filter in content bytes

This commit is contained in:
jayesh
2024-05-09 15:17:24 +05:30
parent be5991e9ec
commit a6df6e9be0
7 changed files with 454 additions and 320 deletions

View File

@@ -15,8 +15,12 @@ class ContentBytesController extends GetxController {
ContentBytesCategoriesModel();
ContentBytesModel contentBytesModel = ContentBytesModel();
ContentBytesModel moreVideoModel = ContentBytesModel();
ContentBytesModel moreAudioModel = ContentBytesModel();
ContentBytesModel moreReadsModel = ContentBytesModel();
PreviousReadOfUserModel previousReadOfUserModel = PreviousReadOfUserModel();
int filterId = 0;
String filterId = "0";
RxBool isApiCalling = true.obs;
RxBool isAudioSeekBarVisible = false.obs;
RxInt indexForAudios = 0.obs;