Last updated:
0 purchases
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!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.