Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iprakharv/forecastnow-flutter-weather_app
This Flutter Weather App provides real-time weather information using the OpenWeather API. It's designed for both Android and iOS, offering users a seamless and interactive way to check the weather forecast for their current location and any other city around the world.
https://github.com/iprakharv/forecastnow-flutter-weather_app
flutter weather-api
Last synced: about 2 months ago
JSON representation
This Flutter Weather App provides real-time weather information using the OpenWeather API. It's designed for both Android and iOS, offering users a seamless and interactive way to check the weather forecast for their current location and any other city around the world.
- Host: GitHub
- URL: https://github.com/iprakharv/forecastnow-flutter-weather_app
- Owner: iPrakharV
- License: apache-2.0
- Created: 2024-04-10T20:47:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T22:32:41.000Z (10 months ago)
- Last Synced: 2024-12-08T11:43:04.697Z (2 months ago)
- Topics: flutter, weather-api
- Language: C++
- Homepage:
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Weather App
## Description
This Flutter Weather App provides real-time weather information using the OpenWeather API. It's designed for both Android and iOS, offering users a seamless and interactive way to check the weather forecast for their current location and any other city around the world.
## Features
- Real-time weather updates.
- Search functionality for global cities.
- Detailed weather information including temperature, humidity, wind speed, and more.
- 7-day weather forecast.
- Clean and intuitive UI.## Screenshot
## Getting Started
### Prerequisites
- Flutter 2.x
- Dart 2.x
- An API key from OpenWeather### Installation
1. Clone the repo:
```
git clone https://github.com/iPrakharV/Flutter-Weather_App.git
```
2. Install Flutter packages:
```
flutter pub get
```## Usage
Launch the app on your emulator or device. Use the search function to find the weather in different cities, or use the device's current location to get real-time weather updates for your area.
## Built With
- [Flutter](https://flutter.dev/) - The UI toolkit used
- [OpenWeather API](https://openweathermap.org/api) - Source of weather data## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
iPrakharV - [@iprakharv](https://twitter.com/iprakharv)
Project Link: [Flutter Weather App](https://github.com/iPrakharV/Flutter-Weather_App)
## Acknowledgments
- [Flutter Documentation](https://flutter.dev/docs)
- [OpenWeather API Documentation](https://openweathermap.org/api)