weather_assignment

A new Flutter project.

APK DOWNLOAD

APK

Technologies/Library

-[Clean Architecture]

PROJECT CONFIG

Step 1: First of all click "Add/Edit Configurations"
Step 2: Choose "Flutter" from configuration list and select your Dart entrypoint path according to your flavor then give a name and allow dart support for this project
Create another configuration for prod following two steps above

dev_run:flutter run -t lib/main_dev.dart
prod_build: flutter build apk -t lib/main_prod.dart --flavor prod

SCREEN

SCREEN1 SCREEN2

HomePage SearchScreen
This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.