Valentin Vignal
43d06c8ea7
Add draggable parameter to ReorderableDragStartListener ( #81396 )
2021-05-11 13:14:03 -07:00
Rick Krystianne Lim
aa81ac6008
Modify CupertinoSearchTextField's prefix icon. ( #81100 )
2021-05-11 13:09:03 -07:00
Nguyen Phuc Loi
3cfbb958b3
[flutter_driver] support log communication for WebFlutterDriver ( #81150 )
2021-05-11 10:44:01 -07:00
Greg Spencer
af3337b676
Add Enter and Tab back in to ios and macos key maps ( #81865 )
...
I noticed that tab traversal stopped working on iOS when #73440 was landed.
It seems to be that the control characters were excluded from the list of logical keys, and so they ended up being generated values.
This PR just adds "Enter" and "Tab" to the list for both macOS and iOS.
2021-05-11 10:23:11 -07:00
Alexandre Ardhuin
df3662b15e
use throwsA ( #82238 )
2021-05-11 10:19:01 -07:00
Michael Goderbauer
7b9a175557
Assert when duplicated keys are introduced in subsequent build ( #81850 ) ( #82201 )
2021-05-11 09:41:02 -07:00
Ian Hickson
55354aa28b
Remove redundant OptionalMethodChannel methods ( #81930 )
2021-05-11 03:24:03 -07:00
Viren Khatri
9ca32820ea
📝 Added toString
tests for flutter/services/text_input.dart ( #82223 )
2021-05-10 23:49:04 -07:00
Michael Goderbauer
2bf42e7047
clean-up analysis_options.yaml's across the repository ( #81986 )
2021-05-10 23:44:02 -07:00
Jonah Williams
886eb3e634
[flutter_tools] remove mocks from ios_device, project, flutter_command test ( #82195 )
2021-05-10 17:44:03 -07:00
Shi-Hao Hong
a7af0b3170
Expose basicLocaleListResolution in widget library ( #81898 )
2021-05-10 17:34:03 -07:00
Sam Rawlins
df15829008
Remove "unnecessary" imports in packages/flutter ( #81000 )
2021-05-10 17:29:03 -07:00
Dan Field
111c6ab136
Fix reuseApplication when ws URI does not end with /
( #82066 )
2021-05-10 16:29:03 -07:00
Michael Goderbauer
b8a2456737
Enable library_private_types_in_public_api lint ( #81578 )
2021-05-10 16:26:16 -07:00
xubaolin
b878b11f0c
Expose the alignment property for DropdownButton and item ( #81282 )
2021-05-10 16:24:03 -07:00
Michael Goderbauer
532a79c857
Integrate package:flutter_lints into templates ( #81417 )
2021-05-10 16:19:04 -07:00
Hans Muller
1d8ab0f0ff
Deprecated ThemeData buttonColor ( #82196 )
2021-05-10 16:18:09 -07:00
Chinmoy
efd3cc5ca7
Tweaked TabBar to provide uniform padding to all tabs in cases where only few tabs contain both icon and text ( #80237 )
2021-05-10 16:14:04 -07:00
Rick Krystianne Lim
457f513f37
Changing SnackBar's dismiss direction ( #77514 )
2021-05-10 16:09:03 -07:00
Anurag Roy
6e08ea0a2c
[flutter_tools] Show linux distribution and kernel release in flutter doctor
( #81368 )
2021-05-10 10:04:02 -07:00
Jonah Williams
bfe16a8640
[flutter_tools] remove even more mocks ( #81618 )
2021-05-10 08:24:03 -07:00
Dan Field
f82794c968
Fix missing logger ( #82064 )
2021-05-08 23:29:03 -07:00
Jia Hao
b3f7ebe069
Init licenses for test bindings ( #81961 )
2021-05-07 17:54:02 -07:00
Jia Hao
099f1162ac
[integration_test] Don't log exceptions twice ( #81812 )
2021-05-07 17:49:02 -07:00
Jenn Magder
783e1dd22c
Standardize build system environment defines derived from build info ( #81879 )
2021-05-07 17:04:02 -07:00
Greg Spencer
dd33283a57
Add some examples of widgets that support visual density ( #81932 )
2021-05-07 15:49:01 -07:00
Emmanuel Garcia
094179e82d
Enable Dart plugin registrant on Desktop only ( #81586 )
2021-05-07 15:36:32 -07:00
Alexandre Ardhuin
9bca38c5e5
remove unnecessary String.toString() ( #81859 )
2021-05-07 14:54:02 -07:00
Kate Lovett
e74c15cac4
Deprecate GestureDetector.kind
in favor of new supportedDevices
( #81858 )
2021-05-07 14:24:03 -07:00
Kate Lovett
4b65c0582a
Reduce potential collisions from Gold RNG ( #81792 )
2021-05-07 14:19:03 -07:00
Dan Field
3101374f60
Revert "Reland GC benchmark changes again ( #82042 )" ( #82059 )
...
This reverts commit 99a947c3e5
.
2021-05-07 13:19:56 -07:00
Dan Field
99a947c3e5
Reland GC benchmark changes again ( #82042 )
2021-05-07 12:29:01 -07:00
Hans Muller
dbc8826816
Revert "Assert when duplicated keys are introduced in subsequent build ( #81850 )" ( #82039 )
...
This reverts commit 3ab799bbc9
.
2021-05-07 10:19:47 -07:00
stuartmorgan
27d1e5892f
Minor cleanup to Linux application template format ( #81561 )
2021-05-07 09:49:03 -07:00
Brett Morgan
4e40976253
Fix dartdoc for SliverAppBar#shadowColor ( #82028 )
2021-05-07 09:06:14 -07:00
Dan Field
c84528d9da
Implement ==/hashCode for ViewConfiguration, avoid unnecessary layer creation/replacement ( #81928 )
2021-05-07 07:09:02 -07:00
xubaolin
562b6f76b3
fix a MaterialApp NNBD issue ( #81529 )
2021-05-07 07:04:03 -07:00
Dan Field
9cc8d78ec7
Small change to doc to trick firebase ( #82017 )
2021-05-07 05:57:27 -07:00
Michael Goderbauer
3ab799bbc9
Assert when duplicated keys are introduced in subsequent build ( #81850 )
2021-05-06 19:49:02 -07:00
Todd Volkert
efc079657b
Allow reuse of NavigatorObserver in Navigator.observers ( #81601 )
2021-05-06 19:39:03 -07:00
Zachary Anderson
04bb954a7d
Revert "Allow users to pass in Xcode build settings as env variables to flutter build macos FLUTTER_XCODE_ ( #81384 )" ( #82004 )
...
This reverts commit 0bba935b76
.
2021-05-06 19:04:23 -07:00
Zachary Anderson
4056ac057d
Revert "Reland GC related bench update ( #81794 )" ( #82005 )
...
This reverts commit 714dea5e03
.
2021-05-06 19:03:59 -07:00
Dan Field
714dea5e03
Reland GC related bench update ( #81794 )
2021-05-06 16:49:04 -07:00
Tyler Norbury
8d04c55577
Point to correct extended integration test driver file ( #81565 )
2021-05-06 16:39:05 -07:00
Jenn Magder
3e6fe491f3
Remove extended attributes from entire Flutter project ( #81435 )
2021-05-06 16:34:04 -07:00
Renan
0bba935b76
Allow users to pass in Xcode build settings as env variables to flutter build macos FLUTTER_XCODE_ ( #81384 )
2021-05-06 16:29:04 -07:00
Jason Simmons
d9014655ab
Deprecate AnimatedSize.vsync ( #81067 )
2021-05-06 16:24:04 -07:00
Sam Rawlins
133a55ae51
Remove "unnecessary" imports. ( #81003 )
2021-05-06 16:19:07 -07:00
Sam Rawlins
9942467828
Remove "unnecessary" imports. ( #80999 )
2021-05-06 16:14:06 -07:00
Zachary Anderson
577f5eb06c
Disable flutter_build_with_compilation_error_test on Windows ( #81951 )
...
For https://github.com/flutter/flutter/issues/81837
https://github.com/flutter/flutter/issues/81950 to re-enabled
2021-05-05 21:25:51 -07:00