Skip to content

chirambaht/Flutter-Example-World-Time-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Time App

My very first Flutter application! I went through this by following the instructions from The Net Ninja's course on Flutter Tutorial for Beginners.

The application

This application will simply tell the time after fetching it from the World Time API and will display it alongside an indication of whether it is daytime in the selected area.

What I learnt

There was a lot to learn in this series ranging from:

  • Dart programming
  • API calls in Flutter
  • State management
  • Core mobile platform development fundamentals

The lessons run much deeper than what is stated above, but I can now create basic and simple applications.