kh_calendar 0.0.2
kh_calendar: ^0.0.2 copied to clipboard
A beautiful custom calendar widget with full Khmer language support including Khmer numerals, month names, and day names. Built with pure Flutter without external dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kh_calendar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
kh_calendar: ^0.0.2
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:kh_calendar/kh_calendar.dart';