You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Flutter app is a quiz application developed using Dart. It presents questions, records user answers, and displays the results at the end of the quiz. The app follows Flutter best practices, using stateless and stateful widgets, and state management to ensure a seamless user experience.
This Weather App is a Flutter-based application that provides users with real-time weather information and a 5-day forecast for their current location or any specified city. Built using Flutter's modern framework, the app leverages state management through the Provider package, ensuring efficient data handling and UI updates.