❯ A simple Weather App, like the native ones but in Flutter
Built with the tools and technologies:
❯ Localisation de la meteo: recherche par ville ou grace a la position GPS de l'appareil
❯ Affichage des Données Météorologiques : conditions meteologiques, temparature, vitesse du vent, humidite, etc
❯ Donnes visibles heures par heures, a 3 jours pres et dans la semaine
Dart: version x.y.z
Build the project from source:
- Clone the weatherApp repository:
❯ git clone https://github.com/sansho88/weatherApp/- Navigate to the project directory:
❯ cd weatherApp- Install the required dependencies:
❯ pub getTo run the project, execute the following command:
❯ dart main.dartExecute the test suite using the following command:
❯ dart test