A Flutter mobile application that helps you keep track of different time zones around the world. Create and manage custom labels for various locations to easily monitor their local times.
- Add and manage multiple time zones
- Create custom labels for each location
- Real-time updates of world times
- Clean and intuitive user interface
- Save favorite time zones for quick access
World Time Manager is a personal project built with Flutter to solve the challenge of tracking multiple time zones. Whether you're working with international teams, have family abroad, or just need to keep track of different time zones, this app makes it simple and convenient.
To run this project locally:
- Ensure you have Flutter installed on your machine
- Clone this repository
- Run
flutter pub getto install dependencies - Launch the app using
flutter run
For more information about Flutter development, check out the official Flutter documentation.