day_navigator 0.1.3 copy "day_navigator: ^0.1.3" to clipboard
day_navigator: ^0.1.3 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:
    git:
      url: https://github.com/AbuShebin/day_navigator.git

### 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!

```.
3
likes
0
points
12
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.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on day_navigator