openweather 3.9.2 copy "openweather: ^3.9.2" to clipboard
openweather: ^3.9.2 copied to clipboard

An Openweather API Client for dart. Current Weather function is working. Further functionalities will be added in future versions.

example/openweather_example.dart

import 'package:openweather/openweather.dart';

main() async {
  var client = OpenWeatherClient("SOMEAPIKEY");
  CityWeather weatherData =
      await client.getCityWeatherByCityName("Dhaka");
  print(weatherData.name); // Dhaka
}
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

An Openweather API Client for dart. Current Weather function is working. Further functionalities will be added in future versions.

Repository (GitLab)
View/report issues

License

MPL-2.0 (LICENSE)

Dependencies

http

More

Packages that depend on openweather