HelpDesk

HelpDesk Support System

DTLive - Flutter App (Android - iOS - Website ) Movies - TV Series - Live TV - OTT - Admin Panel

Q:

I need help

public

There is a problem logging in. I did all the settings as I mentioned in the explanation, but I don’t know where the problem is. This is a video that explains the problem.
https://drive.google.com/file/d/1FIs_ULMnd2O9Bf0lUJbXGAn6Z8ESvz8c/view?usp=sharing

All Replies

Viewing 185 to 188 of total 198 topics

To resolve the notification issue, follow the attached screenshot and update both OneSignal keys in the admin panel.

For more information, please refer to the documentation at the following URL:

https://www.divinetechs.com/documentation/dtlive-movie-tv-ott-live-streaming-flutter-android-ios-web-apps-admin-panel.html#push_notification

Document

28_10_2024_28_671f949a06d54.png

Regards,
Mr. Priyank

Sorry, I pasted the code in the previous image by mistake, but now it is correct, and this image shows that. This solution for the search is correct.

Document

28_10_2024_45_671f942fb15a4.png

I did this. Is this correct as shown in the picture?
Is this a notification problem?

Document

28_10_2024_89_671f9050558ba.png

Hi,
Replace below code at the given location in attached screenshot : Future<void> getSearchContent(searchText, pageNo) async {
printLog("getSearchContent searchText :===> $searchText");
printLog("getSearchContent pageNo :=======> $pageNo");
if (pageNo == 1) {
searchDataList = [];
}
loadingSearch = true;
searchModel = search.SearchModel();
searchModel = await ApiService().searchContent(searchText, pageNo);
if (searchModel.status == 200) {
setPagination(searchModel.totalRows, searchModel.totalPage,
searchModel.currentPage, searchModel.morePage);
if (searchModel.result != null && (searchModel.result?.length ?? 0) > 0) {
printLog(
"getSearchContent length :=1=> ${(searchModel.result?.length ?? 0)}");
for (var i = 0; i < (searchModel.result?.length ?? 0); i++) {
searchDataList?.add(searchModel.result?[i] ?? search.Result());
}
final Map<String, search.Result> postMap = {};
searchDataList?.forEach((item) {
final key = '${item.id}-${item.videoType}';
postMap[key] = item;
});
searchDataList = postMap.values.toList();
setLoadMore(false);
printLog(
"getSearchContent length :=2=> ${(searchModel.result?.length ?? 0)}");
}
}
loadingSearch = false;
notifyListeners();
}

Thank you!

Document

28_10_2024_73_671f8f42a6b0c.png

Regards,
Mr. Priyank

Viewing 185 to 188 of total 198 topics

Support is Online

Office hours

Monday - Friday
10:00 AM - 06:00 PM
IST (GMT +5:30)

  • Office time

    00:00:00 AM

  • Your time

    00:00:0 AM

Explore Our Support Documentation

Whether you're troubleshooting an issue or looking for step-by-step guidance, our resources are designed to empower you with the knowledge you need