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

A highly customizable calendar widget for flutter. Build your own calendar with Kalendar.

Kalendar #

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
40
pub points
48%
popularity

Publisher

unverified uploader

A highly customizable calendar widget for flutter. Build your own calendar with Kalendar.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

date_utils, flutter

More

Packages that depend on kalendar