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

discontinuedreplaced by: free_english_dictionary
retractedoutdated

Dart package that provides English dictionary meaning for word.

example/free_dictionary_example.dart

import 'package:free_dictionary/free_dictionary.dart';

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