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

Flutter UI package to interact with canelder in horizontal view. This package also supports custom header and chile element.

Flutter Horizontal Calendar #

Flutter UI package to interact with canelder in horizontal view. This package also supports custom header and chile element.

Features: #

  • Interact with horizontal scrollable calendar
  • Add custom child
  • Add custom header

Sample #

Screenshot 2024-02-24 at 11 31 49 PM

Getting Started #

Import #

Add the following import in the pubspec.yaml file

client_sse:
    git:
      url: https://github.com/pratikbaid3/flutter_horizontal_calendar

Example #

HorizontalCalender(
    onSelected: (DateTime date) {
        setState(() {
          selectedDate = DateFormat('dd MMMM, yyyy').format(date);
        });
    },
),
10
likes
140
points
43
downloads

Publisher

verified publisherhustlecreatives.dev

Weekly Downloads

Flutter UI package to interact with canelder in horizontal view. This package also supports custom header and chile element.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, intl

More

Packages that depend on simple_horizontal_calendar