isitaword 0.0.4 copy "isitaword: ^0.0.4" to clipboard
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!

1
likes
130
pub points
41%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on isitaword