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
--preview-dart-2 should turn on --strong, --reify_generic_functions, --limit_ints_to_64_bits so that we get true dart 2.0 semantics and performance #31485
The --preview-dart-2 option in 'flutter engine' and 'command line dart' should turn on
--strong
--reify_generic_functions
--limit_ints_to_64_bits
So that we get the true 2.0 semantics and performance.