free_english_dictionary 0.0.3 copy "free_english_dictionary: ^0.0.3" to clipboard
free_english_dictionary: ^0.0.3 copied to clipboard

Dart package that provides English dictionary meaning for word.

example/main.dart

import 'package:free_english_dictionary/free_english_dictionary.dart';

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

Publisher

verified publisherabeeboladele.com.ng

Weekly Downloads

Dart package that provides English dictionary meaning for word.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, dio_cache_interceptor

More

Packages that depend on free_english_dictionary