apsl_sun_calc 0.0.2 apsl_sun_calc: ^0.0.2 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 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.2
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';