Track your location and generate a summary in Google maps.
This project is a starting point for learning to develop a Flutter application. It's purely for educational purpose.
What can you learn?
- Flutter UI framework
- Flutter architecture
- Method channel
- Background service
- Foreground notification
- SQLite database
- async-await computation
- Location services
- Google maps integration
- Install Flutter
- Get Android Studio (or preferred editor)
- Open the project
- Connect your device (or start an emulator)
- Run!
- Generate API key for Google Maps SDK (Android) in Cloud console.
- Add restrictions to the API key (Optional)
- Create
keys.xmlunderandroid/app/src/main/res/values - Put the API key under string resource name
maps_api_key
- Follow instructions from here
flutter doctorflutter runflutter build apkflutter build appbundleLicensed under Apache License 2.0
Copyright 2020 Abarajithan
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

