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
Chris Yang
333c961884
Extract common PlatformView functionality: Gesture and PointerEvent ( #37497 )
2019-08-06 09:05:29 -07:00
Liam Appelbe
0cd0c66021
Change priority of gen_snapshot search paths ( #37647 )
2019-08-06 08:45:08 -07:00
Emmanuel Garcia
f3690d153b
Update packages
2019-08-06 06:19:42 -07:00
Jonah Williams
64f1ac98f9
add missing library to build.gn ( #37654 )
2019-08-05 22:57:09 -07:00
Jonah Williams
2aa1b6d1ba
Dont call Platform.operatingSystem in RenderView diagnostics ( #37637 )
2019-08-05 22:13:21 -07:00
Jonah Williams
caa56d6ac4
enable track widget creation on debug builds ( #37512 )
2019-08-05 22:07:35 -07:00
Jonah Williams
a785db78fb
Reland "Integrate dwds into flutter tool for web support ( #34252 )" ( #37649 )" ( #37650 )
2019-08-05 16:51:57 -07:00
Ferhat
b43e3103ee
Update diagnostics to support web platform ( #37634 )
2019-08-05 16:09:30 -07:00
Jonah Williams
433436e1ee
Revert "Integrate dwds into flutter tool for web support ( #34252 )" ( #37649 )
2019-08-05 15:58:04 -07:00
Zachary Anderson
500d7c50df
[flutter_tool] Additional flutter manifest yaml validation ( #37422 )
2019-08-05 13:14:57 -07:00
Jonah Williams
4ccd81199f
Integrate dwds into flutter tool for web support ( #34252 )
2019-08-05 12:41:58 -07:00
Danny Tuppeny
aa9ca8fc5e
Ensure user-thrown errors have ErrorSummary nodes ( #36857 )
2019-08-05 18:10:31 +01:00
Ferhat
7c27142e58
Upstream web support for IterableProperty<double> ( #37515 )
...
* Upstream web support for IterableProperty<double>
2019-08-05 09:04:56 -07:00
rami-a
35b6d668e1
[Material] Create material Banner component ( #36880 )
...
This PR creates a new material widget for the Banner component. This includes a theme as well. This widget can be dropped into any application, ideally at the top of a listview or scrollview.
2019-08-05 09:41:09 -04:00
MH Johnson
da8c7a9756
[Material] Add support for hovered, pressed, focused, and selected text color on Chips. ( #37259 )
...
* Chip keeps track of state, resolves text color
2019-08-03 12:52:00 -04:00
stuartmorgan
abe67b4a1f
Don't enable scroll wheel when scrolling is off ( #37211 )
...
NeverScrollableScrollPhysics should prevent all scrolling, but the new
scrollwheel codepath wasn't checking it.
Fixes #35304
2019-08-02 20:08:43 -07:00
stuartmorgan
018d45dc06
Use macOS ephemeral directory for Pod env script ( #37509 )
...
On macOS, any file that isn't intended to be checked in should be in the
ephemeral directory.
2019-08-02 16:44:04 -07:00
liyuqian
7f77f0177a
Quickly fix start up tests ( #37503 )
...
The hack here is to flush the timeline events so the host that
waits for the 'Rasterized first useful frame' event won't hang.
Previously 'Widgets built first useful frame' didn't cause this
trouble because the GPU thread will naturally add more events later
and cause a fresh. The `Rasterized...` event, however, is likely
to be the last (or nearly the last) event during the app start up.
rmacnak and I will figure out a better way to fix it next week.
We're having this quick hack now to fix our device lab performance
tests so we won't miss the data points.
2019-08-02 16:27:28 -07:00
Christopher Fujino
5fb2d2aeea
have xcodeSelectPath also catch ArgumentError ( #37521 )
2019-08-02 16:08:49 -07:00
Emmanuel Garcia
40c5cc9708
Find the app bundle when the flavor contains underscores ( #37457 )
2019-08-02 16:02:46 -07:00
Emmanuel Garcia
80ee3dd04c
Print message when HttpException is thrown after running flutter run
( #37440 )
2019-08-02 16:02:02 -07:00
Justin McCandless
5c48d90691
Multiline Selection Menu Position Bug ( #36974 )
...
Fix bug where selection menu appeared at top of screen for multiline inputs.
2019-08-02 15:40:11 -07:00
Jenn Magder
975156e91c
If xcode_backend.sh script fails or substitute variables are missing, fail the host Xcode build ( #37449 )
2019-08-02 13:01:25 -07:00
MH Johnson
4a9b687a03
[Material] FAB refactor - remove unnecessary IconTheme ( #37269 )
...
* Remove unneeded IconTheme from FAB
2019-08-02 14:16:34 -04:00
chunhtai
5df17acb1f
add ontap to textformfield ( #37403 )
2019-08-02 10:34:39 -07:00
Hans Muller
873de56228
Update constructor APIs TooltipTheme, ToggleButtonsTheme, PopupMenuTheme ( #37338 )
...
* Update constructor APIs TooltipTheme, ToggleButtonsTheme, PopupMenuTheme
The constructor signatures for TooltipTheme, ToggleButtonsTheme, PopupMenuTheme have been incompatibly changed. They now require just one theme data parameter.
2019-08-02 10:11:38 -07:00
Justin McCandless
954714c967
Hide text selection handle after entering text ( #37436 )
...
The text caret wasn't being hidden after entering text, this fixes it.
2019-08-02 10:10:39 -07:00
Chris Yang
9553f8daa7
Extract common PlatformView functionality: Painting and Semantics ( #36955 )
...
* painting and semantics
* more comments
* fixing ci
* review fixes
* add assert for id
* rename custom layer factory to layer builder
* review updates
* partial review fixes
* some doc updates
* more doc updates
* only expose getter for id in PlatformViewController
* doc updates/removing all the references
* remove extra
* more doc updates
* some doc updates
* more doc fixes
* review fixes
2019-08-02 10:07:59 -07:00
Liam Appelbe
0cf4033404
Switch iOS gen_snapshot from multi-arch binary to multiple binaries ( #37445 )
...
* Switch iOS gen_snapshot from multi-arch binary to multiple binaries
* Make snapshotterPath mutable
2019-08-02 07:43:07 -07:00
Dan Field
84fe2adedb
Nosuchmethod window ( #37417 )
2019-08-01 20:04:49 -07:00
stevemessick
93dd90fc1a
Add .android/Flutter/flutter.iml to module template. ( #37405 )
2019-08-01 15:47:00 -07:00
chunhtai
eddcc6bb25
reland Enable selection by default for password text field and expose api to turn on and off context menu options ( #37324 )
2019-08-01 14:19:04 -07:00
Yegor
58e507ba15
Change the value of kMaxUnsignedSMI for the Web ( #37266 )
...
* Sync the value kMaxUnsignedSMI for the Web
* update events.dart docs
2019-08-01 13:37:15 -07:00
Chinmay Garde
9ea78d4488
Revert "Remove multi-arch check in iOS builds ( #37407 )" ( #37413 )
...
This reverts commit 58092195091298b5112f4f935a743de2f77d1458.
2019-08-01 11:43:32 -07:00
Liam Appelbe
5809219509
Remove multi-arch check in iOS builds ( #37407 )
...
* Remove multi-arch check in iOS builds
* Manual roll of https://github.com/flutter/engine/pull/10010
2019-08-01 11:16:21 -07:00
Tong Mu
5bb8d8fcde
Split Mouse from Listener ( #36217 )
...
- Splits on{Enter,Hover,Exit} from Listener to MouseRegion. Deprecated API is kept for compatibility.
- Splits on{Enter,Hover,Exit} from RenderPointerListener to RenderMouseRegion.
2019-08-01 11:06:50 -07:00
GroovinChip
ced207836b
Improve Windows build failure message ( #36845 )
...
* Improve Windows build failure message
* Undo dartfmt to match source formatting
* Removed prompt to file new issue per PR change request
2019-08-01 10:32:38 -07:00
Majid Hajian
7244cbb9b2
add line-length to flutter format commandline ( #36679 )
2019-08-01 10:27:41 -07:00
Jonah Williams
cf6613583d
only build macOS kernel in debug mode ( #37365 )
2019-08-01 09:23:40 -07:00
Zachary Anderson
2b03e2089d
[flutter_tool] Add missing toString() ( #37331 )
2019-08-01 09:23:05 -07:00
Yegor
ea32385162
Fix some tests now that the isMultiline flag is added to values ( #37328 )
2019-08-01 07:33:20 -07:00