Weather App List Practice - Flutter App - freecodes.cloud

Weather App List Practice – Flutter App – I think the list scrolling effect of Apple’s weather App is very interesting, so I tried to implement it in Flutter.

Demo

 

Main Files

Run

Before you can run this project, you need to have Flutter installed on your system. If you haven’t installed Flutter yet, you can follow the steps on the official Flutter website to do so.

  1. Get Flutter packagesRun the following command to get all the packages required for this project:flutter pub get
  2. Run the appYou can now run the app on your connected device (emulator or physical device) using the following command:flutter run

License

This project is licensed under the MIT License – see the LICENSE file for details.


GITHUB REPOSITORY
https://github.com/LittleSound/weather_app_list_practice

  • All rights reserved to the respective owners/authors