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
40
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

MPL-2.0 (license)

Dependencies

http

More

Packages that depend on openweather