Skip to content

Instantly share code, notes, and snippets.

@vallamost
Last active May 7, 2020 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vallamost/7d9638a1d54d2bf7ef84a43f7342197a to your computer and use it in GitHub Desktop.
Save vallamost/7d9638a1d54d2bf7ef84a43f7342197a to your computer and use it in GitHub Desktop.
AndroidManifest Fix for flutter location plugin
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.your_app_name"
xmlns:tools="http://schemas.android.com/tools"> <!-- newly added -->
<application
tools:replace="android:label" <!-- newly added -->
android:name="io.flutter.app.FlutterApplication"
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment