FLUTTER ECOSYSTEM

date_time_picker

A Flutter widget to display a date time form field to show a date or clock dialog.

date_time_picker cover
Latest version
2.1.0
30-day downloads
2.6K
Likes
374
Pub points
130

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

A Flutter widget that provides a date and time form field, displaying a dialog for selecting dates or times. It supports both date-only and time-only pickers, offering a consistent UI across Android, iOS, Web, macOS, Windows, and Linux. The package is designed to integrate seamlessly into forms, enhancing user experience with intuitive time and date selection. It leverages native dialogs where available, ensuring platform-appropriate behavior.

Use cases
  • Form inputs requiring date selection
  • Time entry in scheduling apps
  • Date and time input in booking systems
  • User profile setup with birth date
  • Event creation with time constraints
Key features
  • Cross-platform compatibility
  • Native-like dialog interfaces
  • Support for date and time modes
  • Easy integration with Form widgets
  • Customizable appearance and behavior
Suitable for
  • Mobile and web applications needing date/time input
  • Developers seeking simple, reliable date pickers
  • Apps requiring consistent UX across platforms
  • Form-heavy applications with time-sensitive data
Considerations
  • Limited customization beyond basic styling
  • No built-in validation logic
  • Requires manual handling of date parsing
  • Depends on underlying platform's date/time formats
  • May need additional localization setup
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add date_time_picker

Categories

Source repository

Related projects