free_dictionary 1.0.0 copy "free_dictionary: ^1.0.0" to clipboard
free_dictionary: ^1.0.0 copied to clipboard

discontinuedreplaced by: free_english_dictionary
retractedoutdated

Free Dictionary API Wrapper in Dart.

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

Free Dictionary API Wrapper in Dart.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, dio_cache_interceptor

More

Packages that depend on free_dictionary