Skip to content

The following program is a string processor built using Flutter. This program will take in a string, process it to make each word selectable, and can retrieve its corresponding definition by querying a local JSON file.

Notifications You must be signed in to change notification settings

ivyla/flutterstringprocessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

flutterstringprocessor

The following program is a string processor built using Flutter.

This program will take in a string, process it to make each word selectable, and can retrieve its corresponding definition by querying a local JSON file.

  • Users can select a word by tapping on it to highlight, and tap again to reveal a definition.
  • Users can unselect a highlighted word by tapping it again or holding on the word.

Future implementations would include saving certain words and writing to the database, enabling hearable pronounciations, creating semantics so that the program can identify names/ locations, and being able to select from a list of multiple strings to read beforehand.

About

The following program is a string processor built using Flutter. This program will take in a string, process it to make each word selectable, and can retrieve its corresponding definition by querying a local JSON file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published