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

outdated

Date Picker with spinner instead of a default material time picker. This widget works with 12 or 24 hour format and custom interval mode.

Date Picker with spinner instead of a default material time picker. This widget works with 12 or 24 hour format and custom interval mode.

Features #

give DateTime format in FlutterSpinner Method.

Getting started #

adding lastest version in your pabspect and pub get

Usage #

import package and enjoy it

FlutterSpinner(
                color: Colors.grey,
                height: 309,
                width: 200,
                itemHeight: 10,
                itemWidth: 50,
                padding: 20,
                onTimeChange: (date) {
                  setState(() {
                    selectedTime = date;
                  });
                },
                spacing: 10,
                is12HourMode: true,
                style: const TextStyle(fontSize: 25, color: Colors.white),
              ),

Additional information #

if this package have a problem , issue it

3
likes
0
pub points
65%
popularity

Publisher

unverified uploader

Date Picker with spinner instead of a default material time picker. This widget works with 12 or 24 hour format and custom interval mode.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_spinner_picker