isitaword

Last updated:

0 purchases

isitaword Image
isitaword Images
Add to Cart

Description:

isitaword

isitaword #
A Flutter package that validates if the combination of letters forms a word or not!

Getting started #
Just include this in your pubspec.yaml
isitaword: <VERSION>
copied to clipboard
or run this in your terminal
flutter pub add isitaword
copied to clipboard
Usage #
To validate a string, try:

Import the package in the screen file where you will display the widget

import 'package:isitaword/isitaword.dart';
copied to clipboard

And, call this function to check if the string forms a word or not

String letters = 'spark';
bool result = isItAWord(letters);
copied to clipboard
Additional information #
Hop on to :- samitkapoor/isitaword to find more information, contribute, file issues regarding the package!

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.