flutter_spinner_picker

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

flutter spinner picker

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,
),
copied to clipboard
Additional information #
if this package have a problem , issue it

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.