Use base-config from network-security-config by mboetger · Pull Request #183154 · flutter/flutter

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@mboetger

Copy link

Contributor

@mboetger mboetger commented

Mar 3, 2026

Currently, there is no way for the Android embedder to turn off insecure dart sockets. This connects the base-config from the network-security-config.xml to at least control this.

Addresses: #183153

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
  • I signed the [CLA].
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is [test-exempt].
  • I followed the [breaking change policy] and added [Data Driven Fixes] where supported.
  • All existing and new tests are passing.

@github-actions github-actions bot added platform-android

Android applications specifically

engine

flutter/engine related. See also e: labels.

team-android

Owned by Android platform team

labels

Mar 3, 2026

@mboetger mboetger force-pushed the support-base-config branch from f0b9600 to ff0fa6e Compare

March 3, 2026 03:26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

engine

flutter/engine related. See also e: labels.

platform-android

Android applications specifically

team-android

Owned by Android platform team

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@mboetger