jhijri 0.0.1
jhijri: ^0.0.1 copied to clipboard
Converts Date From Gregorian to Hijri and Vice Versa It Also Comes With a Great Date Picker Widget That Easy To Use.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add jhijri
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
jhijri: ^0.0.1
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:jhijri/_src/_jStatic.dart';
import 'package:jhijri/_src/jHijri.dart';
import 'package:jhijri/_src/jHijriPicker.dart';
import 'package:jhijri/jHijri.dart';