"My Wall" is an open-source Flutter app that allows users to browse, search, and download high-quality images. The app provides a simple and intuitive interface for users to discover and save their favorite images.
- Browse Image Library: Explore a vast collection of images from various categories.
- Search By Category: Quickly find images related to your favorite categories.
- Search Images: Use the search functionality to find specific images.
- Download Images: Download your favorite images with ease.
- Dark and Light Mode: Switch between dark and light themes for a personalized experience.
- Fast and Responsive: Enjoy a smooth and fast browsing experience.
- User-friendly Login: Securely log in without the hassle of token management.
Follow these steps to get started with "My Wall" app:
Clone the project
git clone https://github.com/girish54321/My-Wall.git
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.29.1, on macOS 15.3.2 24D81 darwin-x64, locale
en-IN)
[!] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
✗ cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/to/macos-android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 16.2)
[✗] Chrome - develop for the web (Cannot find Chrome executable at
/Applications/Google Chrome.app/Contents/MacOS/Google Chrome)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Android Studio (version 2024.2)
[✓] VS Code (version 1.98.2)
[✓] Connected device (3 available)
[✓] Network resources
flutter pub run flutter_launcher_icons:main -f flutter_launcher_icons-mywall_dev.yaml && flutter pub run flutter_launcher_icons:main -f flutter_launcher_icons-mywall_qa.yaml && flutter pub run flutter_launcher_icons:main -f flutter_launcher_icons-mywall.yaml
flutter build apk --release -t lib/main_mywall_dev.dart --flavor mywall_dev
flutter build apk --release -t lib/main_mywall.dart --flavor mywall