Skip to content

Simple Flutter Application that gives an interactive interface to obtain time information in different parts of the world

Notifications You must be signed in to change notification settings

superuserdevelopment/WorldTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

worldtime

A Flutter Application that shows an interactive interface to view time in various timezones around the world

Features

  1. Loading Screen:
    This Screen shows an loading animation until the main home page is loaded.
  2. Home Screen:
    This Comprises of Three sections:
    1. 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.
    2. 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.
        Tapping on a particular timezone pushes it to the primary clock display
    3. 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.
        Tapping on a particular timezone pushes it to the primary clock display

Screenshots

Loading Screen

Home Screen

About

Simple Flutter Application that gives an interactive interface to obtain time information in different parts of the world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages