free_dictionary 1.0.1-alpha01 copy "free_dictionary: ^1.0.1-alpha01" to clipboard
free_dictionary: ^1.0.1-alpha01 copied to clipboard

discontinuedreplaced by: free_english_dictionary
retractedoutdated

Dart package that provides English dictionary meaning for word.

Free Dictionary API Wrapper in Dart #

Check out Free dictionary API homepage

Getting Started #

git clone https://github.com/haybankz/free_dictionary.git && cd free_dictionary
flutter pub get

How to use #

See example for more usecase information.

void main() async {
  // get word meaning
  var meanings = FreeDictionary.getWordMeaning(word: "stairs");
  // print meanings
  print(meanings);
}
0
likes
0
points
87
downloads

Publisher

unverified uploader

Weekly Downloads

Dart package that provides English dictionary meaning for word.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, dio_cache_interceptor

More

Packages that depend on free_dictionary