text_latin_reading 0.1.1 copy "text_latin_reading: ^0.1.1" to clipboard
text_latin_reading: ^0.1.1 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_reading

This 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.1

Alternatively, 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';
0
likes
130
points
230
downloads

Documentation

API reference

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)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on text_latin_reading

Packages that implement text_latin_reading