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());
}
1
likes
140
pub points
74%
popularity

Publisher

verified publishergood-gui.de

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