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
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
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.
The text was updated successfully, but these errors were encountered:
a-siva
added
the
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
label
Nov 29, 2017
This also requires updating the version of Dart in flutter/flutter to a newer SDK (2.0 version).
Currently doing that produces a number of errors, there is a pull request out to fix some of these errors flutter/flutter#13223
Landing these two will enable the ability to run flutter apps in strong mode.
There are still errors which need to be fixed in the flutter code to make it strong mode clean.
Flutter applications still fail when run in strong mode because of other issues, we now have a meta
issue at #31789 to track all other blocker issues that are stopping flutter from running in strong mode.
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.
The text was updated successfully, but these errors were encountered: