-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.library-ffi
Milestone
Description
Before we ship D26, we should remove deprecated methods from the dart:ffi API:
- [vm/ffi] API: Pointer load and store as extension methods #37773
loadandstore(replaced by.val,.val=,.ref,[], and[]=) - [vm/ffi] Remove memory management from API #38520
allocateandfree(moved topackage:ffi) - [vm/ffi] API: Pointer.asExternalTypedData as extension method #38610
asExternalTypedData(replaced byasTypedListextension 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 and package:tflite_native).
We might also want to think about fixing g3.
renancaraujo
Metadata
Metadata
Assignees
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.library-ffi