Beautiful Flutter app to display the time around the world

A Basic Flutter application, that shows users the time around the world. This is a basic application beginners can use to practice Flutter skills. Users can use the application to learn about the time around the world. I used the World Time API to get the time in all cities. This makes the application completely modular. The time of any city can be added using only a few lines of code.

What is World Time API?

World Time API is a simple web service which returns the local-time for a given time zone as either JSON or plain-text. Some additional information is provided, such as whether that time zone is currently in Daylight Savings Time, when DST starts and ends, the UTC offset, etc. For more you can visit:

Inside the app

Home screen in the morning (it will be displayed when you open the app)

Selection screen (this opens when the “edit location” is selected)

GitHub Repository

If you want to follow the app more closely, here is a link to the github page:

https://github.com/wesleynoijen/flutter_world_time_app

SHARE Beautiful Flutter app to display the time around the world

You may also like...

Leave a Reply

Your email address will not be published.

Share