-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#6177Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.p: 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-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Description
Some unmodifiable typed data list view APIs were deprecated in https://dart.googlesource.com/sdk/+/7ef215a4a5ec884dd147c51a0a87c2a7d35a4b94
The new API (Uint8List.asUnmodifiableView) is available in Dart 3.3.0.
https://github.com/flutter/packages/blob/main/packages/image_picker/image_picker_platform_interface/lib/src/types/picked_file/html.dart is using UnmodifiableUint8ListView and needs to be migrated.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.p: 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-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team