apsl_sun_calc 0.0.3 apsl_sun_calc: ^0.0.3 copied to clipboard
Calculate solar positions, sunrise, sunset, and twilight phases for Flutter apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add apsl_sun_calc
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
apsl_sun_calc: ^0.0.3
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:apsl_sun_calc/apsl_sun_calc.dart';