moon_phase 1.0.0+3 copy "moon_phase: ^1.0.0+3" to clipboard
moon_phase: ^1.0.0+3 copied to clipboard

outdated

Flutter plugin that creates moon widgets according to the moon's phase.

moon_phase #

Flutter plugin that creates moon widgets according to the moon's phase.

Getting Started #

  • Just add the MoonWidget and put in all the DateTime you want. Then, draw the phase of the moon.
        MoonWidget(
          date: DateTime.now(),
          resolution: 128,
          size: 64,
          scale: 0.2,
          moonColor: Colors.amber,
          earthshineColor: Colors.blueGrey.shade900,
        ),
  • like this.
    example app

  • Yes, this is cool!

17
likes
0
pub points
71%
popularity

Publisher

unverified uploader

Flutter plugin that creates moon widgets according to the moon's phase.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on moon_phase