[vm/ffi] Remove deprecated methods before D26 #38860
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-ffi
Milestone
Before we ship D26, we should remove deprecated methods from the
dart:ffi
API:load
andstore
(replaced by.val
,.val=
,.ref
,[]
, and[]=
)allocate
andfree
(moved topackage:ffi
)asExternalTypedData
(replaced byasTypedList
extension method)In order to be able to deprecate these at all in the sdk, we need to update the packages that are pulled in by DEPS (
package:ffi
andpackage:tflite_native
).We might also want to think about fixing g3.
cc @mkustermann @sjindel-google
The text was updated successfully, but these errors were encountered: