https://github.com/0-manbir/snapbook
Snapbook is a Photo Journaling app!
https://github.com/0-manbir/snapbook
android android-application flutter-apps journal journal-application journaling journalism memories photo-gallery
Last synced: 7 months ago
JSON representation
Snapbook is a Photo Journaling app!
- Host: GitHub
- URL: https://github.com/0-manbir/snapbook
- Owner: 0-manbir
- Created: 2024-04-07T02:34:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T10:57:56.000Z (over 1 year ago)
- Last Synced: 2025-02-01T11:18:17.378Z (9 months ago)
- Topics: android, android-application, flutter-apps, journal, journal-application, journaling, journalism, memories, photo-gallery
- Language: Dart
- Homepage:
- Size: 437 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# SnapBook
Snapbook is a photo journaling app!
## Quick FAQs:
**SDK** - Flutter\
**Language** - Dart**Platform** - Android\
**APK File Size** - 21.5 MB**Snaps Location** - storage/emulated/0/Pictures/SnapBook\
**Database Location** - storage/emulated/0/Documents/\
**Sample Database Name** - snapbook_20240301_072101.dbThe database file saved on your device stores the image path, date-time and caption of each snap.
## Screenshots
![]()
![]()
![]()
![]()
## Features
### Gallery View
* Add a Snap
- Click a picture (camera)
- Pick a file (gallery)
* Add a caption
- Text after a '#' is ignored when displayed in the bottom sheet (as in photo 2 below). But it can be used to search for a caption.* Other Features
- View an image (click on the image to open it in gallery.
- Edit the caption of the image.
- Share image along with the caption
### Throwback
Select a date, and check the Snaps uploaded on that date.
### Calendar
Highlights the days when a Snap was clicked.
Click on a day to view the Snap clicked on that day. (works _most_ of the time)
### Settings / Stats
* Number of snaps clicked
* this month
* previous month
* this year
* previous year
* Import / Export Database
## Edit Source Code
Clone the project
```bash
git clone https://github.com/0-manbir/snapbook.git
```Go to the project directory
```bash
cd snapbook
```Build APK File
```bash
flutter build apk
```