Emmanuel Garcia
83a8a575ee
Update dependencies ( #37971 )
2019-08-10 12:38:20 -07:00
Jonah Williams
2185825338
Catch FormatException caused by bad simctl output ( #37958 )
2019-08-10 00:57:23 -07:00
jmagman
78cca6250a
Always install the ephemeral engine copy instead of fetching from CocoaPods specs ( #37906 )
2019-08-09 17:37:11 -07:00
jmagman
0a58610ce7
Clean ephemeral directories ( #37966 )
2019-08-09 17:26:51 -07:00
Shi-Hao Hong
c7814d698d
Add dense property to AboutListTile ( #37882 )
2019-08-09 20:03:09 -04:00
Michael Klimushyn
821602aef3
Revert "Moved the default BinaryMessenger instance to ServicesBinding ( #37489 )" ( #37983 )
...
This reverts commit 92ef2b9ce1d4e54d5efb3e6a962e9e724dc7efeb.
This requires either runApp() or
WidgetsFlutterBinding.ensureInitialized() to have been called before
using any MethodChannels. Plugins broadly rely on MethodChannels and
right now there's no general requirements that they be constructed
within the runApp call, so the ecosystem breakages from this are broader
than originally thought. Reverting for now.
2019-08-09 16:30:30 -07:00
Jonah Williams
77e15103da
Catch failure to create directory in cache ( #37871 )
2019-08-09 16:21:32 -07:00
Justin McCandless
361730ed72
iOS 13 scrollbar vibration ( #37724 )
...
Vibrate when starting scrollbar dragging.
2019-08-09 15:45:15 -07:00
Christian Mürtz
f0354b82e6
Add CheckboxListTile checkColor ( #37636 )
...
* Add checkColor to CheckboxListTile
* Create second paint for drawing check and dash
* Add activeColor test for Checkbox
Co-Authored-By: Shi-Hao Hong <shihaohong@google.com>
2019-08-09 17:28:02 -04:00
Brian Egan
5019321243
Diagrams for API docs rank 10-20 in most views ( #37624 )
2019-08-09 14:22:28 -07:00
Christian Mürtz
f167067d94
Fix TextField cursor color documentation ( #37801 )
2019-08-09 14:18:57 -07:00
Kate Lovett
f3dbefd3ce
Revert "Adding physicalDepth to MediaQueryData & TestWindow ( #37718 )" ( #37938 )
...
This reverts commit 3a2d30813a7d6e701743ab4001f2509c43231f90.
2019-08-09 12:58:59 -07:00
David Martos
526339b63a
Avoid killing Flutter tool process ( #37471 ) ( #37500 )
2019-08-09 11:25:12 -07:00
adazh
92ef2b9ce1
Moved the default BinaryMessenger instance to ServicesBinding ( #37489 )
2019-08-09 10:13:40 -07:00
Brett Morgan
20ecae0e92
Fix markdown link format ( #37715 )
2019-08-09 09:59:24 -07:00
Yegor
9bc298deb6
update dependencies; add a Web smoke test ( #37816 )
...
update dependencies; add a Web smoke test
2019-08-09 09:58:49 -07:00
chunhtai
35532e09f0
hiding original hero after hero transition ( #37341 )
2019-08-09 09:51:22 -07:00
Michael Goderbauer
a6d68ee6dd
remove Header flag from BottomNavigationBar items ( #37870 )
2019-08-08 19:31:28 -07:00
liyuqian
218b113343
Listen to ExtensionEvent instead of TimelineEvent ( #37900 )
...
TimelineEvents may not be sent if there aren't enough to form a group.
Hence we should always use ExtensionEvent as the trigger.
See also https://github.com/flutter/flutter/pull/37503
2019-08-08 18:43:33 -07:00
Michael Goderbauer
a9151779aa
Revert "Add equals and hasCode to Tween ( #37793 )" ( #37895 )
...
This reverts commit b39e315e5cb9a9c51ebdf3242a108084378a1d9b.
2019-08-08 18:15:40 -07:00
Jonah Williams
ba8f0bbb0d
remove references to solo flag ( #37856 )
2019-08-08 16:37:18 -07:00
Jonah Williams
f98df595f3
Restructure resident web runner usage to avoid SDK users that don't support dwds ( #37815 )
2019-08-08 16:36:27 -07:00
Mehmet Fidanboylu
41cc80c5be
Expose the timeline event names so they can be used in other systems that do tracing ( #37863 )
2019-08-08 15:23:08 -07:00
Ferhat
f1ea485018
[web][upstream] Don't register exit/saveCompilationTrace for web platform since they are not available ( #37812 )
...
* Don't register N/A services exit/saveCompilationTrace for web platform
2019-08-08 14:48:07 -07:00
chunhtai
7a236aed12
fix debug paint crash when axis direction inverted ( #37033 )
2019-08-08 14:28:18 -07:00
Tong Mu
55fd5f1561
Fix mouse region crash when using closures ( #37342 )
...
This PR fixes an issue where MouseRegion crashes when being passed with closures instead of methods.
It changes how a RenderMouseRegion handles its MouseTrackingAnnotation.
Instead of creating a new annotation every time it becomes active and destroys it when deactivated, it now creates an annotation during the constructor and holds onto it until the end of its lifecycle.
Instead of directly passing the argument callbacks to the annotation, it proxies them using methods.
2019-08-08 13:36:42 -07:00
Tong Mu
e4a909fb09
Fix mouse region double render ( #37344 )
...
Fix an issue where MouseRegion will render its children twice.
2019-08-08 13:36:03 -07:00
Justin McCandless
62674cee3d
Interactive size const ( #36964 )
...
(Breaking Change) Move some hardcoded pixel values to reusable constants.
2019-08-08 13:29:27 -07:00
jmagman
5ed3b418a1
Add COMPILER_INDEX_STORE_ENABLE=NO to macOS build and tests ( #37806 )
2019-08-07 18:02:06 -07:00
Jonah Williams
8e6205fe1d
Handle thrown maps and rejects from fe server ( #37743 )
2019-08-07 17:00:36 -07:00
liyuqian
3ed10562c8
Doc: Image.memory only accepts compressed format ( #37790 )
...
See https://github.com/flutter/flutter/issues/37423
2019-08-07 15:40:03 -07:00
Michael Goderbauer
b39e315e5c
Add equals and hasCode to Tween ( #37793 )
2019-08-07 15:07:16 -07:00
Kate Lovett
3a2d30813a
Adding physicalDepth to MediaQueryData & TestWindow ( #37718 )
2019-08-07 13:52:16 -07:00
jmagman
e6d94ee40f
Use relative paths when installing module pods ( #37738 )
2019-08-07 12:59:11 -07:00
Jason Simmons
4f302dc18c
Remove unused no-build flag from the flutter run command ( #37735 )
...
The use-application-binary flag can be used to run a previously built
app package.
2019-08-07 12:44:02 -07:00
Tong Mu
b11c5acaa6
Ensure that tests remove pointers by using addTearDown ( #37524 )
...
Guard removePointer with addTearDown to avoid cascading test crash.
2019-08-07 10:16:33 -07:00
Emmanuel Garcia
6fb0325dd6
Remove dead flag ( #37752 )
2019-08-07 10:10:39 -07:00
Ferhat
a32d1ccdce
[web][upstream] Optimize InactiveElements deactivation ( #37712 )
2019-08-07 09:55:37 -07:00
Michael Goderbauer
4cf1a3504b
Remove bogus code in ContainerParentDataMixin.detach ( #37479 )
2019-08-07 09:22:51 -07:00
Christopher Fujino
39a04dcd7f
Support macOS Catalina-style signing certificate names ( #37733 )
2019-08-07 09:18:11 -07:00
Emmanuel Garcia
c08a3c7a0a
Add metadata to indicate if the host app contains a Flutter module ( #37731 )
2019-08-06 22:38:09 -07:00
Darren Austin
4c8fc7817b
Added ThemeData.from() method to construct a Theme from a ColorScheme ( #37355 )
...
Provide a new ThemeData.from() method that constructs a Theme based off the colors in a given ColorScheme.
2019-08-06 14:25:34 -07:00
Dan Field
10cf84f7a1
Kill stale TODO ( #37516 )
2019-08-06 13:29:33 -07:00
Ferhat
920961abc8
[web][upstream] Fix debugPrintStack for web platform ( #37638 )
...
* [web][upstream] Fix debugPrintStack for web platform
Fixes: https://github.com/flutter/flutter/issues/37488
2019-08-06 13:22:40 -07:00
masashi-sutou
626ca086d0
Recommend to use the final version of CDN support for the CocoaPods trunk specs repo ( #36237 )
2019-08-06 13:19:42 -07:00
walsha2
107f36548a
Closes #37593 Add flutter_export_environment.sh to gitignore ( #37595 )
2019-08-06 13:18:41 -07:00
sjindel-google
0564f0a812
Tests for Engine ensuring debug-mode apps are attached on iOS. ( #37043 )
...
This PR contains the tests for flutter/engine#10186 .
2019-08-06 20:08:09 +02:00
Jonah Williams
91b8dcbc90
fix windows path for dwds ( #37658 )
2019-08-06 10:03:42 -07:00
Jonah Williams
fef69b2044
Partial macOS assemble revert ( #37664 )
2019-08-06 09:15:50 -07:00
Zachary Anderson
0bba472858
[flutter_tool] Remove unintended analytics screen send ( #37514 )
2019-08-06 09:08:43 -07:00