openweathermap 0.1.4 copy "openweathermap: ^0.1.4" to clipboard
openweathermap: ^0.1.4 copied to clipboard

OpenWeatherMap API Wrapper

openweathermap #

Example #

import 'package:openweathermap/openweathermap.dart';

void main() async{
    var openWeather = OpenWeather(apiKey);
    var result = await openWeather.currentWeatherByName('Bergamo');
    print('Name: ${result.name}\nTemp: ${result.temperature.temp}');
}

Get openweathermap #

Add openweathermap on pubspec.yaml:

dependencies:
    openweathermap: ^version
0
likes
140
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

OpenWeatherMap API Wrapper

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

http

More

Packages that depend on openweathermap