cuba_weather_dart 0.1.1 copy "cuba_weather_dart: ^0.1.1" to clipboard
cuba_weather_dart: ^0.1.1 copied to clipboard

outdated

Dart client for www.redcuba.cu weather API. Given a location in Cuba, if it is within the permitted locations, meteorological data on the location is obtained.

example/example.dart

import 'package:cuba_weather_dart/cuba_weather_dart.dart';

void main() {
  var cubaWeather = CubaWeather();
  cubaWeather.getWeather('Habana').then((weather) {
    print(weather.cityName);
  });
}
3
likes
0
pub points
8%
popularity

Publisher

unverified uploader

Dart client for www.redcuba.cu weather API. Given a location in Cuba, if it is within the permitted locations, meteorological data on the location is obtained.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, http, test

More

Packages that depend on cuba_weather_dart