-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#34891Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
@FfiNative<Handle Function(Pointer<Void>, Handle)>('PictureRecorder::endRecording')
external void _endRecording(Picture outPicture);Either the Dart return type should be Object or the native return type should be Void.
cc @dnfield, landing the static checks found another issue.
I'll revert the added checks in Dart for now.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.