driving_weather 0.4.1
driving_weather: ^0.4.1 copied to clipboard
Real-time weather monitoring with snow, ice, and visibility hazard detection. Open-Meteo integration (free, no API key). Pure Dart.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add driving_weatherWith Flutter:
$ flutter pub add driving_weatherThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
driving_weather: ^0.4.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:driving_weather/driving_weather.dart';