hijri_picker 5.0.0 copy "hijri_picker: ^5.0.0" to clipboard
hijri_picker: ^5.0.0 copied to clipboard

Hijri (Umm al-Qura) date picker for Flutter, implemented as a CalendarDelegate so Flutter's built-in showDatePicker UI is used directly.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hijri_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  hijri_picker: ^5.0.0

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:hijri_picker/hijri_picker.dart';
66
likes
160
points
282
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Hijri (Umm al-Qura) date picker for Flutter, implemented as a CalendarDelegate so Flutter's built-in showDatePicker UI is used directly.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter, hijri

More

Packages that depend on hijri_picker