Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 551 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 551 Bytes

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