Skip to content

Commit

Permalink
Update dependencies and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fwrhine committed Nov 23, 2020
1 parent c72bca5 commit 733f918
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Weather App
# Rainbow Weather App

A simple weather app.
A simple weather app that displays the weather information of your current location.
The icons and colors change according to the weather condition!

## Running the project

Expand All @@ -11,4 +12,7 @@ Replace the variable `apiKey` in `main.dart` with your API key from [OpenWeather
font_awesome_flutter: ^8.10.0
http: ^0.12.2
strings: ^0.1.4
geolocator: ^6.1.7
flutter_launcher_icons: ^0.8.1
flutter_native_splash: ^0.1.9
```
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dependencies:
geolocator: ^6.1.7

dev_dependencies:
flutter_launcher_icons:
flutter_native_splash:
flutter_launcher_icons: ^0.8.1
flutter_native_splash: ^0.1.9
flutter_test:
sdk: flutter

Expand Down

0 comments on commit 733f918

Please sign in to comment.