google_fonts_arabic 1.1.7 google_fonts_arabic: ^1.1.7 copied to clipboard
Arabic fonts by google right into your flutter application. Just import the fonts file and use the constant in example to browse the available fonts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add google_fonts_arabic
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
google_fonts_arabic: ^1.1.7
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:google_fonts_arabic/google_fonts_arabic.dart';