text_latin_reading 0.1.2
text_latin_reading: ^0.1.2 copied to clipboard
Shows how text sounds, written in Latin letters. Japanese readings come from the system dictionary on iOS and from a bundled morphological dictionary on Android; other scripts go through ICU.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add text_latin_readingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
text_latin_reading: ^0.1.2Alternatively, 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:text_latin_reading/text_latin_reading.dart';