smart_datetime_input 0.0.5
smart_datetime_input: ^0.0.5 copied to clipboard
A smart, segmented, and editable text field for handling Date, Time, and DateTime input in Flutter. Supports validation, auto-jump, pasting, and custom localization.
0.0.5 #
- Improved documentation and corrected badges.
0.0.4 #
- New Feature: Added
dateSeparatorWidgetandtimeSeparatorWidgetparameters to allow using custom widgets (like Icons or SizedBox) between segments instead of simple strings. - Enhancement: Improved smart typing UX with better auto-jump logic.
- Enhancement: Added "Backspace" support to jump back to the previous segment when the current one is empty.
- Enhancement: Implemented "Smart Paste" to intelligently parse and distribute pasted date/time strings into segments.
- Fix: Resolved static analysis issues and improved code documentation.
- Fix: Fixed context handling after async calls in picker dialogs.
0.0.3 #
- Initial release with segmented date, time, and datetime input support.
- Built-in validation and auto-focus logic.