duolingo4d 0.1.0 duolingo4d: ^0.1.0 copied to clipboard
A most easily usable Duolingo API wrapper in Dart. With Duolingo4D, you can easily integrate your application with the Duolingo API.
Release Note #
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 toUserRespone
. - Added implementations for
toString
,== operator
, andhashCode
to all response objects.
0.0.4 #
- Added
languageString
field toOverviewResponse
.
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!