10531 Commits

Author SHA1 Message Date
Zachary Anderson
d6d874474b
[fuchsia] Fixes for Fuchsia hot reload (#16317) v0.2.10 2018-04-06 13:23:16 -07:00
Jonah Williams
037a4aef16
Un(less)conditionally schedule first callback frame when creating ticker (#16261)
* always schedule first frame when creating ticker, regardless of phase or frame
2018-04-06 13:09:07 -07:00
Todd Volkert
06ed3622a3
Roll engine to d2b69fec751d6d11f62019c863b2cba4ce575bfe (#16307) 2018-04-06 10:09:16 -07:00
David Shuckerow
c02ad6fd41
Make no-op buttons more accessible by showing a SnackBar when they're pressed (#16284)
* Remove explicit child nodes

* Remove semantics on no-op menu buttons

* Add a dummy action to the overflow bar
2018-04-06 10:00:38 -07:00
David Shuckerow
cb3df70da6
Spelling (#16210) 2018-04-06 10:00:06 -07:00
Mikkel Nygaard Ravn
731ed1b11b
Make flutter.gradle support Flutter used as lib (#16300) 2018-04-06 13:11:47 +02:00
Chris Bracken
2134adce6d
Roll engine to aa9ce7092801e7ed8f3f86df0d1067279d13784d (#16289)
Includes:
* Add armv7 support to create_ios_framework script (#4942)
* Roll Dart to version 09e1766e6caa537e1271fbce04ebcbf8212b6569 (#4941)
2018-04-05 17:33:16 -07:00
Greg Spencer
6055c56e23
Rename chip's border attribute to shape for consistency. (#16276)
This renames the chip's border attribute to 'shape' so that it is consistent with the other places where we supply a ShapeBorder.

This is a breaking change, but a very small one: the border attribute was introduced only a few months ago, and is not widely used.
2018-04-05 16:16:00 -07:00
Hans Muller
af9e15f361
Added BeveledRectangleBorder ShapeBorder (#16279) 2018-04-05 16:02:47 -07:00
Siva
d0c0426007
Roll engine to version be070599a30413bd203f2d77d2179220c5569c08 (#16264)
* Roll engine to version be070599a30413bd203f2d77d2179220c5569c08
(includes a roll of dart to version 3e6b8717fedce5cc28a21616f4591683c211f752
2018-04-05 14:06:00 -07:00
Mikkel Nygaard Ravn
06b208f353
Make Podfiles work with Cocoapods 1.5.0 (#16273) 2018-04-05 22:47:03 +02:00
Hans Muller
c7d982eba3
Updated appearance of filled TextFields - added UnderlineInputBorder.borderRadius (#16272) 2018-04-05 12:08:11 -07:00
Jason Simmons
24bfbeb246
Handle whitespace in entry values in the AAPT badging parser (#16245)
Fixes https://github.com/flutter/flutter/issues/16200
2018-04-05 10:24:05 -07:00
David Shuckerow
3aebc070e8
a11y adjustments for the Bottom app bar demo (#16238) 2018-04-05 09:43:27 -07:00
Sarah Zakarias
7010bd416c
Play butterfly video from asset instead of network (#16269) 2018-04-05 14:40:56 +02:00
Martin Kustermann
2fa8baada6
Run test coverage in dart2 again (#15932) 2018-04-05 10:25:04 +02:00
Chris Bracken
980d55a53c
Roll engine to 23c0b7bbf77762d774cb96f93af0016776ec60c4 (#16254)
Includes:
* Revert "Roll dart to 4bcf8ad411bd90da16d44ad399bf350e8423eac9" (flutter/engine#4936)
* libtxt: render fake bold text if a bold font is not available (flutter/engine#4933)
* Set FlutterTexture copyPixelBuffer return nullable (flutter/engine#4934)
* Roll dart to 4bcf8ad411bd90da16d44ad399bf350e8423eac9 (flutter/engine#4929)
2018-04-04 19:09:43 -07:00
Yegor
eb69a20c0a
fix date/time picker borders (#16240) 2018-04-04 16:39:25 -07:00
Siva
3a5ed64f7f
Revert "Roll engine to version 58d6ea360ee8454dc1ee442d69408d66fe088a03 (#16236)" (#16252)
This reverts commit e9d1c8e4450c0d4d6c2be8a32f2a7dccffde1598.
2018-04-04 16:19:08 -07:00
Siva
e9d1c8e445
Roll engine to version 58d6ea360ee8454dc1ee442d69408d66fe088a03 (#16236) 2018-04-04 14:55:05 -07:00
ztplz
47a576b296 Add disable Cupertino Switch example (#15853)
* Add disable Cupertino Switch example

* keep trailing commas consistent

* fix Cupertino Switch example linter error
2018-04-04 14:42:35 -07:00
Chris Bracken
13c6ee4f26
Roll engine to ac4089145203a19d317747c32c9114dd4894aa82 (#16232)
Includes:
* libtxt: add missing dependency for Mac/iOS builds (flutter/engine#4931)
* libtxt: use Helvetica as a fallback font on iOS 8 and earlier (flutter/engine#4930)
* Make Rect.largest match the "largest" rect used in DefaultLayerBuilder (flutter/engine#4926)
* [vulkan] Add VK_ERROR_NOT_PERMITTED_EXT
* Roll buildroot to 8dddd90bf943a8174913564353b30a3b11ee0f7a (flutter/engine#4928)
* Set the asset bundle path when initializing the shell in the embedder API (flutter/engine#4925)
2018-04-04 13:31:13 -07:00
Jonah Williams
5125c43247
re-enable verify only test failure and update deps. (#16090)
* re-enable verify-only failing test for out of sync deps and update deps to latest version
2018-04-04 10:52:46 -07:00
Konstantin Scheglov
4658ec0f9c
Extract checking IntelliJ packages into a helper and use for Android Studio. (#16198) 2018-04-04 10:48:46 -07:00
xster
48478b5952
Remove DevToolsSecurity check from initial flutter doctor (#16007) 2018-04-04 10:35:38 -07:00
Jonah Williams
ae96e81ce4
export RawKeyEvent from RawKeyboardListener (#15956)
Adds an export of the RawKeyEvent type from the RawKeyboardListener library, since it is required by the API
2018-04-04 10:06:10 -07:00
Todd Volkert
d4084cde7d
Revert "Adds Java EE module to SDK manager calls" (#16227)
This reverts https://github.com/flutter/flutter/pull/16035
2018-04-04 09:46:26 -07:00
Devon Carew
aa55f50ddb
update intellij metadata in template files (#16211) 2018-04-04 09:36:34 -07:00
Adam Barth
3ff25c7792
Add _PointerState#toString (#16197)
This method makes it easier to debug issues involving broken pointer
states.
2018-04-04 09:03:56 -07:00
Devon Carew
13bafba994
add a period after xcode build done (#16209) 2018-04-04 07:22:58 -07:00
Greg Spencer
7a6a65a597
Adding all the different types of chips, along with their complex behaviors (#16039)
This implements various different chip types: There are now the InputChip, ChoiceChip, FilterChip, ActionChip, and the original vanilla Chip, all of which have different uses. They can be customized in a number of ways. See their docs for more information.

Also fixes #16083
2018-04-03 19:31:08 -07:00
David Shuckerow
68c77e37e2
Add a bottom app bar to the floating action button motion demo. (#16196) 2018-04-03 19:30:14 -07:00
Hans Muller
b8629bab8d
Made Card's margin configurable (#16203) 2018-04-03 17:41:58 -07:00
Greg Spencer
6c896ae1f6
Add AnimatedChildSwitcher widget (#16192)
The AnimatedChildSwitcher widget (originally authored by Hixie), will cross-fade between a new child, and a previous child (or children, if the switch happens faster than the fade finishes).

It's a good candidate for places where a widget will be added/removed from a slot, and you want a nice transition to occur.
2018-04-03 16:27:32 -07:00
Hans Muller
f3c742c8a6
Added BottomAppBar docked FloatingActionButtonLocations (#16167)
* Added BottomAppBar docked FloationActionButtonLocations

* Moved the startTop FloatingActionButtonLocation to the demo

* fixed a typo
2018-04-03 14:25:06 -07:00
xster
a80d557bbf
The options hash param was on the wrong line (#16194) 2018-04-03 13:03:42 -07:00
Alexander Aprelev
d6be4f5553
Fix powershell cat invocation to ensure correct encoding and line ending. (#16193)
* Fix powershell cat invocation to ensure correct encoding and line ending.

* Restore original flow for non-Windows platforms

* Reformat code to get rid of multi-line ?: expression

* Double quotes to single quotes
2018-04-03 12:47:54 -07:00
Greg Spencer
487e6bc91e
Adding onTapDown and onTapCancel to InkWell (#16190) v0.2.9 2018-04-03 10:59:12 -07:00
Hans Muller
5e9424419e
updated_card (#16187) 2018-04-03 10:35:07 -07:00
Darshan Baid
6c8c824e28 Updated color to use theme accentColor (#16079) 2018-04-03 08:21:18 -07:00
Hans Muller
6a080aa950
Fix ExtendedFloatingActionButton width (#16168) 2018-04-03 08:14:06 -07:00
Mikkel Nygaard Ravn
0a4c116683
Add code samples for invokeMethod (#16150) 2018-04-03 16:50:55 +02:00
Alexandre Ardhuin
f8998091c8
Add new lints added by linter-0.1.45 and linter-0.1.46 (#16094)
* add new lints from linter-0.1.45

* add new lints from linter-0.1.46
2018-04-03 08:51:23 +02:00
Todd Volkert
62b631102f
Roll engine to 04f3c6557c02879191a558320ed8ec81f8b2b619 (#16170) 2018-04-02 23:06:48 -07:00
Luke
0c18d29643 Adds Java EE module to SDK manager environment to stop missing xml library exception when checking for licenses. (#16035) 2018-04-02 23:06:28 -07:00
Anatoly Pulyaevskiy
78434580d2 Upgrade quiver to 0.28.1 in flutter_test to fix usage of Maps (#16132) 2018-04-02 22:26:49 -07:00
Ohad Rau
e1946f1f68 Fix absolute shebangs in install scripts (#16135)
* Fix absolute shebang in /bin/flutter

* Fix absolute shebang in bin/internal/update_dart_sdk.sh
2018-04-02 22:21:04 -07:00
xster
b397406561
Let CupertinoTabScaffold's tab be programmatically selectable (#16040)
* Let CupertinoTabScaffold's tab be programmatically selectable

* Re-use the tab bar's index instead

* review
v0.2.8
2018-04-02 13:53:20 -07:00
Victor Choueiri
68728e9f98 Better error message when TextField is not in a Material (#16147)
Added a call to debugCheckHasMaterial() at the start of TextField's build method.
2018-04-02 11:28:39 -07:00
Hans Muller
f069878618
Update indeterminate LinearProgressIndicator (#16106) 2018-04-02 10:07:12 -07:00