scrollable_dragable_calendar 0.0.1 copy "scrollable_dragable_calendar: ^0.0.1" to clipboard
scrollable_dragable_calendar: ^0.0.1 copied to clipboard

A flutter package for scrollable_dragable_calendar.

scrollable_dragable_calendar #

A flutter widget for boxing images.

Features #

  • scrollable calendar

Getting started #

To use this package, add scrollable_dragable_calendar as a dependency in your pubspec.yaml file.

Usage #

Minimal example:

    ScrollableDragableCalendar(initialDate: initialDate, firstDate: firstDate, lastDate: lastDate, onDateSelected: onDateSelected)

Custom settings:

   ScrollableDragableCalendar(
            initialDate: _selectedDate,
            firstDate: DateTime.utc(2000, 1, 1),
            lastDate: DateTime.utc(2100, 12, 31),
            onDateSelected: (date) {
              setState(() {
                _selectedDate = date;
              });
            },
            leftMargin: 150,
            monthColor: Colors.black,
            activeDayColor: Colors.black,
            activeBackgroundDayColor: const Color(0xFFEBEDF9),
    )
5
likes
120
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package for scrollable_dragable_calendar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, intl, scrollable_positioned_list, very_good_analysis

More

Packages that depend on scrollable_dragable_calendar