- Implement parser for models
- Change models
- Remove unnecessary new keyword
- Export modules
- Add new state to insmet and fix descriptions
- Implement insmet today forecast
- Implement insmet tomorrow forecast
- Implement insmet perspective forecast
- Implement insmet marine forecast
- Make package atomic
- Remove another dependencies
- Fix name of municipalities
- Update dependencies
- Update dependencies
- Add radians and degree of wind
- Add all directions of wind
- Implement parse for wind direction
- Get today's weather forecast information
- Get drought status information
- Get description state information
- Implement windstring parser for obtain velocity and direction of wind
- Use forecast from insmet.cu
- Merge information fron insmet.cu and redcuba.cu
- Add new locations
- Implement health suggestions
- Remove the tests, because the test package creates conflict with flutter_test.
- Use Datetime class for date
- Fix error in double conversion
- Remove locations duplicates
- Use double type instance of int type
- Implement Damerau Levenshtein distance without extra dependency
- Remove unnecessary dependencies
- Restructure code
- Optional suggestion
- Correct handling exceptions
- Improve README.md
- Fix error in GitHub Actions
- Implement actions for master and develop branchs
- Autopublish in pub.dev with GitHub Actions
- Fix errors in dependencies
- Fix variable names
- Fix errors in dependencies
- Find location with Levenshtein distance
- Improve example
- Create GitHub workflow
- Add README license badge
- Add README package version badge
- Add README build result badge
- Document code
- Fix error in wind property
- Fix error in location sort
- Improve example
- Improve test
- Remove unnecessary code
- Add CODE_OF_CONDUCT.md
- Improve README.md
- Fix example README.md
- Remove Flutter dependency
- Use Test Dart package instance of Flutter Test
- Add pubspec.yaml to example
- Fix example
- Fix test
- Improve package description
- Format code
- Add example
- Change homepage
- Initial implementation of Dart client for www.redcuba.cu weather API.