A weather application built with Flutter, using BLoC for state management, and integrated with Firebase/Firestore for data storage and synchronization.
- View current weather
- Hourly / multi-day forecast
- Search for cities
- Check network connectivity
- Data updates and notifications (configurable)
- Flutter (Dart)
- flutter_bloc
- Firebase Core
- Cloud Firestore
git clone https://github.com/Trinhvhao/Weather_App_Flutter.git
cd Weather_App_Flutter
flutter pub get
flutter runAuthor: Trịnh Văn Hào