Skip to content

Avadhkumar-geek/nothing_weather_clone

Repository files navigation

🌦️ Nothing Weather App Clone in Flutter

Made with Flutter MIT License

This is a clone of Nothing's weather app, built in Flutter using the AccuWeather API and the BLoC pattern with Cubit for state management.

🌟 Features

  • Real-time weather data for any location in the world.
  • Daily forecasts.
  • Current conditions, temperature, humidity, wind speed, and more.
  • Beautiful and user-friendly interface.

🚀 Getting Started

To use the app, you will need to store your AccuWeather API key in the secrets.dart file. To do this, create a new file called secrets.dart in the lib directory of your project and add the following code:

const String apiKey = 'YOUR_API_KEY';

Install dependencies:

flutter pub get

Run the app:

flutter run

📱 Screenshots

1 2 3 4 5

🤝 Contributing

If you have any feedback or suggestions, please feel free to contribute to the project. You can do this by creating a pull request on GitHub.

📃 License

This project is licensed under the MIT License. See the LICENSE file for details.