flutter_persian_date_picker 0.1.0 copy "flutter_persian_date_picker: ^0.1.0" to clipboard
flutter_persian_date_picker: ^0.1.0 copied to clipboard

DatePicker with full support of the Persian calendar with highly customizable and responsive UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_persian_date_picker

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

dependencies:
  flutter_persian_date_picker: ^0.1.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:flutter_persian_date_picker/config/strings.dart';
import 'package:flutter_persian_date_picker/data/model/date_picker_month_info.dart';
import 'package:flutter_persian_date_picker/date_picker.dart';
import 'package:flutter_persian_date_picker/utils/pdate_picker_common.dart';
import 'package:flutter_persian_date_picker/utils/pdate_utils.dart';
5
likes
150
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

DatePicker with full support of the Persian calendar with highly customizable and responsive UI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause, MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, shamsi_date

More

Packages that depend on flutter_persian_date_picker