- Get Up and Running in 5 Minutes
- How it looks on Mobile?
- Queries / Bugs
- License
- Thanks and closing remarks
You can get the EasyWeather up and running on your local dev environment in 5 minutes with these four steps:
-
Install the Flutter SDK & Android Studio. Instructions.
-
Open Terminal & navigate to the root directory of the project.
cd Flutter-IamRich
-
Run and launch the build on preferred device.
flutter run
-
Open the source code and start editing!
Your app is now running on your physical device or emulator. Open the
lib
directory in Android Studio itself and edit*.dart
files. Hot Reload your changes, and the app will update in real time!
At this point, you’ve got the fully functional EasyWeather App running. For additional information on how you can customize your Flutter Apps, see Google Codelabs
If you got any queries or found a bug, open an Issue.
Licensed under the MIT License.