text_latin_reading 0.1.0 copy "text_latin_reading: ^0.1.0" to clipboard
text_latin_reading: ^0.1.0 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 Dart:

 $ dart pub add text_latin_reading

With Flutter:

 $ flutter pub add text_latin_reading

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  text_latin_reading: ^0.1.0

Alternatively, your editor might support dart pub get or 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';
0
likes
0
points
230
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on text_latin_reading

Packages that implement text_latin_reading