weather_japan 0.1.0 copy "weather_japan: ^0.1.0" to clipboard
weather_japan: ^0.1.0 copied to clipboard

outdated

A weather forecast package inside Japan.

weather_japan #

This is a weather forecast package inside Japan.

The forecast source is 天気予報 API(livedoor 天気互換) that uses the data from 気象庁.

final weather = await Weather.fromLocation(lat: 33.1787095, lng: 129.6762743);
if (weather != null) {
    print(weather.description);
}
3
likes
0
points
2
downloads

Publisher

verified publisherespresso3389.jp

Weekly Downloads

A weather forecast package inside Japan.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, path, synchronized, topojson

More

Packages that depend on weather_japan