braille_text 0.0.1
braille_text: ^0.0.1 copied to clipboard
A Flutter package for converting text to Braille and vice versa, providing tools for Braille text representation in Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add braille_textThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
braille_text: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:braille_text/braille_text.dart';