Skip to content

Commit 2eef7de

Browse files
authored
Update README.md
1 parent 33ebb23 commit 2eef7de

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# ninja_app
1+
# World Time App
22

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).
44

5-
## Getting Started
5+
## The application
66

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:
810

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
1015

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
16+
The lessons run much deeper than what is stated above, but I can now create basic and simple applications.
1317

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.

0 commit comments

Comments
 (0)