A Flutter project for a weather application.
APK link: weather
This guide will walk you through the steps to set up and run a Flutter application from a Git repository. Make sure you have Flutter and Git installed on your machine before proceeding.
Step 1:
Download or clone this repo by using the command below:
git clone https://gitlab.com/Sumaiya-Mollika/weather_app.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Step 3:
Run following command run the project:
flutter run
- Dart SDK v2.19.1
- Flutter SDK v2.7.1
- cupertino_icons: ^1.0.2
- get: ^4.6.5
- dio: ^5.1.2
- intl: ^0.18.1
- geolocator: ^9.0.2
- latlng: ^1.0.0
- geocoding: ^2.1.0