awesome_calendar 1.0.0 copy "awesome_calendar: ^1.0.0" to clipboard
awesome_calendar: ^1.0.0 copied to clipboard

outdated

An easy to use and customizable calendar for Flutter

Awesome Calendar #

An easy to use and customizable calendar for Flutter.

The calendar can be used with the provided AlertDialog or as a Widget embedded the way you want. It allows single, multi and range selection.

Installation #

Add to pubspec.yaml in dependencies

  awesome_calendar: ^1.0.0

Basic usage #

final List<DateTime>? picked = await showDialog<List<DateTime>>(
  context: context,
  builder: (BuildContext context) {
    return const AwesomeCalendarDialog(
      selectionMode: SelectionMode.MULTI,
      canToggleRangeSelection: true,
    );
  },
);

Check out examples to see more usage samples

Found this project useful? ❤️ #

If you found this project useful, then please consider giving it a ⭐️ on Github and sharing it with your friends.

License ⚖️ #

MIT

Issues and feedback 💭 #

If you have any suggestion for including a feature or if something doesn't work, feel free to open a Github issue for us to have a discussion on it.

33
likes
0
pub points
82%
popularity

Publisher

verified publishermolteo.com

An easy to use and customizable calendar for Flutter

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, intl

More

Packages that depend on awesome_calendar