custom_date_picker_plus 1.0.1 copy "custom_date_picker_plus: ^1.0.1" to clipboard
custom_date_picker_plus: ^1.0.1 copied to clipboard

A Flutter utility that provides simplified date picking functionality for mobile applications. This plugin offers customizable date pickers that work across platforms with localization support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_date_picker_plus

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

dependencies:
  custom_date_picker_plus: ^1.0.1

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:custom_date_picker_plus/date_picker.dart';
import 'package:custom_date_picker_plus/date_picker_constants.dart';
import 'package:custom_date_picker_plus/date_picker_theme.dart';
import 'package:custom_date_picker_plus/date_time_formatter.dart';
import 'package:custom_date_picker_plus/flutter_holo_date_picker.dart';
import 'package:custom_date_picker_plus/i18n/date_picker_i18n.dart';
import 'package:custom_date_picker_plus/i18n/strings_en.dart';
import 'package:custom_date_picker_plus/i18n/strings_oz.dart';
import 'package:custom_date_picker_plus/i18n/strings_ru.dart';
import 'package:custom_date_picker_plus/i18n/strings_tj.dart';
import 'package:custom_date_picker_plus/i18n/strings_uz.dart';
import 'package:custom_date_picker_plus/widget/date_ext.dart';
import 'package:custom_date_picker_plus/widget/date_picker_widget.dart';
1
likes
140
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter utility that provides simplified date picking functionality for mobile applications. This plugin offers customizable date pickers that work across platforms with localization support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

auto_size_text, flutter

More

Packages that depend on custom_date_picker_plus