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.
Changelog #
All notable changes to scoova_weather are documented here.
1.1.1 — 2026-05-25 #
- Default
baseUrlswitched from the retiredhttps://weather.scoo-va.infosubdomain to the central gateway athttps://api.scoo-va.info/api/v1/weather. Callers who explicitly setbaseUrlare unaffected. The old subdomain returnsENDPOINT_RETIRED.
1.1.0 — 2026-05-25 #
- Initial public release of the standalone Flutter / Dart package
Scoova/scoova-weather-flutter. dev artifact. - API surface parity with
@scoova/weather(web),scoova-weather-android,scoova-weather-react-native, andScoovaWeather(iOS):WeatherClientwithcurrent(),hourly(),daily(),forecast(),raw(), plusdecodeWeatherCode(). - Locale built in: BCP-47 codes —
en,en-US,fr,es,de,it,pt-BR,nl,ar,ar-EG,ar-SA, plus regional variants. Sent as both?locale=andAccept-Language. Per-calllocaleoverrides the client default. - API key built in:
apiKeyconstructor parameter auto-attachesX-API-Keyto every request. ReadsSCOOVA_API_KEYfromPlatform.environmentwhen no value is passed (where supported).