github_calendar 0.1.1 copy "github_calendar: ^0.1.1" to clipboard
github_calendar: ^0.1.1 copied to clipboard

A calendar view like github repo contributions. It is a stateless widget, and help you to create a thermodynamic chart that show your users' activities.

github_calendar #

A calendar view like github repo contributions.

preview

Getting Started #

   github_calendar: ^0.0.1
copied to clipboard

Usage #

Container(
  height: 200,
  child: GithubCalendar(
    color: Colors.pink,
    degresses: List.generate(371, (index){
      return Random().nextInt(5);
      }),
    )
  )
copied to clipboard
18
likes
40
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

A calendar view like github repo contributions. It is a stateless widget, and help you to create a thermodynamic chart that show your users' activities.

Repository (GitHub)

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on github_calendar