Favorite Places
Personal project to create a list of favorite places with a picture and Google location + save to local Db using Drift.
Demonstrates:
Clean architecture
Google Maps API (select a point on a map)
Google Geocoding API (to get lattitude and longitude of current location)
Drift + sqllite3
Get it for DI
Retrofit + Dio
Auto Route
Bloc
Unit Tests
App Installed - No places added.
Clicked to add a place
Permission request for location
Selected an image & location
Can select location on map as well
List of all locations added
Result of clicking a place in list - Stack with image, CircleAvatar (containing google map uri and actual address from latitude and longitude)
Result of tapping CircleAvatar containing google maps uri
Swipe to remove from local SQLite Db via Drift