* Align `flutter pub get/upgrade/add/remove/downgrade`
* Add final . to command description
* Remove trailing whitespace
* Don't print message that command is being run
* Update expectations
* Use relative path
* Remove duplicated line
* Improve function dartdoc
* Add option for opting out of enter route snapshotting.
* Fix typo.
* Merge find layers logic.
* Add justification comment on why web is skipped in test.
* Update documentation as suggested.
* Update documentation as suggested.
* allow focus to leave FlutterView
* fix tests and docs
* small doc update
* fix analysis lint
* use closed loop for dialogs
* add tests for new API
* address comments
* test FocusScopeNode.traversalEdgeBehavior setter; reverse wrap-around
* rename actionResult to invokeResult
* address comments
* Increase minimum height of headerWidget in ExpansionPanel to smooth the animation.
Signed-off-by: Morris Kurz <morriskurz@gmail.com>
* Add regression tests that check for equal height of header elements in ExpansionPanel.
Signed-off-by: Morris Kurz <morriskurz@gmail.com>
* Clarify comment.
Signed-off-by: Morris Kurz <morriskurz@gmail.com>
* Reduce padding in ExpandIcon to 12px s.t. header height is 48px.
Signed-off-by: Morris Kurz <morriskurz@gmail.com>
* Update testcases to new header height (56px -> 48px).
Signed-off-by: Morris Kurz <morriskurz@gmail.com>
* Test for header height equal to 48px.
Signed-off-by: Morris Kurz <morriskurz@gmail.com>
* Change issue number to link in comment
* Add periods to comments
Signed-off-by: Morris Kurz <morriskurz@gmail.com>
* Make pub get runner respect printProgress and retry parameters
* Fix typo
* Add regression test
* Improve test
* Fix implementation and test
* Test to fix flutter_drone tests
* Revert test
* Attempt #2 to fix flutter_drone tests
* Revert attempt
* Hack: Force printProgress to debug Windows tests
* Use ProcessUtils.run to avoid dangling stdout and stderr
* Update documentation
* Clean up retry argument
* Revert "Revert "Add support for double tap and drag for text selection (#109573)" (#117497)"
This reverts commit 39fa0117a919bd401c4c8734c97ddb46fbc45cb7.
* Allow TapAndDragGestureRecognizer to accept pointer events from any devices -- the TapGestureRecognizer it replaces was previously doing this
Co-authored-by: Renzo Olivares <roliv@google.com>
* Revert "Exposed tooltip longPress action when available (#117338)"
This reverts commit 38e3930f39d8efca0a27f9663129d27a9093cca8.
* Revert "fixes android_semantics_integration_test to expect long press for tootip"
* Fix screenshot testing for flutter web integration_test
* update packages
* fix method signature and todo
* Run tests on CI
* fix type
* remove silences
* Add docs
* fix comment
* fix whitespace
* review comments