WeatherTrack is a weather monitoring application that enables users to retrieve detailed meteorological data for cities worldwide.
These instructions will help you set up the project on your local machine for development and testing purposes.
Before you begin, ensure you have the following software installed:
- Android Studio or VS Code
- Flutter 3.38.5 • channel stable
- Tools • Dart 3.10.4 • DevTools 2.51.1
- A device (physical or emulator) for running the app
A step by step series of examples that tell you how to get a development environment running:
- Clone the repository
git clone https://github.com/yevheniy-hliebov/WeatherTrack
- Install dependencies
flutter pub get
- Run the app
flutter run
dart format lib- format code to Dart styleflutter analyze- analyze the code for potential issuesflutter build apk- build an APK file for installing on devicesflutter build web- build a web application