-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#6608Labels
P2Important issues not at the top of the work listImportant issues not 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.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
The CameraX docs describe the UseCases that can be used at the same time, depending on the UseCases that are currently bound to an Android lifecycle and the capabilities of the device running the app. camera_android_camerax currently does nothing to defend against going against these rules, in terms of (potentially)
- automatically unbinding
UseCases, - giving helpful error messages,
- or having documentation inline about these limitations.
For each of the UseCase groupings, these options should be evaluated to help avoid future issues with users attempting illegal combinations of operations.
sweatfryash
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not 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.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Type
Projects
Status
Done