current_forecast_weather_data 1.0.0 copy "current_forecast_weather_data: ^1.0.0" to clipboard
current_forecast_weather_data: ^1.0.0 copied to clipboard

discontinued

An API for OpenWeather's API suite.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add current_forecast_weather_data

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  current_forecast_weather_data: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:current_forecast_weather_data/current_weather.dart';