Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warsam-e/kaiga
An iOS app for organizing your camera roll with ease.
https://github.com/warsam-e/kaiga
flutter flutter-app ios photos
Last synced: about 1 month ago
JSON representation
An iOS app for organizing your camera roll with ease.
- Host: GitHub
- URL: https://github.com/warsam-e/kaiga
- Owner: warsam-e
- Created: 2024-10-15T18:03:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T19:33:18.000Z (3 months ago)
- Last Synced: 2024-10-17T05:17:44.917Z (3 months ago)
- Topics: flutter, flutter-app, ios, photos
- Language: Dart
- Homepage:
- Size: 5.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kaiga
**Kaiga** is an iOS app built with Flutter that simplifies the process of organizing your camera roll. With Kaiga, you can quickly manage your photos by either adding them to albums or deleting them with a single tap.
## Features
- **Organize with Ease**: Tap an album to sort photos in your camera roll.
- **Quick Deletions**: Delete unwanted images right from the main screen.
- **User-Friendly Interface**: A clean, intuitive design that makes photo organization fast and effortless.## Screenshots
| Screenshot 1 | Screenshot 2 |
| --- | --- |
| ![1](misc/s1.jpeg) | ![2](misc/s2.jpeg) |## Installation
To run Kaiga locally, follow these steps:
1. Clone the repo:
```bash
git clone https://github.com/warsam-e/kaiga.git
```
2. Navigate to the project directory:
```bash
cd kaiga
```
3. Install the dependencies:
```bash
flutter pub get
```
4. Run the app:
```bash
flutter run
```## Requirements
- iOS 11.0 or later
- Flutter SDK 3.4.3 or later## Contributions
Feel free to fork the repository and submit pull requests! If you encounter any issues or have feature requests, please open an issue.