The content of the .android and .ios directories cannot be modified since flutter pub get or any
build command will override the file changes.
This breaks flutter run on Android if a dependency requires to modify AndroidManifest.xml or build.gradle.
For example, adding webview to a module.
My suggestion is to make these directories editable, so there's no this one-off special case.
@jmagman any thoughts?
The content of the
.androidand.iosdirectories cannot be modified sinceflutter pub getor anybuild command will override the file changes.
This breaks
flutter runon Android if a dependency requires to modify AndroidManifest.xml or build.gradle.For example, adding webview to a module.
My suggestion is to make these directories editable, so there's no this one-off special case.
@jmagman any thoughts?