kalendar 1.0.2 copy "kalendar: ^1.0.2" to clipboard
kalendar: ^1.0.2 copied to clipboard

outdated

A highly customizable calendar widget for flutter. With Kalendar you can select dates, mark events on dates, build your own custom day tiles, header and week row with available builders.

Kalendar 1.0.0+3 #

Highly customizable Flutter Calendar.

Image Image
Kalendar with border Kalendar with custom day tiles
Image Image
Select multiple dates and mark them Mark dates with custom events

Features #

  • Easy to use API
  • Select single date
  • Select multiple dates
  • Mark dates with different types of events
  • Build your own header, week row and day tiles with builders

Usage #

import 'package:flutter/material.dart';
import 'package:kalendar/kalendar.dart';

class SimpleCalendar extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Container(
      padding: EdgeInsets.symmetric(horizontal: 4),
      child: Kalendar(),
    );
  }
}

Props #

props types
markedDates Map<String, List<String>>
markBuilder MarkBuilder
borderRadius double
onTap OnTappedOnDayTile
selectedDates Set<String>
dayTileMargin double
dayTileBorderColor Color
dayTileBuilder DayTileBuilder
weekBuilder WeekBuilder
showBorder bool
headerBuilder HeaderBuilder
9
likes
0
pub points
43%
popularity

Publisher

unverified uploader

A highly customizable calendar widget for flutter. With Kalendar you can select dates, mark events on dates, build your own custom day tiles, header and week row with available builders.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

date_utils, flutter

More

Packages that depend on kalendar