moon_phase 1.0.0+1 moon_phase: ^1.0.0+1 copied to clipboard
MoonWidget plugin project.
moon_phase #
Flutter plugin that creates moon widgets according to the moon's phase.
Getting Started #
- Just add the
MoonWidget
and put in all theDateTime
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.
-
Yes, this is cool!