A standalone Android camera and gallery app built with Flutter, designed to organize your photos independently from the system camera.
- 📷 Camera - Capture photos directly within the app
- 🖼️ Gallery - Browse and view your images
- ✂️ Selection Mode - Select multiple images for batch operations
- 🔍 Image Viewer - Zoom and explore image details
- 🗂️ Independent Storage - Photos organized in a separate folder
- Flutter / Dart
- BLoC pattern for state management
- File system integration for camera/gallery access
- Clone the repository
- Install dependencies:
flutter pub get - Run the app:
flutter run