chunhtai
ed82bb821c
revert add new enum change ( #44281 )
2019-11-06 11:07:24 -08:00
Kaushik Iska
8e8add524e
[flutter_tool] Screenshot command must require device only for _kDeviceType ( #44227 )
...
There are cases where we have access to the observatory without having a device connection accessible.
2019-11-06 10:59:29 -08:00
Gary Qian
8cd892b39b
Use alphabetic baselines for layout of InputDecorator ( #44029 )
2019-11-06 10:50:16 -08:00
Jonah Williams
2110dfe0f5
remove yield from inherited model ( #44233 )
2019-11-06 10:38:56 -08:00
James D. Lin
1f0c3d462e
Make ProjectFileInvalidator injectable ( #44200 )
...
Allow ProjectFileInvalidator to be overridden with a different
implementation.
I stole this from https://github.com/flutter/flutter/pull/39217 .
2019-11-05 21:40:48 -08:00
xster
cf95cd4394
Add v1 plugin register function into v2 plugin template ( #44166 )
2019-11-05 20:03:50 -08:00
chunhtai
7aebde1904
added new lifecycle state ( #39945 )
...
* added new lfecycle state
* update
* update
2019-11-05 20:03:09 -08:00
Michael Klimushyn
02aac5072c
Revert "Exit tool if a plugin supports the embedding v2 but the app doesn't ( #44026 )"
...
This missed some plugins that _do_ support the v1 embedding
(shared_preferences as one known case) so caused unexpected breakages.
This reverts commit b94c1a41ca63df3b2efb41ea6c8ed0f9bcf669af.
2019-11-05 14:38:09 -08:00
LongCatIsLooong
a9fc9e561a
Apply minimumDate & maximumDate constraints in CupertinoDatePicker date mode ( #44149 )
2019-11-05 14:16:55 -08:00
Kaushik Iska
7dceec21f7
[flutter_tool] --flutter_runner will download the debug symbols ( #44119 )
...
This makes the flutter tool download the debug symbols for Flutter and Dart runners to be used in Fuchsia dev environment.
2019-11-05 14:07:48 -08:00
xster
ba26f926c7
Add Android embedding version analytics ( #44043 )
2019-11-05 12:38:42 -08:00
Shi-Hao Hong
1663fde347
Wire selectedItemBuilder through DropdownButtonFormField ( #44160 )
2019-11-05 12:32:03 -08:00
Taufiq Rahman
4bf2e55790
Adjust and refactor all RaisedButton tests into its respective file ( #44169 )
2019-11-05 12:29:39 -08:00
Jonah Williams
e5af60c83e
Remove flutter.yaml migration code ( #44146 )
2019-11-05 12:28:03 -08:00
Zachary Anderson
372fe290e4
[flutter_tool] Update analytics policy, send event on disable ( #43217 )
2019-11-05 10:43:52 -08:00
Yegor
f6eb129597
fix text tests on the web ( #44021 )
2019-11-05 10:05:16 -08:00
Justin McCandless
9734754aad
CupertinoContextMenu (iOS 13) ( #43918 )
...
Adds the CupertinoContextMenu widget for iOS 13 support.
2019-11-05 07:55:54 -08:00
Edman P. Anjos
28b5cc3825
Pad CupertinoAlertDialog with MediaQuery viewInsets ( #42967 )
...
Fixes #42049 .
2019-11-05 11:50:30 +01:00
Taufiq Rahman
3390e162cf
Adjust and refactor all FlatButton
tests into its respective file ( #43742 )
...
* Adjust and refactor all FlatButton tests into its respective file
2019-11-04 18:22:01 -08:00
umevoshi
d96afee888
Fix comment typo in tabs.dart ( #44068 )
2019-11-04 17:33:23 -08:00
Thalles Santos
0431c8a64d
Typo in TextFormField comments ( #44076 )
...
initalValue should be initialValue
2019-11-04 17:32:41 -08:00
Kate Lovett
11e1c24069
SliverAppBar - Configurable overscroll stretch with callback feature & FlexibleSpaceBar support ( #42250 )
2019-11-04 17:10:26 -08:00
Jonah Williams
0f6c093d68
Remove Source.behavior, fix bug in depfile invalidation ( #43945 )
...
* remove Source.behavior, fix bug in depfile invalidation
* more cleanup of assets
* Add skip
* address comments
* Update build_system.dart
2019-11-04 16:37:43 -08:00
LongCatIsLooong
bbb2a0f837
Update cupertino demos in gallery ( #43841 )
2019-11-04 16:31:52 -08:00
Emmanuel Garcia
76957c9da8
build aar prints how to consume the artifacts ( #44127 )
2019-11-04 16:28:27 -08:00
Dan Field
7957c56997
Respond to TextInputClient.reattach messages. ( #43959 )
2019-11-04 16:28:03 -08:00
Emmanuel Garcia
b94c1a41ca
Exit tool if a plugin supports the embedding v2 but the app doesn't ( #44026 )
2019-11-04 13:37:51 -08:00
Nurhan Turgut
97cf355b9d
Adding handling of TextInputClient.onConnectionClosed messages handli… ( #43466 )
...
* Adding handling of TextInputClient.onConnectionClosed messages handling to Framework
* Adding more test cases for closing connection to editable_text_test
* fixing analyze error.
* Fixing analyze error in the test file
* Fixing comments on the new method
* Adding more closing connection examples.
* Indentation change
* Remove auto-add white space
* Changing the oncloseconnection behaviour to stop editing. Updating the tests
* Addressing PR comments. Added explicit log for method channnels to the tests. Added comments to the interfaces.
* add more documentation
2019-11-04 13:35:18 -08:00
Jonah Williams
3422540bc4
copy chrome preferences to seeded data dir ( #44032 )
2019-11-04 09:09:20 -08:00
Jonah Williams
df0501c7d3
remove services code ( #44052 )
2019-11-04 09:08:57 -08:00
Jonah Williams
5e1bb20c83
support --no-resident on the web ( #44028 )
2019-11-04 09:08:40 -08:00
Emmanuel Garcia
ee032f67c7
flutter build aar should also build plugins as AARs ( #43994 )
2019-11-02 09:46:25 -07:00
Jonah Williams
f1186b0758
Asset server fix for sourcemaps ( #44017 )
2019-11-01 22:33:52 -07:00
Emmanuel Garcia
ade8dfac3d
Move the plugin registrant to io.flutter.plugins and add the @Keep annotation ( #44011 )
2019-11-01 16:58:26 -07:00
NikitaZhelonkin
fbabb264e0
Add enableFeedback param to MaterialButton, RawMaterialButton and IconButton ( #41972 )
...
* Wire enableFeedback parameter through MaterialButton, RawMaterialButton, and IconButton.
Co-Authored-By: Shi-Hao Hong <shihaohong@google.com>
2019-11-01 15:36:07 -07:00
Jenn Magder
2e7d9130b2
Observe logging from VM service on iOS 13 ( #43915 )
2019-11-01 14:37:17 -07:00
Shi-Hao Hong
bf45897f13
Revert "Implement AlertDialog title/content overflow scroll #43226 " ( #44003 )
2019-11-01 11:30:58 -07:00
Brian Egan
2e41483384
Add "navigator" option to "showDialog" and "showGeneralDialog" ( #42842 )
2019-11-01 11:16:32 -07:00
Jonah Williams
71740bef74
remove listDartSources ( #43950 )
2019-11-01 11:06:24 -07:00
Jonah Williams
7d4a968f0c
make more spinner tests not flaky ( #43955 )
2019-11-01 10:55:15 -07:00
Jonah Williams
0cd8cef8f5
require awaiting Testbed.run ( #43952 )
2019-11-01 10:55:04 -07:00
creativecreatorormaybenot
8d5caf3df2
Fix typo in app_bar.dart comment ( #43981 )
2019-11-01 10:16:11 -07:00
Emmanuel Garcia
dea35da040
Log additional Android build failures ( #43941 )
2019-11-01 10:06:23 -07:00
Justin McCandless
924e48eeb9
Increase TextField's minimum height from 40 to 48 ( #42449 )
...
This is being done to match the Material spec. It will likely break many visual diff tests.
2019-11-01 12:36:15 -04:00
LongCatIsLooong
3cd8c3142c
Update CupertinoSlidingSegmentedControl control/feedback mechanism ( #43932 )
2019-10-31 19:35:52 -07:00
Jonah Williams
a192e29603
check for instanceof instead of runtimeType and wait for testbed ( #43870 )
2019-10-31 19:31:42 -07:00
Greg Spencer
3a30722fda
Add convenience accessor for primaryFocus ( #43859 )
...
This adds accessors for WidgetsBinding.instance.focusManager and WidgetsBinding.instance.focusManager.primaryFocus so that they can be more easily found in IDEs and accessed.
This adds a top level getter for WidgetsBinding.instance.focusManager.primaryFocus called primaryFocus, and a static accessor FocusManager.instance that returns WidgetsBinding.instance.focusManager.
2019-10-31 18:02:31 -07:00
Jonah Williams
a60a47ae2c
Serve correct mime type on release dev server ( #43907 )
2019-10-31 14:57:34 -07:00
Gary Qian
f9b8d688cf
Reorder show and setEditingState calls to the IMM ( #43865 )
2019-10-31 13:28:48 -07:00
Emmanuel Garcia
175b37247d
Refactor gradle.dart ( #43479 )
2019-10-31 13:19:15 -07:00