Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adwaith-rajesh/cuwea
A cute weather application for android.
https://github.com/adwaith-rajesh/cuwea
android dart flutter flutter-apps flutter-example-app
Last synced: 1 day 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-22T06:58:13.000Z (12 months ago)
- Last Synced: 2024-05-01T17:29:16.088Z (7 months ago)
- Topics: android, dart, flutter, flutter-apps, flutter-example-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.
| | |
| ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| ![](https://gitlab.com/adwaithrajesh/raw-files/-/raw/main/960431b2-f694-4242-ba35-2e78d24481df.jpeg) | ![](https://gitlab.com/adwaithrajesh/raw-files/-/raw/main/505710f9-f6ca-40d7-b692-db8c4862eb54.jpeg?ref_type=heads) |### 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...