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