Weather-App-Flutter
A Flutter Weather app built for IOS and Android includes IOS Homescreen widget and Used Bloc Clean Architecture for future enhancements and easy maintainability
Extra Feautures
- Home Widget(Only-IOS) for better view of Temperature
- Notification using awesome_notification which is compatible for both IOS & Android which includes advanced actions. Please refer to below Screenshots or Demo Video for better understandability
Video Demo
Screens
Installation
- Install Flutter for your platform.
- Clone this repository or download the source code.
- Open a terminal window and navigate to the project directory.
- Run
flutter pub get
to install dependencies. - Connect a device or emulator.
- Run
flutter run
to start the app.