Commit graph

16855 commits

Author SHA1 Message Date
Michael Goderbauer 811f0d9a15
"Migrate" dummy packages to null safety (#84013) 2021-06-04 22:14:03 -07:00
Bikram Pandit 44ebcb66d1
Move cursor position to the end of search query in SearchDelegate after query is set (#83512) 2021-06-04 19:29:04 -07:00
Jonah Williams 3638c41959
[flutter_tools] remove more mocks from cache_test (#83522) 2021-06-04 11:24:06 -07:00
Dan Field 5547bfdb5d
Delete obsolete TODO and skip (#83968) 2021-06-04 10:59:03 -07:00
Sam Rawlins da9b11ec24
Remove "unnecessary" imports. (#83959) 2021-06-04 10:54:05 -07:00
Jenn Magder 4c6a9dcb40
Migrate a few tool libraries to null safety (#83862) 2021-06-04 10:49:04 -07:00
Dan Field febce13a94
Make retry logic more permissive for network errors (#83965) 2021-06-03 23:44:03 -07:00
Alexandre Ardhuin cfc08594d9
enable lint use_test_throws_matchers (#83943) 2021-06-03 22:14:03 -07:00
Darren Austin 8252296a35
Fixed TimeOfDay.hourOfPeriod for the noon and midnight cases. (#83947) 2021-06-03 18:24:04 -07:00
Jonah Williams ca789bf5a1
[flutter_tools] bail from printing if devtools launch fails (#83934) 2021-06-03 18:19:05 -07:00
Jenn Magder c6359dc93f
Remove globals from android application_package (#83852) 2021-06-03 18:14:04 -07:00
Jonah Williams 85df73d0e3
[flutter] ensure vmservice binding is registered in profile mode (#83913) 2021-06-03 17:59:03 -07:00
Jenn Magder f41fa9dd48
Migrate deferred_components_prebuild_validator to null safety (#83854) 2021-06-03 17:54:05 -07:00
chunhtai 97dfafbb62
Make tooltip hoverable and dismissible (#83830) 2021-06-03 17:49:05 -07:00
Kate Lovett 92992550e6
Fix widgets with built-in scrollbars (#83828) 2021-06-03 17:44:05 -07:00
ruskryzhanovskiy a42159316b
Additional flags for xcodebuild (#83128) 2021-06-03 17:39:05 -07:00
Alexandre Ardhuin 32540774c0
enable lint noop_primitive_operations (#83930) 2021-06-03 17:34:10 -07:00
Aliaksei Chorny 871b0ce363
Double we typo fixed (#82933) 2021-06-03 17:34:06 -07:00
Michael Goderbauer 048baa7591
Always push layer for RenderAnimatedOpacityMixin (#83145) 2021-06-03 17:32:37 -07:00
Michael Goderbauer 14b2e7ffee
flutter update-packages --force-upgrade (#83911) 2021-06-03 10:50:11 -07:00
Jenn Magder 3477df744d
Migrate iOS project migrations to null safety (#83855) 2021-06-03 10:24:04 -07:00
Angjie Li 14f00790bb
Revert "fix a Scaffold.bottomSheet update bug (#83689)" (#83904)
This reverts commit 9a243a1213.
2021-06-03 09:44:39 -07:00
Jonah Williams 1625befc36
[flutter_tools] check for empty host in protocol_discovery (#83847) 2021-06-03 08:29:05 -07:00
Jonah Williams 53e0c50a7c
[flutter_tools] use ProcessManager.canRun instead of checking for ArgumentErrors (#83845) 2021-06-03 08:24:04 -07:00
Jenn Magder c4a2a3e92d
Migrate project.dart and all dependencies to null safety (#83817) 2021-06-02 18:41:12 -07:00
Jonah Williams f666f93dbb
[flutter_tools] always use device.stopApp (#83803) 2021-06-02 17:34:02 -07:00
Ian Hickson ec085ac72a
DefaultAssetBundle returns an AssetBundle so should export it (#83678) 2021-06-02 16:39:04 -07:00
Ian Hickson 10d1865168
Clarify the IconTheme documentation (#83677) 2021-06-02 16:34:04 -07:00
omchiii 563da62873
Update Paragraph.getLineBoundary docs (#83626) 2021-06-02 16:29:02 -07:00
Gian 8f866ab5f4
Fix to the tab height (Issue #81500) (#81505) 2021-06-02 14:54:05 -07:00
davidbrenner 045ed0d3a9
Fix typo in documentation (#83734) 2021-06-02 14:39:04 -07:00
Ray Rischpater, KF6GPE dcd8957bea
l10n updates for June beta (#83826)
Co-authored-by: Shi Hao Hong <shihaohong94@gmail.com>
2021-06-02 14:33:49 -07:00
Darren Austin 3bb4a34a0b
Support for keyboard navigation of Autocomplete options. (#83696)
Support for keyboard navigation of Autocomplete options.
2021-06-02 13:41:59 -07:00
Chinmoy d1d844114e
Fix "Added AxisOrientation property to Scrollbar (#75497)" analysis failures (#82818) 2021-06-02 13:19:03 -07:00
Tong Mu e3da1bd7aa
Test WidgetTester handling test pointers (#83337)
Adds tests to the following behaviors, which have existed without tests:

- When tapping during live testing, a message is printed with widgets that contain the tap location.
- When tapping during live testing, a mark is displayed on screen on the tap location.
2021-06-02 11:50:09 -07:00
stuartmorgan 15317b9e8d
Disable clang format in the plugin registrants (#83285) 2021-06-02 10:29:10 -07:00
Anis Alibegić c99ed373b3
Fixed large amount of spelling errors (#83744) 2021-06-02 10:14:06 -07:00
xubaolin 9a243a1213
fix a Scaffold.bottomSheet update bug (#83689) 2021-06-02 10:09:06 -07:00
Ren You 63c49c3d83
Revert "Dispose render objects when owning element is unmounted. (#82883)" (#83790)
This reverts commit c75edc268c.
2021-06-02 07:54:19 -07:00
Dan Field c75edc268c
Dispose render objects when owning element is unmounted. (#82883) 2021-06-01 22:29:02 -07:00
Yegor e6cc3cd84d
use old Edge-compatible JavaScript in index.html (#83732) 2021-06-01 20:45:58 -07:00
omchiii f831874960
Update TextStyle API Docs (#83627) 2021-06-01 16:54:02 -07:00
Jia Hao 446673a65f
[integration_test] Fix early reporting of results (#83685) 2021-06-01 13:24:04 -07:00
Emmanuel Garcia 0bccce6260
[gradle] Unlock all configurations if a local engine is used (#83635) 2021-06-01 13:19:03 -07:00
Jenn Magder b947121f00
Clean up null assumptions for project.dart dependencies (#83445) 2021-06-01 13:14:03 -07:00
Dwayne Slater a84bb4eb3c
Add ability to specify Image widget opacity as an animation (#83379) 2021-06-01 13:09:04 -07:00
Jason Simmons 59f6cc7ac9
Add a trace-skia-allowlist flag for filtering Skia trace events (#83507) 2021-06-01 11:29:03 -07:00
Jay Zhuang 41ced7b5c3
[asset] Include assets in input files (#83416) 2021-06-01 11:24:04 -07:00
Alexandre Ardhuin 34059eec2c
enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
Seven 1cd677c1b0
Fix single frame image is decoded even cached (#82533)
* Fix single frame image is decoded even cached

* Add MultiFrameImageStreamCompleter decode test for one frame image
2021-05-28 11:41:45 -07:00