You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,17 @@
1
-
# ninja_app
1
+
# World Time App
2
2
3
-
A new Flutter project.
3
+
My very first Flutter application! I went through this by following the instructions from [The Net Ninja](https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg)'s course on [Flutter Tutorial for Beginners](https://www.youtube.com/playlist?list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ).
4
4
5
-
## Getting Started
5
+
## The application
6
6
7
-
This project is a starting point for a Flutter application.
7
+
This application will simply tell the time after fetching it from the [World Time API](http://worldtimeapi.org/) and will display it alongside an indication of whether it is daytime in the selected area.
8
+
## What I learnt
9
+
There was a lot to learn in this series ranging from:
8
10
9
-
A few resources to get you started if this is your first Flutter project:
11
+
- Dart programming
12
+
- API calls in Flutter
13
+
- State management
14
+
- Core mobile platform development fundamentals
10
15
11
-
-[Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
0 commit comments