islamic_hijri_calendar 0.0.1
islamic_hijri_calendar: ^0.0.1 copied to clipboard
Introducing our Islamic Hijri Calendar widget, offering a comprehensive date display with both Arabic and English numerals. Easily view Hijri month names alongside the year and navigate through months [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add islamic_hijri_calendarWith Flutter:
$ flutter pub add islamic_hijri_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
islamic_hijri_calendar: ^0.0.1Alternatively, 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:islamic_hijri_calendar/islamic_hijri_calendar.dart';