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

outdated

MoonWidget plugin project.

moon_phase #

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

Getting Started #

  • Just add the moon widget as below, the widget according to the moon phase will be displayed there.
SizedBox(
    child: MoonWidget(
        date: DateTime.now().add(const Duration(days: 5)),
        scale: 1,
    ),
),

- like this.


17
likes
0
pub points
71%
popularity

Publisher

unverified uploader

MoonWidget plugin project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on moon_phase