hijri_core 1.0.0
hijri_core: ^1.0.0 copied to clipboard
Hijri/Gregorian calendar conversion for Dart and Flutter. Pluggable engine system with built-in Umm al-Qura and FCNA calendars. Zero dependencies.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hijri_coreWith Flutter:
$ flutter pub add hijri_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hijri_core: ^1.0.0Alternatively, 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:hijri_core/hijri_core.dart';