flutter_jalali_date_picker 2.0.0 copy "flutter_jalali_date_picker: ^2.0.0" to clipboard
flutter_jalali_date_picker: ^2.0.0 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.0.0 #latest version

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.dateTimeToStringWithDayPersian();
6
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on flutter_jalali_date_picker