mangadex_api 1.0.3 copy "mangadex_api: ^1.0.3" to clipboard
mangadex_api: ^1.0.3 copied to clipboard

An unofficial wrapper of the MangaDex API for Dart/Flutter

1.0.3 #

  • Hopefully fixes #3 for now
  • Added ReadingStatus class
  • Added roles to User
  • Added followManga and unfollowManga
  • Added setReadingStatus

For more changes check out the GitHub diff and the documentation

1.0.2 #

  • Fixes #3

1.0.1 #

  • Add translatedLanguage to getMangaFeed
  • Add reference expansion to followedManga and followedGroups
  • Add createCustomList, deleteCustomList, addToCustomList and removeFromCustomList

For more changes check out the GitHub diff and the documentation

1.0.0 #

  • Manga class - cover is now nullable
  • Every function should throw exception in case of a 4xx or 5xx error
  • Better getChapter method, thanks to #2
  • Functions now validate token using the validateToken function
  • Added getUsersList function
  • Added getListFeed function
  • Added loggedInUser function
  • Added followedManga function
  • Added followedGroups function

For more changes check out the GitHub diff and the documentation

1.0.0-dev.2 #

  • Added User class and getUser function
  • Added checking for captcha on request
  • added solveCaptcha function
  • added Group class and getGroup function
  • all requests will no longer be automatically sent with your token, if you logged in, you need to set useLogin to true in the respective function
  • added the mangadex-dart-api/1.0 header to all requests to the API
  • renamed getMangaInfo to getManga
  • added reference expansion to getManga and search
  • login now returns a Future
  • changed in Chapter class: chapter -> chapterNum & volume -> volumeNum

For more changes check out the documentation

1.0.0-dev.1 #

  • Initial version.
1
likes
100
pub points
0%
popularity

Publisher

verified publisherhernikplays.cz

An unofficial wrapper of the MangaDex API for Dart/Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on mangadex_api