https://github.com/adwaith-rajesh/cuwea
A cute weather application for android.
https://github.com/adwaith-rajesh/cuwea
android android-application dart flutter flutter-apps flutter-example-app weather weather-app
Last synced: about 2 months ago
JSON representation
A cute weather application for android.
- Host: GitHub
- URL: https://github.com/adwaith-rajesh/cuwea
- Owner: Adwaith-Rajesh
- Created: 2023-11-12T13:50:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-22T06:58:13.000Z (over 1 year ago)
- Last Synced: 2025-01-13T23:26:07.686Z (3 months ago)
- Topics: android, android-application, dart, flutter, flutter-apps, flutter-example-app, weather, weather-app
- Language: Dart
- Homepage:
- Size: 453 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# CuWea
A Cute WEAther application for android.
| | |
| ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
|  |  |### before building
Create a `.env` file in the root directory and add your ['WEATHER_API_KEY'](https://www.weatherapi.com/).
The final `.env` file will look something like this
```bash
WEATHER_API_KEY=
```then run the following command
```console
dart run build_runner build --delete-conflicting-outputs
```After that you can build your android/linux app.
Have fun.
### Bye...