owlbot_dart 1.0.6 owlbot_dart: ^1.0.6 copied to clipboard
A clean and simple interface to interact with owlbot.info, dictionary API. Returns response in nice formatted dart objects
[1.0.7] - Owlbot api #
- Using:
OwlBot(token: "your_token").define(word:"owl")
- Refactored to expose fromJson and toJson functions of the response and definition models so that it can be easily used for offline persisting
[1.0.5] - Owlbot api #
- Using:
OwlBot(token: "your_token").define(word:"owl")
- had to downgrade meta to 1.1.8, as flutter test was conflicting
[1.0.4] - Owlbot api #
- Some fixes suggested by pub analysis
- Using:
OwlBot(token: "your_token").define(word:"owl")
[1.0.3] - Owlbot api #
- Some fixes suggested by pub analysis
[1.0.2] - Owlbot api #
- Some fixes suggested by pub analysis
[1.0.1] - Owlbot api #
- Some fixes suggested by pub analysis
[1.0.0] - Owlbot api #
- Using:
OwlBot(token: "your_token").define(word:"owl")