day_navigator 0.1.8 copy "day_navigator: ^0.1.8" to clipboard
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 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!

2
likes
160
points
228
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Flutter widget to navigate between days with arrows and a date picker. Great for calendars, schedules, and reminders.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on day_navigator