google_fonts_arabic

Last updated:

0 purchases

google_fonts_arabic Image
google_fonts_arabic Images
Add to Cart

Description:

google fonts arabic

google_fonts_arabic #
Arabic fonts by google right into your flutter application. Courtsey of fonts.google.com
Getting Started #
Until this package get listed on dartlang, add the package to your project as follows:
google_fonts_arabic:
git: git://github.com/emadomedher/google-fonts-arabic.git
version: ^0.0.5
copied to clipboard
Import the list of fonts like this:
import 'package:google_fonts_arabic/fonts.dart';
copied to clipboard
Then you can view the available fonts like this through the ArabicFonts clas:

In your text widgets, use it like this:
Text(
"كيف حالك يا أخ العرب؟",
style: new TextStyle(
fontFamily: ArabicFonts.Cairo,
package: 'google_fonts_arabic',
fontSize: 25.0,
),
),
copied to clipboard
Enjoy ^_^

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.