apsl_sun_calc 0.0.1 apsl_sun_calc: ^0.0.1 copied to clipboard
A Flutter package for calculating the solar position and sunlight phases, such as sunrise, sunset, golden hour, solar noon, and twilight times. Perfect for applications that require solar angle data o [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add apsl_sun_calc
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 dart pub get
):
dependencies:
apsl_sun_calc: ^0.0.1
Alternatively, your editor might support dart pub get
or 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';