mangadex_library library Null safety
//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////
Properties
-
final
Functions
-
checkIfUserFollowsGroup(
String token, String groupId) → Future< bool> -
checkIfUserFollowsGroupResponse(
String token, String groupId) → Future< Response> -
checkIfUserFollowsManga(
String token, String mangaId) → Future< bool> -
checkIfUserFollowsMangaResponse(
String token, String mangaId) → Future< Response> -
checkIfUserFollowsUser(
String token, String userId) → Future< bool> -
checkIfUserFollowsUserResponse(
String token, String userId) → Future< Response> -
constructPageUrl(
String baseUrl, String token, bool dataSaver, String chapterHash, String filename) → String -
followManga(
String token, String mangaId, {ReadingStatus? status}) → Future< MangaCheck> -
getAllMangaReadingStatusResponse(
String token, String status) → Future< Response> -
getAllReadChapters(
String token, String mangaId) → Future< ReadChapters?> -
getAllReadChaptersForAListOfManga(
String token, List< String> mangaIds) → Future<Response> -
getAllUserMangaReadingStatus(
String token, {ReadingStatus? readingStatus}) → Future< AllMangaReadingStatus> -
getBaseUrl(
String _chapterId) → Future< BaseUrl?> -
getBaseUrlResponse(
String chapterId) → Future< Response> -
getChapterDataByChapterId(
String chapterId) → Future< SingleChapterData> -
getChapterFilenames(
String chapterId, bool isDataSaverMode) → Future< List< String> > -
getChapters(
String mangaId, {List< String> ? ids, String? title, List<String> ? groups, String? uploader, String? volume, String? chapter, List<LanguageCodes> ? translatedLanguage, List<LanguageCodes> ? originalLanguage, List<LanguageCodes> ? excludedOriginalLanguage, List<ContentRating> ? contentRating, String? createdAtSince, String? updatedAtSince, String? publishedAtSince, String? includes, int? limit, int? offset}) → Future<ChapterData?> -
getChaptersResponse(
String mangaId, {List< String> ? ids, String? title, List<String> ? groups, String? uploader, String? volume, String? chapter, List<LanguageCodes> ? translatedLanguage, List<LanguageCodes> ? originalLanguage, List<LanguageCodes> ? excludedOriginalLanguage, List<ContentRating> ? contentRating, String? createdAtSince, String? updatedAtSince, String? publishedAtSince, String? includes, int? limit, int? offset}) → Future<Response> -
getCoverArt(
String mangaID) → Future< Cover?> -
getCoverArtResponse(
String mangaID, [String? coverID, int limit = 10, int offset = 0]) → Future< Response> -
getCoverArtUrl(
String mangaID, {int? res}) → Future< String> -
getLoggedUserDetails(
String token) → Future< UserDetails> -
getLoggedUserDetailsResponse(
String token) → Future< Response> -
getMangaDataByMangaId(
String mangaId) → Future< SingleMangaData> -
getMangaReadingStatus(
String token, String mangaId) → Future< MangaReadingStatus> -
getRefreshResponse(
String refresh) → Future< Response> -
getUserFollowedGroups(
String token, int? offset, int? limit) → Future< UserFollowedGroups> -
getUserFollowedGroupsResponse(
String token, {int? offset, int? limit}) → Future< Response> -
getUserFollowedManga(
String token, {int? offset, int? limit}) → Future< UserFollowedManga> -
getUserFollowedMangaResponse(
String token, {int? offset, int? limit}) → Future< Response> -
getUserFollowedUsers(
String token, {int? offset, int? limit}) → Future< UserFollowedUsers> -
getUserFollowedUsersResponse(
String token, {int? offset, int? limit}) → Future< Response> -
login(
String username, String password) → Future< Login?> -
loginResponse(
String username, String password) → Future< Response> -
markChapterRead(
String token, String chapterId) → Future< ResultOk> -
markChapterUnread(
String token, String chapterId) → Future< ResultOk> -
markMultipleChaptersRead(
String token, String mangaId, List< String> chapterIds) → Future<ResultOk> -
markMultipleChaptersUnread(
String token, String mangaId, List< String> chapterIds) → Future<ResultOk> -
refresh(
String refreshToken) → Future< Login> -
removeMangaReadingStatus(
String token, String mangaId) → Future< MangaCheck?> -
reportImageStatus(
String pageUrl, bool success, bool cached, int bytes, int duration) → Future< void> -
search(
{String? query, int? limit, int? offset, List< String> ? authors, List<String> ? artists, int? year, List<String> ? includedTags, TagsMode? includedTagsMode, List<String> ? excludedTags, TagsMode? excludedTagsMode, List<MangaStatus> ? status, List<LanguageCodes> ? originalLanguage, List<LanguageCodes> ? excludedOriginalLanguages, List<LanguageCodes> ? availableTranslatedLanguage, List<PublicDemographic> ? publicationDemographic, List<String> ? ids, List<ContentRating> ? contentRating, String? createdAtSince, String? updatedAtSince, List<String> ? includes, String? group}) → Future<Search?> -
searchResponse(
{String? query, int? limit, int? offset, List< String> ? authors, List<String> ? artists, int? year, List<String> ? includedTags, TagsMode? includedTagsMode, List<String> ? excludedTags, TagsMode? excludedTagsMode, List<MangaStatus> ? status, List<LanguageCodes> ? originalLanguage, List<LanguageCodes> ? excludedOriginalLanguages, List<LanguageCodes> ? availableTranslatedLanguage, List<PublicDemographic> ? publicationDemographic, List<String> ? ids, List<ContentRating> ? contentRating, String? createdAtSince, String? updatedAtSince, List<String> ? includes, String? group}) → Future<Response> -
setMangaReadingStatus(
String token, String mangaId, ReadingStatus? status) → Future< ResultOk> -
unfollowManga(
String token, String mangaId) → Future< MangaCheck>