open_meteo 2.0.2 open_meteo: ^2.0.2 copied to clipboard
A simple, fast, asynchronous Dart/Flutter package for accessing the Open-Meteo API.
0.0.1 #
- Initalize package.
0.0.2 #
- Fix some problem
0.0.3 #
- Updated README.md and Dependencies
0.0.4 #
- Updated README.md and Dependencies
0.0.5 #
- Added example
0.0.6 #
- Added Geocoding API, document
0.0.7 #
- Edit elements
0.0.8 #
- Split Geocoding API to another code file
0.0.9 #
- Added new UV options on Daily class
0.0.10 #
- Updated packages. Revising the package.
0.1.0 #
- Rework the code, port current implementation to enum for readability and usability.
0.1.1 #
- Update README.
0.1.2 #
- Fix typos
0.1.3 #
- Add instructions to generator.js
0.1.4 #
- Edit the project's scope
1.0.0 #
- Breaking changes: This version changes how it organizes classes and introduce to lots of new features, all projects depends on this are now unable to update to this version without some changes to the code base.
- Added all features available in Open-Meteo API. Some are still limited.
- Fix bug & improve performace.
- Added custom API URL & checking.
1.0.1 #
- Edit name to fit the context.
1.0.3 #
- Fix enum usage.
1.0.5 #
- Adding documentation...
1.0.6 #
- Fixed issue #1 where the values are flipped in the location's name in Search API.
1.0.7 #
- Remove unnecessary dev dependencies, allowing Dart without Flutter to work.
1.0.8 #
- Merge pull request #2 from alvaroarino/main
- Missing "&" on hourly params
1.1.0 #
- Now support typing using .request() method.
- Patch up many small mistakes.
- Introduce unit testing.
- TODO: Integrate transform generator.
2.0.0 #
- [BREAKING] Update API class interaction. All projects that depend on this package are now unable to update to this version without some changes to the implementation.
- Each API now have its own set of parameter enums.
- Added
copyWith
constructor method to allow overriding settings. - Change
Geocoding
andElevation
interaction for consistency.
2.0.1 #
- Fix oversight where the packages only collects the
values
and ignorevaluesInt64
.
2.0.2-dev.1 #
- Introduce
minutely15
toWeatherApi
. - Update FlatBuffer's generated schema file.
2.0.2 #
- Push changes back to release version.