word_puzzle_pack 0.1.0
word_puzzle_pack: ^0.1.0 copied to clipboard
A comprehensive Flutter package for English words with 1200+ words, dictionary with meanings/synonyms, word validation, anagram detection, and utilities for word games and puzzles.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add word_puzzle_packThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
word_puzzle_pack: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:word_puzzle_pack/word_puzzle_pack.dart';