An open API service indexing awesome lists of open source software.

https://github.com/andrew-a-a/weather-app

Simple weather app built with Flutter.
https://github.com/andrew-a-a/weather-app

cubit dart flutter-app flutter-apps sqlite-database weather-app

Last synced: 8 months ago
JSON representation

Simple weather app built with Flutter.

Awesome Lists containing this project

README

          

# Weather App

This is a simple weather app built with Flutter. It fetches weather information from a weather API and stores user data in the local SQLite database.

## Prerequisites

To run this app, you need to have the following installed:

- Flutter SDK
- iOS Simulator or Android emulator

## Getting Started

1. Clone this repository to your local machine.
2. Navigate to the project directory.
3. Run `flutter run` to start the app.

## Features

- Simple and easy-to-use UI.
- Fetches weather information from a weather API.
- Stores user data in the local SQLite database.

## Screenshots