mangadex_library library Null safety

//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////

Classes

BaseUrl

Properties

authority String
final

Functions

ConstructPageUrl(String chapterId, String token, String chapterHash, String filename, bool dataSaver) Future<String>
getBaseUrl(String chapterId) Future<BaseUrl?>
getBaseUrlResponse(String chapterId) Future<Response>
getChapters(String mangaId) Future<ChapterData?>
getChaptersResponse(String mangaId, {String? ids, String? title, String? groups, String? uploader, String? volume, String? chapter, String? translatedLanguage, 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?>
login(String username, String password) Future<Login>
loginResponse(String username, String password) Future<Response>
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>