sunrise_sunset_calc 1.0.1 copy "sunrise_sunset_calc: ^1.0.1" to clipboard
sunrise_sunset_calc: ^1.0.1 copied to clipboard

outdated

Calculates sunrise and sunset time given latitude, longitude, timezone offset and date.

example/sunrise_sunset_calc_example.dart

import 'package:sunrise_sunset_calc/sunrise_sunset_calc.dart';

main() {
  var sunriseSunset = getSunriseSunset(60.0, 60.0, 1, DateTime.now());
  print(sunriseSunset.toString());
}
13
likes
40
points
470
downloads

Publisher

verified publisheravtobiografia.com

Weekly Downloads

Calculates sunrise and sunset time given latitude, longitude, timezone offset and date.

Repository (GitHub)

License

MIT (license)

More

Packages that depend on sunrise_sunset_calc