A Flutter Application that shows an interactive interface to view time in various timezones around the world
- Loading Screen:
This Screen shows an loading animation until the main home page is loaded.
- Home Screen:
This Comprises of Three sections:- Primary Clock:
- This section contains the time for the primary clock.
- The time is in HH - MM - SS format.
- This is a Column widget which contains 3 main information related to the primary timezone.
- Name of the timezone
- An animated Digital Clock showing the current time in that timezone.
- The UTC offset of the primary timezone.
- First Timezone Carousel:
- This section contains a ListView of the first set of available timezones.
- Each timezone is a Card widget which contains 3 main information related to each timezone
- Name of the timezone
- An animated Analog Clock showing the current time in that timezone.
- An animated Digital Clock showing the current time in that timezone.
- Second Timezone Carousel:
- This section contains a ListView of the first set of available timezones.
- Each timezone is a Card widget which contains 3 main information related to each timezone
- Name of the timezone
- An animated Analog Clock showing the current time in that timezone.
- An animated Digital Clock showing the current time in that timezone.
- Primary Clock: