WallZon is a beautiful and easy-to-use wallpaper application built with Flutter, using the Pexels API to fetch high-quality wallpapers.
- Browse through a vast selection of high-quality wallpapers.
- Search for specific wallpapers based on keywords.
- Download your favorite wallpapers.
To run the app, follow these simple steps:
- Clone this repository to your local machine.
- Install all dependencies by running
flutter pub get
. - Obtain an API key from Pexels.com, then create a
.env
file at the root of the project and add your API key asAPI_KEY=your_api_key_here
. - Run the app using
flutter run
.
- Flutter
- Pexels API
Contributions are always welcome! If you find any bugs or have suggestions for new features, please feel free to submit an issue or a pull request.
This project is licensed under the MIT License.