braille_text

braille_text is a Flutter package that converts text to Braille and displays it using a custom Braille font. This package is useful for creating applications that need to represent text in Braille for accessibility purposes.

Features

  • Converts alphanumeric characters and common punctuation to Braille.
  • Displays Braille text with customizable font size.
  • Provides tactile feedback when sliding over Braille text.

Installation

To use this package in your Flutter application, add the following dependency to your pubspec.yaml file:

dependencies:
  braille_text:
    git:
      url: https://github.com/Sarthak-source/braille_text.git

Libraries

braille_text