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.
- Host: GitHub
- URL: https://github.com/andrew-a-a/weather-app
- Owner: Andrew-A-A
- Created: 2023-08-30T05:41:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T16:34:11.000Z (almost 2 years ago)
- Last Synced: 2023-10-16T16:11:39.658Z (almost 2 years ago)
- Topics: cubit, dart, flutter-app, flutter-apps, sqlite-database, weather-app
- Language: Dart
- Homepage:
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()
![]()
![]()
![]()