smart_textbar 0.0.4 copy "smart_textbar: ^0.0.4" to clipboard
smart_textbar: ^0.0.4 copied to clipboard

smart_textbar is a Flutter Plugin that provides an ultimate Flutter textfield, drastically reducing the need to implement various functionalities, that although relatively complex but has become a nor [...]

0.0.4 #

  • This release contains the initial functionalities of: 1.Blind Mode: Blind mode, is made to help the app/website users with sight disabilities, its basic functionality includes speaking out the latest word written by the user in the TextBar() widget, the word ending is identified by a blank space, thus letting the user know right away if there is a typo or any grammatical mistake in the text (By this version Blind mode will be able to support english language in over 60 accents from all over the world) 2.Voice To Text Mode: voice to text mode is made to convert the words spoken by the user to the text in the TextBar() widget
  1. AutoSuggest: One of the most notable features of smart_textbar is the AutoSuggest functionality, it provides with a dataset of over 10000 most used english words , that are stored in the app in form of a Trie When TextBar() widget is used for the first time in the app by the user, the trie is populated and stored within the app itself which provides a fast and accurate list of recommendations every time user types a new word in the TextBar()
4
likes
90
pub points
0%
popularity

Publisher

unverified uploader

smart_textbar is a Flutter Plugin that provides an ultimate Flutter textfield, drastically reducing the need to implement various functionalities, that although relatively complex but has become a norm in mordern apps and websites

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

autotrie, flutter, flutter_tts, flutter_typeahead, shared_preferences, speech_to_text

More

Packages that depend on smart_textbar