Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 783 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 783 Bytes

world_time

A simple Flutter project to view times in different world cities.

Screen Recording

Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-05-02.at.21.15.54.mp4

Topics Learnt

  • Navigation and passing data between screens both forward and backwards
  • UI Designing
  • Making async network requests
  • Using List View Widget

Third-party libraries used

  • http used for API calls
  • intl used for formatting dates
  • flutter_spinkit used for showing the loading indicator on the Home Screen

Reference

This is build following this tutorial series.