khmer_fonts 0.0.6 khmer_fonts: ^0.0.6 copied to clipboard
A Khmer fonts is easy to use without think about to import font file into your pubspec.yaml it just import 1 file and call it in text style.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add khmer_fonts
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
khmer_fonts: ^0.0.6
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:khmer_fonts/khmer_fonts.dart';