word_search 0.1.2 copy "word_search: ^0.1.2" to clipboard
word_search: ^0.1.2 copied to clipboard

A word search puzzle generator built with dart.This library allows you to create a puzzle from a list of input words that can be arranged in many orientations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add word_search

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

dependencies:
  word_search: ^0.1.2

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

Import it

Now in your Dart code, you can use:

import 'package:word_search/word_search.dart';
39
likes
40
pub points
79%
popularity

Publisher

unverified uploader

A word search puzzle generator built with dart.This library allows you to create a puzzle from a list of input words that can be arranged in many orientations.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on word_search