ethiopic_typography 0.1.0
ethiopic_typography: ^0.1.0 copied to clipboard
Drop-in bilingual (English/Amharic) Flutter theming with the Manrope + Noto Sans Ethiopic font pairing. Latin text renders in Manrope; Ge'ez script falls back to Noto Sans Ethiopic automatically.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ethiopic_typographyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ethiopic_typography: ^0.1.0Alternatively, 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:ethiopic_typography/ethiopic_typography.dart';