khmer_date 1.0.3
khmer_date: ^1.0.3 copied to clipboard
Khmer Date is plugin help you to convert date time and number to Khmer
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add khmer_dateWith Flutter:
$ flutter pub add khmer_dateThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
khmer_date: ^1.0.3Alternatively, your editor might support dart pub get or 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_date/khmer_date.dart';