scoova_weather 1.1.2
scoova_weather: ^1.1.2 copied to clipboard
Flutter / Dart weather SDK — scoova weather compatible client for the Scoova weather gateway. Current, hourly + daily forecasts, locale-aware.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scoova_weatherThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
scoova_weather: ^1.1.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:scoova_weather/scoova_weather.dart';