-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiondependency: dartDart team may need to help usDart team may need to help usteam-engineOwned by Engine teamOwned by Engine team
Description
The engine roll to the framework started failing at flutter/engine#50437, which contained the Dart roll at #143099, which contained https://dart.googlesource.com/sdk.git/+/7ef215a4a5ec884dd147c51a0a87c2a7d35a4b94, which deprecated unmodifiable typed data views.
That change appears to be breaking analysis of plugins:
Running command: "dart analyze --fatal-infos" in /b/s/w/ir/x/t/flutter_packages.OXOEAL/packages/image_picker/image_picker_platform_interface
Analyzing image_picker_platform_interface...
info - lib/src/types/picked_file/html.dart:30:38 - 'UnmodifiableUint8ListView' is deprecated and shouldn't be used. Use Uint8List.asUnmodifiableView() instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
1 issue found.
From
That package will need to be migrated before the deprecation can roll into the framework.
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiondependency: dartDart team may need to help usDart team may need to help usteam-engineOwned by Engine teamOwned by Engine team