cupertino_date_selector 0.0.6
cupertino_date_selector: ^0.0.6 copied to clipboard
Highly customizable Cupertino modal selector for items, dates, times, and durations.
0.0.6 #
- README: screenshot previews use HTML
<img width="280">so pub.dev shows compact, readable thumbnails.
0.0.5 #
- README: screenshot gallery renders embedded images on pub.dev (Markdown
).
0.0.4 #
- Optional
enableHapticFeedbackon everyCupertinoDateSelector/CupertinoDateSelectorWidgetfactory; when set, it overridesCupertinoDateSelectorModifiers.enableHapticFeedback. - Wheel haptics on by default (
HapticFeedback.selectionClick); skipped on web. - README: haptic behavior by platform, screenshot raw URLs under
assets/; example app UI refresh.
0.0.3 #
- Added
CupertinoDateSelectorModifiers(selection mode, haptics, locale, modal barrier color,useRootNavigator, custom month labels, semantics). - Added
CupertinoDateSelectorSelectionMode(livevscommitOnSubmit). - Added
CupertinoDateSelectorControllerwithjumpTofor programmatic wheel sync. - Added
CupertinoDateSelectorPickerBodyfor wheel-only embedding in custom UI. - Localized month wheel labels via
intl(optionalmonthLabelBuilderoverride). - Added
CupertinoDateSelectorThemeData.selectedWheelItemTextStylefor year/month wheels. - Modal
showusesStatefulBuilderso submit uses the latest value; supports barrier color anduseRootNavigatorvia modifiers. - Pubspec
topics; example Recipes screen; widget tests.
0.0.2 #
- Added
CupertinoDateSelectorWidgetinline widget constructors for all picker modes. - Added
onChangedsupport for widget APIs and improved submit-button visibility behavior. - Fixed date boundary normalization for date/monthYear pickers to avoid Cupertino assertions.
- Updated README and pubspec metadata for improved pub.dev package scoring.
0.0.1 #
- Rebuilt package as a Cupertino-first standalone selector library.
- Added
CupertinoDateSelectorwith constructors foritems,date,time,dateTime,year,monthYear, andduration. - Added
CupertinoDateSelectorThemeDatafor full visual customization. - Added updated README docs with usage examples.