lunar_to_islamic_date 1.0.0 copy "lunar_to_islamic_date: ^1.0.0" to clipboard
lunar_to_islamic_date: ^1.0.0 copied to clipboard

A Flutter plugin that accurately converts Gregorian (lunar) dates to Islamic Hijri dates using a robust astronomical algorithm.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lunar_to_islamic_date

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

dependencies:
  lunar_to_islamic_date: ^1.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:lunar_to_islamic_date/lunar_to_islamic_date.dart';
1
likes
140
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that accurately converts Gregorian (lunar) dates to Islamic Hijri dates using a robust astronomical algorithm.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on lunar_to_islamic_date

Packages that implement lunar_to_islamic_date