An open API service indexing awesome lists of open source software.

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.

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.