Tags: sfshaza2/flutter
Tags
Intercept errors thrown by synchronous Completers in image resolution. ( flutter#30139)
Move spinner `_defaultSlowWarning` message to a new line (flutter#30071) * write newline before adding slow restart message to spinner * update existing test
Include platformViewId in semantics tree for iOS (flutter#29304) Include the platformViewId of PlatformViews in the semantics tree. The accessibility bridge in the engine can use this id to steal the semantics nodes from the actual platform view and stick them into Flutter's semantics tree. It is the iOS PlatformView counter part of flutter#28953. It reverts the change in flutter@5b5d6e8 and flutter@03fd797. flutter#29302
Fix issue with account drawer header arrow rotating when setState is … …called (flutter#29980) The UserAccountsDrawerHeader had a bug with the arrow rotating whenever setState was called on its parent. This change makes sure that we check that the state actually changed before allowing the animation to trigger. Fixes flutter#25801
ensure that fe server is always built with tool (flutter#29768)
Linking Higher & Lower Class Docs (flutter#29758) * Adding linking between higher and lower level classes in the API Docs. ref:flutter#22859 * Fixed links between classes.
Roll engine 3a445ce..dd6be2f (2 commits) (flutter#29937) flutter/engine@3a445ce...dd6be2f git log 3a445ce..dd6be2f --no-merges --oneline dd6be2f Roll src/third_party/skia 42197c0bc68e..15dc59e65cfa (19 commits) (flutter/engine#8294) d6ead18 Make it easy to write embedder unit tests by creating a fixture and config builder. (flutter/engine#8276) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
PreviousNext