WallpaperApp is a mobile application built with Flutter that allows users to browse and download high-quality wallpapers for their devices. The app leverages the Pexels API to fetch a vast collection of images, sorted by categories, which users can explore through a simple and intuitive interface.
- Browse wallpapers by categories (e.g., nature, animals, city, etc.)
- Search for wallpapers by keyword or phrase.
- Set wallpapers as device background or save them to the local storage.
- Flutter 2.10: a popular open-source UI framework for building natively compiled applications for mobile, web, and desktop platforms.
- Pexels API: a free RESTful API that provides access to a large collection of high-quality images, videos, and illustrations.
- Dart 2.15: a client-optimized programming language that powers Flutter and enables fast and expressive code.
To install the app, follow these steps:
- Clone the repository or download the source code as a ZIP file.
- Open the project folder in your preferred IDE or text editor (e.g., Android Studio, VS Code, etc.).
- Run flutter pub get to download and install the required dependencies.
- Connect your device to the computer via USB or start an emulator.
- Run flutter run to build and launch the app on your device or emulator.