Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siraajul/panels
A modern wallpaper app built with Flutter featuring a clean Material Design 3 interface and optimized image loading. Browse and set stunning wallpapers with a smooth, intuitive experience. Currently implementing core features with more coming soon.
https://github.com/siraajul/panels
android flutter ios wallpaper
Last synced: 9 days ago
JSON representation
A modern wallpaper app built with Flutter featuring a clean Material Design 3 interface and optimized image loading. Browse and set stunning wallpapers with a smooth, intuitive experience. Currently implementing core features with more coming soon.
- Host: GitHub
- URL: https://github.com/siraajul/panels
- Owner: siraajul
- Created: 2024-10-24T18:23:15.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-10-26T13:29:35.000Z (12 days ago)
- Last Synced: 2024-10-27T03:47:14.164Z (12 days ago)
- Topics: android, flutter, ios, wallpaper
- Language: Dart
- Homepage:
- Size: 512 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Panels - Flutter Wallpaper App
A modern wallpaper application built with Flutter that allows users to browse and set beautiful wallpapers on their devices.
## Features
- 🖼️ Clean and intuitive user interface
- 🔍 Browse through various wallpaper collections
- 📱 Smooth image loading and caching
- 🎨 Material Design 3 implementation## Screenshots
## Getting Started
### Prerequisites
- Flutter SDK (latest stable version)
- Android Studio / VS Code
- Git### Installation
1. Clone the repository
```bash
git clone https://github.com/siraajul/panels.git
```2. Navigate to the project directory
```bash
cd panels
```3. Install dependencies
```bash
flutter pub get
```4. Run the app
```bash
flutter run
```## Project Structure
```
lib/
├── pages/ # UI screens
├── widgets/ # Reusable widgets
└── main.dart # Entry point
```## Tech Stack
- Flutter
- Cached Network Image## Current Status
The application is currently in development with the following features implemented:
- Base UI implementation
- Image loading and caching system## Upcoming Features
- [ ] Wallpaper categories
- [ ] Search functionality
- [ ] Save wallpapers locally
- [ ] Set wallpaper functionality
- [ ] User favorites
- [ ] Dark/Light theme support## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- [MKBHD Panels App]
## Contact
Your Name - [@siraaajul](https://twitter.com/siraaajul)
Project Link: [https://github.com/siraajul/panels](https://github.com/siraajul/panels)