-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#10411Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.p: cameraThe camera pluginThe camera pluginp: deprecated apiUse of a deprecated Dart API in flutter/packages that needs to be updatedUse of a deprecated Dart API in flutter/packages that needs to be updatedp: image_pickerThe Image Picker plugin.The Image Picker plugin.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Description
camera_web and image_picker_for_web use drawImageScaled, which is deprecated.
info • lib/src/camera.dart:270:22 • 'drawImageScaled' is deprecated and shouldn't be used. See CanvasRenderingContext2D.drawImage. Try
replacing the use of the deprecated member with the replacement. • deprecated_member_use
info • lib/src/image_resizer.dart:87:15 • 'drawImageScaled' is deprecated and shouldn't be used. See CanvasRenderingContext2D.drawImage. Try
replacing the use of the deprecated member with the replacement. • deprecated_member_use
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.p: cameraThe camera pluginThe camera pluginp: deprecated apiUse of a deprecated Dart API in flutter/packages that needs to be updatedUse of a deprecated Dart API in flutter/packages that needs to be updatedp: image_pickerThe Image Picker plugin.The Image Picker plugin.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team