Skip to content

haybankz/free_english_dictionary

Repository files navigation

Free Dictionary API Wrapper in Dart

Check out Free dictionary API homepage

Getting Started

With Dart

dart pub add free_english_dictionary
dart pub get

With Flutter

flutter pub add free_english_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);
}

About

Free Dictionary API Wrapper in Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages