Aman Gupta
c33d8f4e0e
updated_title_property_apidocs ( #63884 )
2020-09-08 15:50:04 -07:00
Angjie Li
d2fa384c31
Allow Developers to enable Accessibility testing on WebFlutterDriver and get the underlying webDriver ( #65051 )
2020-09-08 13:15:06 -07:00
Alex Fourman
46eacc5462
adds additional guidance on how to use of correctly. ( #64791 )
2020-09-08 12:50:04 -07:00
Im-Kevin
418e424794
Fix the test error of "Add finders for enableFlutterDriverExtension" and resubmit ( #65276 )
2020-09-08 12:10:05 -07:00
Ian Hickson
1a010de89f
Make Container always clip a decoration if it has a clip edge ( #64840 )
...
This allows us to rationalize the nullability of some of our APIs.
Prior to this we'd end up in a situation where Container assumed that
getClipPath would be non-null but Decoration was ok with return null.
2020-09-08 12:06:28 -07:00
chunhtai
9cb2d4d65c
Fixed the sliver appbar to have a fixed traversal order ( #65049 )
2020-09-08 12:05:02 -07:00
Per Classon
0bb1e573fc
Revert "Add DataTableTheme to allow for themable DataTables ( #64316 )" ( #65382 )
...
This reverts commit cb4b8677219482e3378b1b6bfeff1241a453ccb6.
2020-09-08 15:28:13 +02:00
Ian Hickson
e10bdbbd9d
Fix RangeMaintainingScrollPhysics ( #65135 )
2020-09-07 11:40:03 -07:00
Jonah Williams
14af5bbe1e
Revert "Add finders for enableFlutterDriverExtension ( #64308 )" ( #65273 )
...
This reverts commit db4dda2052f1e71583425e791b4c50c54df5c15c.
2020-09-04 17:01:30 -07:00
Im-Kevin
db4dda2052
Add finders for enableFlutterDriverExtension ( #64308 )
2020-09-04 14:50:02 -07:00
Zachary Anderson
02d0163244
Revert "ScaffoldMessenger ( #64101 )" ( #65257 )
...
This reverts commit 48f1a0a8d5531a08de638f087678770dd26b01ba.
2020-09-04 13:46:53 -07:00
Jonah Williams
9248fda410
[flutter_tools] add EACCES to list of immediate exit tool conditions ( #65125 )
...
Similar to the permission denied error on Windows, this is not resolvable by the tool.
2020-09-03 16:08:01 -07:00
Kate Lovett
48f1a0a8d5
ScaffoldMessenger ( #64101 )
2020-09-03 15:55:04 -07:00
Jonah Williams
30a0b5a50c
Revert "[flutter_tools] split project parsing/validation into separate function ( #64814 )" ( #65202 )
...
This reverts commit 8eed690442430b4908b525f0f4d8fbd2184861c7.
2020-09-03 14:25:29 -07:00
Jonah Williams
8eed690442
[flutter_tools] split project parsing/validation into separate function ( #64814 )
...
In order to share logic across build/archive/ipa commands, move the project parsing/validation into a different function. #64683
2020-09-03 14:14:52 -07:00
Jonah Williams
418681d6f1
[flutter_tools] allow disabling pwa from build command, fix run release build caching ( #64587 )
...
Fix run release/profile modes generating a full service worker.
2020-09-03 13:42:47 -07:00
Jaime Blasco
0699c18e99
[flutter_tool] [web] Remove x-frame-options header during debug ( #62115 )
...
Currently flutter run -d web creates a server with the x-frame-options: SAMEORIGIN added by default (shelf add it's by default). This doesn't allow you to use it inside a frame.
I am trying to build an embedded simulator in vscode and it requires using an iframe.
With this PR I remove the header for debug and profile mode.
2020-09-03 13:33:39 -07:00
Jonah Williams
bd3eee75f3
[flutter_tools] rethrow process exceptions as tool exit from gradle build ( #64745 )
...
The flutter tool is currently unable to detect missing permissions in gradle/gradle.bat that would cause a gradle build to fail via process exception. Rather than crashing and exiting, we can display the exception as an error message and tool exit.
While linux/macOS are able to add the +x bit, this is not possible on windows with our current file system/OS API. These crashes represent a substantial amount of crash reporting, but are otherwise not actionable on our end.
2020-09-03 11:55:55 -07:00
Kate Lovett
20936eeac4
Allow for arbitrary placement in SliverGrid ( #64750 )
2020-09-03 11:20:04 -07:00
Jonah Williams
08e3ed9e2d
[flutter_tools] prevent creation of android devices if adb is not located ( #65184 )
...
More work to prevent current #2 crash issue on stable. If adb is not located do not list/create android devices.
2020-09-03 11:01:43 -07:00
Sahand Akbarzadeh
33c619c9ac
fix Container.clipBehaviour, clips the shadow in decoration ( #64362 )
2020-09-03 10:40:03 -07:00
Shi-Hao Hong
b80b432555
Move gen_l10n into flutter_tools ( #65025 )
2020-09-03 09:26:58 -07:00
xster
2032a448ed
Update CupertinoIcons to cupertino_icons 1.0.0 based on SF Symbols ( #65083 )
2020-09-02 23:36:19 -07:00
Jenn Magder
ace54425e0
Add observatory Bonjour service to built iOS Info.plist bundle ( #65138 )
2020-09-02 18:47:56 -07:00
Jenn Magder
259deec221
Revert "Add observatory Bonjour service to built iOS Info.plist bundle ( #65138 )" ( #65141 )
...
This reverts commit 5e0aa8b9fc423a2e05d47fba0cfe1ef3f47cb303.
2020-09-02 18:31:45 -07:00
Jenn Magder
5e0aa8b9fc
Add observatory Bonjour service to built iOS Info.plist bundle ( #65138 )
2020-09-02 17:57:43 -07:00
Jonah Williams
c034f1a1cc
[flutter_tools] fix screenshot command in release mode and help documentation ( #65114 )
...
Currently taking a screenshot in release mode crashes and is also not documented as a supported command. Fix both of these and add test cases.
2020-09-02 17:33:41 -07:00
includecmath
6d46ff7e9b
[flutter_tools] flutter run should allow exit when make choose for devices. ( #64403 )
2020-09-02 17:30:04 -07:00
Juyeong Lee
0b4dad6553
Update hintColor value for Material ( #65036 )
2020-09-02 16:55:05 -07:00
Jonah Williams
d3fd62c843
[flutter_tools] exit with helpful message if where is missing on windows ( #65112 )
2020-09-02 16:50:04 -07:00
Smadey
68c1b441be
Clamp TabController animation value when calc _DragAnimation.value ( #64715 )
2020-09-02 16:45:06 -07:00
xubaolin
280e6d6c01
Remov redundant import of dart:math ( #65060 )
2020-09-02 16:40:04 -07:00
Kate Lovett
ee69eebfbd
Update Gold for new endpoint ( #64982 )
2020-09-02 16:35:06 -07:00
Jenn Magder
2e67bf2e32
Require xcode_backend.sh arguments (introduced in Flutter v0.0.7) ( #65124 )
2020-09-02 16:33:26 -07:00
Tom Rivoire
2f96d1f026
Fix contentPadding documentation accent ( #65094 )
2020-09-02 15:41:19 -07:00
Per Classon
cb4b867721
Add DataTableTheme to allow for themable DataTables ( #64316 )
2020-09-02 15:40:06 -07:00
Jenn Magder
6175183545
Add --device-timeout flag to device-related commands ( #64834 )
2020-09-02 15:38:52 -07:00
Nan Kim
608f0606af
SizeTransition sample code ( #63833 )
2020-09-02 15:35:04 -07:00
Jenn Magder
cb819504f3
Revert "Add observatory Bonjour service to built iOS Info.plist bundle ( #64988 )" ( #65109 )
...
This reverts commit 4fde217dea5b5404660a02ed4cc1d9071085098a.
2020-09-02 12:31:17 -07:00
xubaolin
c7353bc414
Slider and RangeSlider can be painted in a narrower constraint like other Material Wi… ( #64627 )
2020-09-02 11:20:03 -07:00
Pedro Massango
7fdd9218b0
Proposal: deprecate autovalidate parameter of the Form, FormField and TextFormField widget ( #61648 )
2020-09-02 11:15:05 -07:00
Jenn Magder
4fde217dea
Add observatory Bonjour service to built iOS Info.plist bundle ( #64988 )
2020-09-02 11:11:07 -07:00
stuartmorgan
6eef5f2c5f
Share build command flag configuration on desktop ( #64983 )
...
Almost all of the flag setup on Linux, macOS, and Windows should be
identical; this pulls that common setup to a shared method.
This adds support for several flags on macOS that have all the necessary
plumbing already in place due to shared backend code, but were never
enabled.
Fixes https://github.com/flutter/flutter/issues/64944
2020-09-01 10:21:51 -07:00
stuartmorgan
bcfad2068e
Put the unbundled Linux executable in a subdirectory ( #64992 )
...
People frequently assume they can run the executable they find at the
top level of the build directory, and don't understand why they get
resource errors from the engine. To avoid that, this puts the unbundled
copy of the executable in a subdirectory with a name that should warn
people away from running it.
Fixes #64963
2020-09-01 05:34:25 -07:00
Tim Sneath
ba78539bdb
Expand Cupertino library comment ( #64979 )
2020-08-31 19:13:04 -07:00
Ming Lyu (CareF)
28de49e358
Revert "Reland #61998 and update complex_layout ios files ( #64885 )" ( #64990 )
...
This reverts commit df83398687b63762c742e35fbb608d16fee50a7a.
2020-08-31 18:47:08 -07:00
Ming Lyu (CareF)
df83398687
Reland #61998 and update complex_layout ios files ( #64885 )
2020-08-31 17:23:06 -07:00
Jonah Williams
216da410a8
[flutter_tools] add --config-only option to flutter build ios ( #64848 )
2020-08-31 17:23:03 -07:00
Jonah Williams
183a653e37
[flutter_tools] adjust index.html caching and insert cache busting URL in to main.dart.js/sw request ( #64976 )
...
Attempt to bypass aggressive CDN by requesting main.dart.js/sw.js with a query param and defaulting index.html to online first. This will not stop aggressive CDN caching of the index.html
#64968
2020-08-31 17:22:42 -07:00
Mehmet Fidanboylu
66b01c1f29
Revert "Reland "Re-enable the Dart Development Service (DDS) ( #64671 )" ( #64847 )" ( #64981 )
...
This reverts commit c8f234d365de6a7e9b7febfb5b1b01713b26bc44.
2020-08-31 16:09:02 -07:00