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

outdated

A Widget to show calendar like github repo.

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
0
pub points
0%
popularity

Publisher

unverified uploader

A Widget to show calendar like github repo.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on github_calendar