• Chris Bracken's avatar
    Avoid use of ParagraphConstrains const ctor (#26392) · 88b77a7d
    Chris Bracken authored
    Usages of ParagraphConstraints (from dart:ui) whose constructor could be
    const as of flutter/engine#7346 are currently marked //
    ignore:prefer_const_constructors in the framework until all
    Google-internal embedders have been updated to an engine version that
    includes the above change. These were initially updated in engine roll
    flutter/flutter#26252, but broke internal embedders.
    
    We should re-enable use of the const constructor in those cases once
    internal embedders are updated.
    
    See: https://github.com/flutter/flutter/issues/26390
    88b77a7d
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...