wheel_date_picker 0.0.2 copy "wheel_date_picker: ^0.0.2" to clipboard
wheel_date_picker: ^0.0.2 copied to clipboard

A wheel liked date picker with configurable colors and distance between steps.

Wheel Date Picker #

A wheel liked date picker with configurable colors and distance between steps.

Installing #

Add dependency in pubspec.yaml file

dependencies:
	wheel_date_picker: <current_version>

Importing #

import 'package:wheel_date_picker/wheel_date_picker.dart';

Usage #

WheelDatePickerSlider(
	onChanged: (value) {},
    config: PointerConfig(),
),

Preview #

Capture
3
likes
120
pub points
4%
popularity

Publisher

verified publisherstackfinance.co

A wheel liked date picker with configurable colors and distance between steps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on wheel_date_picker