day_navigator Pub Version

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

Day Navigator 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!

Libraries

day_navigator