day_navigator 0.1.8
day_navigator: ^0.1.8 copied to clipboard
A simple Flutter widget to navigate between days with arrows and a date picker. Great for calendars, schedules, and reminders.
day_navigator
#
A simple and clean Flutter widget that lets users navigate between days with arrow buttons and also pick a date using a date picker. Perfect for calendar-based apps, scheduling, reminders, and more.
Features #
- Go to next/previous day
- Tap to pick a date with a date picker
- Customizable color
- Easy to integrate
Getting started #
Add this to your pubspec.yaml
:
Demo #
dependencies:
day_navigator: ^1.0.0
Usage: #
DayNavigator( initialDate: DateTime.now(), color: Colors.purple, onDateChanged: (date) { print("New date: $date"); }, ),
Made with 💙 by Shebin. Feel free to contribute, drop issues, or just star the repo if you like it!