Get weather by location feature added #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces a new feature that allows users to retrieve weather information based on their current location. It adds the "Get Weather by Location" functionality to the project.
However, please note that when the user clicks on the weather icon, the weather information is not currently displayed instead the weather description will be shown. I am not familiar with the freezed package and figured it should be a quick fix by the author, weather.dart need to be updated so that cityName is fetched from the API request. I'm happy to provide assistance or collaborate on resolving this issue.
Changes Made
getWeatherByLatLan
along with providers in the weather feature.Dependencies
Geolocator package added
Reviewer Requests