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

outdated

Simple calendar widget.

g_simple_calendar #

Simple Calendar Widget

Getting Started #

For help getting started with Flutter, view our online documentation.

Props #

props types defaultValues
date DateTime
selectedColor Color Colors.grey
celdTextColor Color Colors.black
titleStyle TextStyle TextStyle(color: widget.celdTextColor ?? Colors.black, fontSize: 18)
celTextEmpty String X
onRangeSelected Function(List

Install #

Add g_simple_calendar as a dependency in pubspec.yaml For help on adding as a dependency, view the documentation.

Usage #

Widget build(BuildContext context) {
    
    return Scaffold(
      appBar: AppBar(
        title: Text(widget.title),
      ),
      body: GSimpleCalendar(
        date: DateTime.now(),
      ),
    );
  }
3
likes
0
pub points
0%
popularity

Publisher

verified publisher80bits.com

Simple calendar widget.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on g_simple_calendar