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.
- 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.
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
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.
This project is licensed under the MIT License. See the LICENSE file for details.