https://github.com/eracodex/flutter_great_places_app
https://github.com/eracodex/flutter_great_places_app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eracodex/flutter_great_places_app
- Owner: eracodex
- Created: 2023-01-21T14:51:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T14:55:13.000Z (over 2 years ago)
- Last Synced: 2025-03-28T14:40:07.598Z (about 2 months ago)
- Language: C++
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_great_places_app
On `lib/helpers/location_helper.dart` put your valid google map api key. If you put an invalid api key, it won't work.
```dart
const googleApiKey = 'put_your_google_map_api_key_here';
```## Android
* Android: OK.## iOS
* iOS: Some configuration in `info.plist` and `AppDelegate.swift` is not setup for some packages/plugins. Check documentation for `location`, `sqflite` and `google_maps_flutter` configurations and complete setup in `info.plist` and `AppDelegate.swift`.## Features
* Camera
* Google maps
* Location and location address
* Local storage (sqflite)