mangadex_library library Null safety
//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////
Classes
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 chapterId, String token, String chapterHash, String filename, bool dataSaver) → Future< 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> -
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> -
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> -
parseContentRatingFromEnum(
ContentRating rating) → String -
parseFutureUpdatesFromEnum(
FutureUpdates update) → String -
parseLanguageCodeFromEnum(
LanguageCodes code) → String -
parseStatusFromEnum(
ReadingStatus status) → String -
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) → Future< Search?> -
searchResponse(
String query, {String? includedTagsMode, String? artists, String? publicationDemographic, String? includedTags, String? ids, String? excludedTags, String? excludedTagsMode, String? status, String? contentRating, String? limit, String? originalLanguage, String? authors}) → Future< Response> -
setMangaReadingStatus(
String token, String mangaId, ReadingStatus? status) → Future< ResultOk> -
unfollowManga(
String token, String mangaId) → Future< MangaCheck>