dual_custom_date_picker 1.3.0 copy "dual_custom_date_picker: ^1.3.0" to clipboard
dual_custom_date_picker: ^1.3.0 copied to clipboard

A flutter package for custom Jalali and Georgian date picker

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dual_custom_date_picker

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

dependencies:
  dual_custom_date_picker: ^1.3.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:dual_custom_date_picker/button_style.dart';
import 'package:dual_custom_date_picker/change_month_year_modal.dart';
import 'package:dual_custom_date_picker/controller/calender_controller.dart';
import 'package:dual_custom_date_picker/custom_date_picker.dart';
import 'package:dual_custom_date_picker/day_item_section.dart';
import 'package:dual_custom_date_picker/simple_date_picker.dart';
import 'package:dual_custom_date_picker/utils/button_style.dart';
import 'package:dual_custom_date_picker/utils/date_helper.dart';
import 'package:dual_custom_date_picker/utils/enums/picker_mode.dart';
import 'package:dual_custom_date_picker/utils/global_configs.dart';
import 'package:dual_custom_date_picker/utils/iconsax.dart';
import 'package:dual_custom_date_picker/utils/texts_helper.dart';
3
likes
150
points
72
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package for custom Jalali and Georgian date picker

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl, persian_number_utility, shamsi_date

More

Packages that depend on dual_custom_date_picker