scroll_wheel_date_picker 0.0.2+1 copy "scroll_wheel_date_picker: ^0.0.2+1" to clipboard
scroll_wheel_date_picker: ^0.0.2+1 copied to clipboard

A Flutter package for a scrollable and flat perspective wheel-type date picker like in TikTok.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scroll_wheel_date_picker

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

dependencies:
  scroll_wheel_date_picker: ^0.0.2+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:scroll_wheel_date_picker/scroll_wheel_date_picker.dart';
8
likes
150
pub points
79%
popularity

Publisher

unverified uploader

A Flutter package for a scrollable and flat perspective wheel-type date picker like in TikTok.

Repository (GitHub)
View/report issues

Topics

#ui #datepicker #widget #scroll #wheel

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on scroll_wheel_date_picker