Polymaker is an application that can create polygon locations dynamically in mobile apps and save the data into SQFlite to be permanent.
- git clone https://github.com/yusriltakeuchi/polymaker.git
- flutter packages get
- flutter run
You must enable some API in google cloud to use this features
- Google Maps for Android/iOS
Please fill API KEY with your Google Cloud APIKEY
- android/app/src/main/AndroidManifest.xml
<meta-data android:name="com.google.android.geo.API_KEY"
android:value="<YOUR API KEY>"/>
- ios/Runner/AppDelegate.swift
GMSServices.provideAPIKey("YOUR API KEY")