Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VISHALGUPTA100803 authored Feb 18, 2023
1 parent 69462e3 commit 7f6c0af
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ I have build a weather app. In this app you'll be able to find out the live weat



In this app i have used <br>
async and await. <br>
Futures and how to work with them. <br>
Network with the Dart http package. <br>
APIs and get data from the internet. <br>
JSONs and parse them using the Dart convert package. <br>
Passed data forwards and backwards between screens using the Navigator. <br>
Handle exceptions in Dart using try/catch/throw. <br>
Lifecycle of Stateful Widgets. <br>
Geolocator package to get live location data for both iOS and Android. <br>
TextField Widget to take user input. <br>
I have used <br>
1- async and await. <br>
2- Futures and how to work with them. <br>
3- Network with the Dart http package. <br>
4- APIs and get data from the internet. <br>
5- JSONs and parse them using the Dart convert package. <br>
6- Passed data forwards and backwards between screens using the Navigator. <br>
7- Handle exceptions in Dart using try/catch/throw. <br>
8- Lifecycle of Stateful Widgets. <br>
9- Geolocator package to get live location data for both iOS and Android. <br>
10- TextField Widget to take user input. <br>



0 comments on commit 7f6c0af

Please sign in to comment.