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

Usage #

Container(
  height: 200,
  child: GithubCalendar(
    color: Colors.pink,
    degresses: List.generate(371, (index){
      return Random().nextInt(5);
      }),
    )
  )
19
likes
40
pub points
0%
popularity

Publisher

unverified uploader

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)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on github_calendar