Commit Graph

18842 Commits

Author SHA1 Message Date
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
Marian Triebe
722a493f3a Add coldBoot parameter to JSON-RPC interface of daemon (#83488) 2021-05-28 09:14:03 -07:00
Jenn Magder
6d03cb65cb Clean up null assumptions for Gradle classes (#83443) 2021-05-27 18:54:04 -07:00
Darren Austin
43e3197790 Removed default page transitions for desktop and web platforms. (#82596) 2021-05-27 18:49:03 -07:00
Jonah Williams
2a62b20bd3 [flutter_tools] remove mocks from fuchsia device start test (#83506)
* [flutter_tools] remove mocks from fuchsia device start test

* change import
2021-05-27 14:23:23 -07:00
Jenn Magder
6b92a93c0f Remove more mocks from error_handling_io and attach_test (#83504) 2021-05-27 13:49:04 -07:00
Alexandre Ardhuin
0ef0f0ba5e fix lint from an improved unnecessary_parenthesis (#83433) 2021-05-27 13:39:03 -07:00
Lau Ching Jun
a9d6131df8 Allow passing --initialize-from-dill to flutter run and flutter attach (#83454)
To specify the dill file that will be used to initialize the resident
compiler, instead of the default cached version.
2021-05-26 23:06:38 -07:00
Lau Ching Jun
27a6796233 Fix benchmark regression from #83427 (#83437) 2021-05-26 17:59:02 -07:00
MahdiGharooni
bf848ca153 Fix typo in text_input.dart (#83247) 2021-05-26 17:44:02 -07:00
Jonah Williams
025a3a7da3 [versions] roll package test redux (#83367) 2021-05-26 17:22:28 -07:00
stuartmorgan
57fcee28c7 Allow platform variants for Windows plugins (#82816)
Windows plugins are designed to share implementations between Win32 and
UWP, but not all plugins will support both. This adds a new
'supportedVariants' key to Windows plugins that allows specifying
'win32' and/or 'uwp' (and potentially others in the future in case that
becomes necessary).

Plugins without any supported variants will be assumed to be Win32 for
backward compatibility.

This will allow compiling Windows projects that use Win32-only Windows
plugins (which is currently all of them) in UWP mode. The plugins will
of course throw missing implementation exceptions at runtime, but tehy
won't prevent being able to build as they currently do.

Fixes https://github.com/flutter/flutter/issues/82815
2021-05-26 16:20:21 -07:00
Jenn Magder
cbc7ce0884 Clean up null assumptions for Xcode and CocoaPods classes (#83442) 2021-05-26 16:04:03 -07:00
Jenn Magder
883cb3e830 Migrate pubspec_schema to null safety (#83441) 2021-05-26 15:54:04 -07:00