find_the_word 1.0.1 copy "find_the_word: ^1.0.1" to clipboard
find_the_word: ^1.0.1 copied to clipboard

A word search game package built with Flutter and Flame. Features include customizable word lists, animations, and game over callbacks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add find_the_word

With Flutter:

 $ flutter pub add find_the_word

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  find_the_word: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:find_the_word/find_the_word.dart';
6
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A word search game package built with Flutter and Flame. Features include customizable word lists, animations, and game over callbacks.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flame, flutter, google_fonts

More

Packages that depend on find_the_word