duolingo4d 0.3.0 copy "duolingo4d: ^0.3.0" to clipboard
duolingo4d: ^0.3.0 copied to clipboard

outdated

A most easily usable Duolingo API wrapper in Dart. With Duolingo4D, you can easily integrate your application with the Duolingo API.

Release Note #

0.3.0 #

New Features #

  • Added a feature that allows you to get alphabets information.
  • Added a feature that allows you to get stories information.
  • Added a feature that allows you to follow user.
  • Added a feature that allows you to unfollow user.

Destructive changes #

  • Changed the name of Friends API to Subscriptions API. Due to this change, there are some changes in the name of the response class, but the content of the response is unchanged.

0.2.0 #

New Features #

  • Added a feature that allows you to get a Duolingo's manifest information.
  • Added a feature that allows you to get a list of items sold on Duolingo.
  • Added a feature to purchase items sold on Duolingo.
  • Added a feature that allows you to get information about leaderboard on Duolingo.
  • Improved the processing when the status code of the response returned from the API is other than 200. If the HTTP status code is other than 200, an empty object will be returned.

Destructive changes #

  • In the course of analyzing the Duolingo API, it was determined that the name was inappropriate, so the name of Leaderboard API which was provided until version 0.1.4 has been changed to Activity API.

0.1.4 #

  • Added a feature that references the Dictionary API.
  • Added a feature that references the Friends API.

0.1.3 #

  • The configuration file has been adjusted to support multiple platforms. No new features or specifications have been changed.

0.1.0 #

  • Added a feature to get session about communication with the Duolingo API.
  • Added a feature that references the Leaderboard API.
  • Added the feature to keep the response returned from the Duolingo API as a cache and reuse this cached response object.

0.0.5 #

  • Added TrackingProperty field to UserRespone.
  • Added implementations for toString, == operator, and hashCode to all response objects.

0.0.4 #

  • Added languageString field to OverviewResponse.

0.0.3 #

  • Added a return type to the getter when get an instance of the Duolingo class.

0.0.2 #

  • Improved documentation.
  • Moved dependency packages that are not required at runtime to dev_dependencies.

0.0.1 #

  • First release!
5
likes
0
pub points
25%
popularity

Publisher

unverified uploader

A most easily usable Duolingo API wrapper in Dart. With Duolingo4D, you can easily integrate your application with the Duolingo API.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

authorization_header, cache_storage, collection, http, json_response, sweet_cookie_jar, universal_io

More

Packages that depend on duolingo4d