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

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,
                fontSize: 26,
                is24Hour: false,
                selectedFontColor: Colors.white,
                unselectedFontColor: Colors.white.withOpacity(0.4),
                height: 310,
                width: 200,
                itemHeight: 10,
                itemWidth: 50,
                padding: 20,
                selectedDate: DateTime.now(),
                onTimeChange: (date) {
                  setState(() {
                    selectedTime = date;
                  });
                },
                spacing: 10,
              ),

Additional information #

if this package have a problem , issue it

3
likes
150
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_spinner_picker