List Practice of Flutter Weather App

Weather App List Practice

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


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 packages
  2. Run the following command to get all the packages required for this project:
flutter pub get
  1. Run the app
  2. You 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

View Github

Description of the image

Related Posts