Skip to content

Adwaith-Rajesh/CuWea

Repository files navigation

CuWea

A Cute WEAther application for android.

before building

Create a .env file in the root directory and add your 'WEATHER_API_KEY'.

The final .env file will look something like this

WEATHER_API_KEY=<you_api_key>

then run the following command

dart run build_runner build --delete-conflicting-outputs

After that you can build your android/linux app.

Have fun.

Bye...