WorldClock Pro is a Flutter project that allows users to check the current time in various locations around the globe. This application combines Flutter's powerful UI capabilities with external API integration to fetch real-time data.
- Display the current time for multiple cities around the world.
- Dynamically update the time to reflect the current moment accurately.
- Adjusts automatically for daylight saving time where applicable.
- User-friendly interface with smooth navigation between different time zones.
To get started with this project, clone the repository to your local machine and ensure you have Flutter installed on your system.
- Flutter installed on your machine
- An IDE (like Android Studio, VS Code, IntelliJ) with Flutter plugin installed
- A working Flutter environment, with an emulator or physical device to run the app
- Clone the repository:
git clone https://github.com/pythagoras-19/WorldTime.git
- Navigate to the project directory:
cd world_time
- Install the required dependencies:
flutter pub get
- Run the app:
flutter run
- The app should now be running on your emulator or physical device.
- Explore the app and enjoy the World Time experience!
- Flutter documentation: https://flutter.dev/docs
- World Time API: http://worldtimeapi.org/
- Flutter packages used: http, intl, flutter_spinkit
- For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
This project is licensed under the MIT License - see the LICENSE.md
file for details.