-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: pluginsSupport for writing, building, and running plugin packagesSupport for writing, building, and running plugin packagesblockedIssue is blocked by another issueIssue is blocked by another issuee: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestse: openglengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Milestone
Description
Blocking #139702, blocked by #141890.
As of HEAD, using Impeller and the OpenGLES backend:
<!-- AndroidManifest.xml -->
<meta-data android:name="io.flutter.embedding.android.EnableImpeller" android:value="true" />
<meta-data android:name="io.flutter.embedding.android.ImpellerBackend" android:value="opengles" />... plugins considered important (i.e. video_player, camera) do not render:
packages/packages/video_player/video_player/example
$ cd $PACKAGES/packages/video_player/video_player/example
$ flutter run --local-engine=$ENGINE/out/android_debug_unopt_arm64 --local-engine-host=$ENGINE/out/host_debug_unopt_arm64Do note that my contrived sample app does render, but it uses the surface different than the plugins:
110110
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: pluginsSupport for writing, building, and running plugin packagesSupport for writing, building, and running plugin packagesblockedIssue is blocked by another issueIssue is blocked by another issuee: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestse: openglengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team

