google_weather_flutter 0.1.2
google_weather_flutter: ^0.1.2 copied to clipboard
A comprehensive Flutter plugin for the Google Weather API. Easily fetch current conditions, hourly and daily forecasts, and historical weather data for your apps.
0.1.2 #
- Migrated all models to use sealed class syntax for compatibility with the latest
freezedversion. - Updated
pubspec.yamlto usefreezed_annotationversion ^3.1.0. - Regenerated all model files using
build_runner.
0.1.1 #
- Refined pubspec description for better search visibility.
0.1.0 #
- Updated package name to
google_weather_flutter. - Added comprehensive documentation to all public APIs.
- Added a GitHub Action for CI.
- Updated all dependencies to the latest stable versions.
0.0.1 #
- Initial release.