geez_fonts 0.1.0
geez_fonts: ^0.1.0 copied to clipboard
A Flutter package for dynamically loading and using Ethiopic (Ge'ez) fonts from the Geez Archive. Provides 150+ font families with TextStyle and TextTheme support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add geez_fontsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
geez_fonts: ^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:geez_fonts/geez_fonts.dart';