-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#5784Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listp: cameraThe camera pluginThe camera pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
In the camera_android_camerax plugin, some host API implementations use references to the FlutterActivity to which the plugin is attached (see source) to make Android API calls. We should ensure that any references to this Activity are removed once the plugin is detached from it, e.g. in the onDetachedFromActivity() lifecycle method to avoid a memory leak or side effects (see docs).
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listp: cameraThe camera pluginThe camera pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Type
Projects
Status
Done