timeline_date_picker_plus 0.0.3 copy "timeline_date_picker_plus: ^0.0.3" to clipboard
timeline_date_picker_plus: ^0.0.3 copied to clipboard

A Flutter package for a horizontal scrollable date picker with support for custom styling and dots on the days.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add timeline_date_picker_plus

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

dependencies:
  timeline_date_picker_plus: ^0.0.3

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:timeline_date_picker_plus/timeline_date_picker_plus.dart';
3
likes
140
points
49
downloads
screenshot

Publisher

verified publishermabud.tech

Weekly Downloads

A Flutter package for a horizontal scrollable date picker with support for custom styling and dots on the days.

Repository (GitHub)

Topics

#date-picker #date-range-picker #scrollable-date-picker #flutter-date-picker #flutter-scrollable-date-picker

Documentation

API reference

License

MIT (license)

Dependencies

dotted_border, flutter, scrollable_positioned_list

More

Packages that depend on timeline_date_picker_plus