dart_suncalc 0.2.1 copy "dart_suncalc: ^0.2.1" to clipboard
dart_suncalc: ^0.2.1 copied to clipboard

A dart port of the suncalc library from https://github.com/mourner/suncalc

example/main.dart

import 'package:dart_suncalc/suncalc.dart';

main() {
  final suncalc = SunCalc.getTimes(DateTime.now(), lat: 53.6, lng: 10.0);
  print(suncalc.sunset?.toIso8601String());
}
2
likes
160
points
194
downloads

Publisher

verified publishergood-gui.de

Weekly Downloads

A dart port of the suncalc library from https://github.com/mourner/suncalc

Homepage

Documentation

API reference

License

BSD-2-Clause (license)

More

Packages that depend on dart_suncalc