You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may make sense to somehow change this behavior, because it is logical that the int in Javascript is compatible with int in Dart? It turns out that depending on the size of the number, we have to interpret the result differently.
For example: If the user is using the package built_value then this behavior creates problems (I know how to solve it with built_value, but it is unexpected behavior).
When the number greater then 2147483647 in Dart I get double value.
Example:
The text was updated successfully, but these errors were encountered: