isitaword 0.0.4
isitaword: ^0.0.4 copied to clipboard
A Flutter package that validates if the combination of letters forms a word or not!
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>
or run this in your terminal
flutter pub add isitaword
Usage #
To validate a string, try:
- Import the package in the screen file where you will display the widget
import 'package:isitaword/isitaword.dart';
- And, call this function to check if the string forms a word or not
String letters = 'spark';
bool result = isItAWord(letters);
Additional information #
Hop on to :- samitkapoor/isitaword to find more information, contribute, file issues regarding the package!