Weather App
Application provide status of location’s weather. It show weather of all days of week and weaather of hour at day. It enable user from search about any location to know the weather of its. he can share your location to know details of weather location. User should be registeration to login home page of Applcation.
Screenshots
Video
To watch video click here
Main Packages are Used
Firebase Authentication && Firebase Core
Firebase Auth, enabling Android and iOS authentication using passwords. Firebase Core, enabling connecting to multiple Firebase apps
flutter pub add firebase_auth
flutter pub add firebase_core
Http
It Used to deal with api that you can get api key from here
flutter pub add http
Bloc
flutter pub add flutter_bloc
Geolocator
To get the current location of the device
flutter pub add geolocator