https://github.com/tom474/favorite-places-app
A mobile app for saving favorite places with images, GPS coordinates, and offline storage via SQLite.
https://github.com/tom474/favorite-places-app
dart flutter mobile-development sqlite
Last synced: 3 months ago
JSON representation
A mobile app for saving favorite places with images, GPS coordinates, and offline storage via SQLite.
- Host: GitHub
- URL: https://github.com/tom474/favorite-places-app
- Owner: tom474
- Created: 2024-01-22T09:13:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T02:51:34.000Z (over 1 year ago)
- Last Synced: 2025-01-30T03:25:22.600Z (over 1 year ago)
- Topics: dart, flutter, mobile-development, sqlite
- Language: C++
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Favorite Places App
Favorite Places App allows users to save and manage their favorite locations with images and precise map coordinates. It features image capture, GPS location selection, and persistent storage using SQLite.
## Tech Stack
- Flutter
- Dart
- SQLite
## Features
- **Add Places**: Users can save their favorite locations with a title, image, and GPS coordinates.
- **Location Selection**: Choose a location using GPS or by selecting a spot on Google Maps.
- **Image Capture**: Capture and store images from the camera or gallery.
- **Map Integration**: View saved locations on Google Maps.
- **Persistent Storage**: Places are stored locally using SQLite for offline access.
- **Dark Mode Support**: UI optimized for dark mode.