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

A calendar widget package

CalenDart Flutter Package #

Overview #

The "Awesome CalenDart" Flutter package offer a calendar widget designed to enhance your Flutter applications with a stylish and functional calendar display.
The package provides the AwesomeCalenDart class, which can be easily integrated into your Flutter projects.

Usage #

Import the package #

import 'package:awesome_calendart/awesome_calendart.dart';

Instantiate the AwesomeCalenDart widget #

AwesomeCalenDart(
  isDarkMode: true,
  borderRadius: 16.0,
  elevation: 4.0,
),

Parameters #

  • isDarkMode (optional): A boolean parameter indicating whether the calendar should use a dark mode theme. If true, the calendar will be styled with a dark color scheme; otherwise, it will use a light color scheme. Default is false.
  • borderRadius (optional): A double parameter specifying the border radius of the calendar widget. This controls the rounded corners of the calendar. Default is 8.0.
  • elevation (optional): A double parameter representing the elevation of the calendar. This controls the shadow effect beneath the calendar. Default is 2.0.
2
likes
0
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A calendar widget package

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on awesome_calendart