Git Product home page Git Product logo

flutter_suncalc's People

Contributors

aaverin avatar jhsware avatar shanus avatar

Stargazers

 avatar  avatar

Watchers

 avatar

flutter_suncalc's Issues

Moon set is missing

Getting moon times for
getMoonTimes 2022-06-05 20:12:33.998007 LatLng(51.8313546, 10.787252599999988)
results in {alwaysUp: false, alwaysDown: false, rise: 2022-06-05 08:05:45.117Z}

Checking other tools, all moon values are available for target date and coordinates

getTimes fails to calculate sunrise during summer

This works:

  test('getTimes returns sun phases in summer', () {
    var lat = 50.5;
    var lng = 30.5;
    var date = new DateTime.utc(2020, 5, 27);
    var times = SunCalc.getTimes(date, lat, lng);
    expect(times["sunrise"], isA<DateTime>());
  });

This fails but should return close to {"sunrise": 04:47, "sunset": 21:08}:

  test('getTimes returns sun phases in summer', () {
    var lat = 50.5;
    var lng = 30.5;
    var date = new DateTime.utc(2020, 6, 10);
    var times = SunCalc.getTimes(date, lat, lng);
    expect(times["sunrise"], isA<DateTime>());
  });

null-safety support

Hi.
With the library provided mostly a set of utility methods it shouldn't a big effort to make it null-safety compatible so that dart doesn't complain during migration steps.
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.