cuba_weather_dart 2.2.0 cuba_weather_dart: ^2.2.0 copied to clipboard
Application programming interface of the Cuba Weather project implemented in Dart
Cuba Weather Dart Changelog #
[2.2.0] - January 27, 2020 #
- Implement parse for wind direction
[2.1.0] - January 26, 2020 #
- Get today's weather forecast information
- Get drought status information
- Get description state information
[2.0.1] - January 26, 2020 #
- Implement windstring parser for obtain velocity and direction of wind
[2.0.0] #
- Use forecast from insmet.cu
- Merge information fron insmet.cu and redcuba.cu
[1.3.3] - January 21, 2020 #
- Add new locations
- Implement health suggestions
[1.3.2] - January 16, 2020 #
- Remove the tests, because the test package creates conflict with flutter_test.
[1.3.1] - January 15, 2020 #
- Use Datetime class for date
- Fix error in double conversion
[1.3.0] - January 15, 2020 #
- Remove locations duplicates
- Use double type instance of int type
[1.2.1] - January 12, 2020 #
- Implement Damerau Levenshtein distance without extra dependency
- Remove unnecessary dependencies
[1.2.0] - January 12, 2020 #
- Restructure code
- Optional suggestion
- Correct handling exceptions
- Improve README.md
[1.1.5] - January 11, 2020 #
- Fix error in GitHub Actions
[1.1.4] - January 10, 2020 #
- Implement actions for master and develop branchs
[1.1.3] - January 10, 2020 #
- Autopublish in pub.dev with GitHub Actions
[1.1.2] - January 10, 2020 #
- Fix errors in dependencies
[1.1.1] - January 10, 2020 #
- Fix variable names
- Fix errors in dependencies
[1.1.0] - January 10, 2020 #
- Find location with Levenshtein distance
- Improve example
[1.0.0] - January 10, 2020 #
- Create GitHub workflow
- Add README license badge
- Add README package version badge
- Add README build result badge
- Document code
[0.1.4] - January 10, 2020 #
- Fix error in wind property
- Fix error in location sort
- Improve example
- Improve test
[0.1.3] - January 9, 2020 #
- Remove unnecessary code
- Add CODE_OF_CONDUCT.md
- Improve README.md
[0.1.2] - January 9, 2020 #
- Fix example README.md
[0.1.1] - January 9, 2020 #
- Remove Flutter dependency
- Use Test Dart package instance of Flutter Test
- Add pubspec.yaml to example
- Fix example
- Fix test
[0.1.0] - January 9, 2020 #
- Improve package description
- Format code
- Add example
- Change homepage
[0.0.1] - January 9, 2020 #
- Initial implementation of Dart client for www.redcuba.cu weather API.