islamic_hijri_calendar 0.0.3 islamic_hijri_calendar: ^0.0.3 copied to clipboard
Islamic Hijri Calendar widget displays dates in Arabic and English numerals, shows Hijri month names and years, and allows effortless month navigation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add islamic_hijri_calendar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
islamic_hijri_calendar: ^0.0.3
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:islamic_hijri_calendar/islamic_hijri_calendar.dart';