Type mismatch may cause a loss of precision when passing int
of Dart to native
#120256
Open
3 of 4 tasks
Labels
c: proposal
A detailed proposal for a change to Flutter
engine
flutter/engine repository. See also e: labels.
P2
Important issues not at the top of the work list
team-engine
Owned by Engine team
triaged-engine
Triaged by Engine team
waiting for PR to land (fixed)
A fix is in flight
An
int
in Dart should map to a signed 64-bit integer representation for native targets.int
in Dart tolong long
in Objective-C engine#39331int
in Dart tolong
instead ofint
in java. engine#39476int64_t
instead ofint
for the |view_id| parameter. engine#39618The text was updated successfully, but these errors were encountered: