flutter_jalali_date_picker 2.1.4 copy "flutter_jalali_date_picker: ^2.1.4" to clipboard
flutter_jalali_date_picker: ^2.1.4 copied to clipboard

A Jalali/Persian Date Time Picker with Format Date to Persian

Jalali/Persian Date Picker #

pub package

A Jalali/Persian Date Time Picker with Format Date to Persian for Android, iOS, macOS, Windows, Linux and Web

This project Based on https://pub.dev/packages/persian_datetime_picker

Platform Support #

Android iOS macOS Web Windows Linux
✔️ ✔️ ✔️ ✔️ ✔️ ✔️

Getting Started #

Add dependency #

dependencies:
  flutter_jalali_date_picker: ^2.1.3 #latest version
  shamsi_date: ^1.0.2

This sample open DatePicker and return the selected Date

Jalali? picked = await showJalaliDatePicker(
  context,
  initialDate: Jalali.now(),
  firstDate: Jalali(1385, 8),
  lastDate: Jalali(1450, 9),
);

Format DateTime to Persian

final date = DateTime.now();

date.dateToYMMMdPersian();
date.dateToMMMdPersian();
date.dateToStringWithDayPersian();
3
likes
130
pub points
62%
popularity

Publisher

unverified uploader

A Jalali/Persian Date Time Picker with Format Date to Persian

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, intl, shamsi_date

More

Packages that depend on flutter_jalali_date_picker