Welcome to World_Weather, your go-to weather app for real-time weather data! Whether you want to know the current weather conditions in your location or in any city around the world, this app has got you covered!
I've built a weather app that provides live weather data for the current location of your device as well as any city you can think of!
Download the APK from our Releases page here
- Live Weather Data: Get real-time weather updates for your current location.
- Global Weather: Instantly access weather information for any city worldwide.
- User-Friendly Interface: Simple and intuitive design for easy navigation.
- Async and Await: Utilized asynchronous programming techniques for seamless user experience.
- Futures Handling: Demonstrated how to work with Dart futures efficiently.
- HTTP Package: Interacted with APIs and fetched data from the internet using Dart's http package.
- JSON Parsing: Implemented JSON parsing using the Dart convert package.
- Navigator Usage: Passed data back and forth between screens using Navigator.
- Exception Handling: Managed exceptions in Dart using try/catch/throw statements.
- Stateful Widget Lifecycle: Understood the lifecycle of Stateful Widgets for effective state management.
- Geolocation Integration: Integrated Geolocator package to obtain live location data for both iOS and Android platforms.
- User Input Handling: Utilized TextField Widget to gather user input for enhanced functionality.
Simply download the APK from our Releases Page and start exploring the world's weather at your fingertips!
- HTTP Package: For making API calls and handling network requests.
- Geolocator Package: To fetch live location data for precise weather information.
- JSON Parsing: Utilized Dart's convert package to parse JSON data.