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.
To run this app, you need to have the following installed:
- Flutter SDK
- iOS Simulator or Android emulator
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run
flutter run
to start the app.
- Simple and easy-to-use UI.
- Fetches weather information from a weather API.
- Stores user data in the local SQLite database.