Todd Volkert
0206a9150f
Add "android-stable" as a named version ( #6620 )
2016-11-01 12:28:47 -07:00
Devon Carew
b9e7ee88d8
Remove atom check ( #6605 )
...
* remove the validator check for atom
* remove the atom launch config
* review comments
2016-11-01 11:46:30 -07:00
Chris Bracken
438f4df00c
Improve comment spelling consistency ( #6622 )
2016-11-01 09:20:52 -07:00
John McCutchan
5f57d87aa3
Disable features of flutter run that depend on the service protocol when running in release mode ( #6571 )
2016-11-01 15:50:47 +01:00
Ian Hickson
4046db9866
Some more documentation in the material lib ( #6617 )
2016-10-31 23:01:39 -07:00
Ian Hickson
df3fff97ed
Apply review comments from #6612 . ( #6616 )
...
TBR @abarth
2016-10-31 22:46:22 -07:00
Ian Hickson
9d64dcc7f7
The documenting will continue... ( #6613 )
...
...until people understand them.
2016-10-31 22:27:13 -07:00
Ian Hickson
ab688b29ac
Make Scaffold.of() more helpful when it can't find a Scaffold ( #6612 )
2016-10-31 22:07:33 -07:00
Ian Hickson
5ded244d55
flutter create template: build comment ( #6611 )
2016-10-31 21:59:20 -07:00
Ian Hickson
5fb692124c
Loader improvements ( #6615 )
2016-10-31 21:58:27 -07:00
Ian Hickson
a33b70ed33
Clean up 'flutter run' output. ( #6610 )
...
Fixes #4166 .
Fixes #5120 .
Fixes #5399 .
Fixes #6507 .
2016-10-31 21:57:59 -07:00
Adam Barth
4b037fd65f
Simplify and test TransitionRoute.completed ( #6601 )
...
We now create the Completer inside TransitionRoute, as with the popped
completer. Also, test that this future resolves at the appropriate time.
2016-10-31 16:46:54 -07:00
Chris Bracken
602e861b15
Propagate text theme to Tooltip dark theme ( #6595 )
...
Also eliminate unused accentColor-related properties.
2016-10-31 16:36:58 -07:00
Jason Simmons
960989e943
Remove "Instance of ServiceEvent" logs from flutter tool ( #6600 )
2016-10-31 14:14:51 -07:00
Ian Hickson
cf2b732c0f
Make popUntil docs more consistent with reality. ( #6599 )
2016-10-31 12:33:01 -07:00
Dan Rubel
b60d096bbb
show install progress during flutter run ( #6594 )
2016-10-31 13:56:00 -04:00
Chris Bracken
be6458cc91
Apply a dark theme to Tooltip contents ( #6572 )
...
Use the typography specified in the theme rather than Typography.white.
2016-10-31 10:37:34 -07:00
Adam Barth
018ab3f65b
Default child lists to empty lists ( #6592 )
...
Fixes #6591
2016-10-30 20:10:33 -07:00
Ian Hickson
07f9998743
Merge in all information from the layout models docs ( #6588 )
...
This makes https://flutter.io/basic-widgets/#layout-models redundant
with the dartdocs.
2016-10-28 20:33:03 -07:00
Adam Barth
030f623a84
Prevent flutter create from running inside SDK ( #6587 )
...
Fixes #6480
2016-10-28 20:29:19 -07:00
Ian Hickson
0288390814
Theme doc improvements ( #6585 )
2016-10-28 17:35:54 -07:00
Adam Barth
70eb4929af
Stop downloading sky_services and flutter_services ( #6583 )
...
These aren't needed anymore.
2016-10-28 16:25:05 -07:00
Adam Barth
7e539fea01
Remove flutter run_mojo ( #6584 )
...
This command is no longer needed. Also, remove some stray references to Mojo.
2016-10-28 16:24:57 -07:00
Jason Simmons
b41645cc17
Catch and log any exceptions thrown by an app's gesture recognizer callbacks ( #6542 )
...
If a recognizer is interrupted by an exception from a callback, it could be
left in an inconsistent state and be unable to process future events
2016-10-28 14:37:17 -07:00
Adam Barth
30d7326b03
Tap on dropdown button in tests does not work ( #6566 )
...
The theme fallback mechanism was busted by the shadowThemeOnly change.
Fixes #6562
2016-10-28 12:26:33 -07:00
Phil Quitslund
639ba0ddcb
Bump Dart SDK to latest (1.21.0-dev.2.0). ( #6541 )
2016-10-28 17:56:55 +02:00
Ian Hickson
a77f725504
Try to improve our docs regarding State. ( #6573 )
2016-10-28 00:10:28 -07:00
Dan Rubel
abba2ebc4e
cleanup test logger usage ( #6560 )
2016-10-27 22:52:59 +01:00
Dan Rubel
311d371a97
display ANDROID_HOME env var in flutter doctor ( #6558 )
2016-10-27 22:24:50 +01:00
Dan Rubel
abb0a14ace
remove Atom from the list of IDE support to install ( #6556 )
2016-10-27 22:23:19 +01:00
Chris Bracken
ea5fd81557
Use dark theme in GridTileBar ( #6527 )
...
* Use dark theme in GridTileBar
Reduce IconTheme, Typography hardcoding by applying a dark theme to the
contents. This is still not ideal; the theme brightness should really be
driven by backgroundColor.
* Add back IconTheme
Since IconTheme.of() finds the closest IconTheme, not the closest
IconTheme or Theme (which specifies IconThemeData), the previous commit
doesn't necessarily override any IconThemes futher up the tree.
2016-10-27 13:15:10 -07:00
Ian Hickson
e0515f310b
Tweaks to the Flex documentation. ( #6547 )
2016-10-27 12:50:12 -07:00
Dan Rubel
7acc996547
update Android device detection to handle adb error messages ( #6521 )
2016-10-27 12:06:47 +01:00
Dan Rubel
ca90656fba
catch VMService connection exception ( #6526 )
2016-10-27 09:14:41 +01:00
Dan Rubel
0b49d81cb2
flutter devices/doctor report Android (and iOS) version ( #6545 )
...
* refactor device descriptions method - easier to add columns
* show device SDK version
2016-10-27 09:07:21 +01:00
Dan Rubel
949e27ae8f
improve flutter create error message ( #6525 )
2016-10-26 19:11:55 +01:00
Adam Barth
18071fd723
Update engine ( #6536 )
2016-10-25 17:10:08 -07:00
Adam Barth
0fe5051fce
Handle lifecycle and navigation platform messages ( #6524 )
...
Soon the engine will send this information through platform messages.
2016-10-25 12:52:19 -07:00
Jason Simmons
617fa8c3a9
Engine roll with updates to the ParagraphBuilder constructor ( #6528 )
2016-10-25 12:20:02 -07:00
Yegor
33c6526462
fix frame info extraction logic; track frames in gallery test ( #6505 )
2016-10-25 11:02:18 -07:00
Chris Bracken
ed4ca50383
Use typography from ThemeData in SnackBar ( #6522 )
...
Eliminates hardcoding of Typography.white in favour of picking up the
platform default typography from ThemeData.
2016-10-25 10:51:11 -07:00
Ryan Macnak
2ac7d67e6a
Roll Dart VM. ( #6472 )
2016-10-25 10:40:54 -07:00
Chris Bracken
8b197bddce
Fix common typos in doc comments ( #6520 )
2016-10-25 10:06:42 -07:00
Dan Rubel
310b805335
remove WebStorm from list of supported IDEs ( #6519 )
2016-10-25 15:37:10 +01:00
Jason Simmons
5a9b8b77e5
Do not print the output of the package dependency tool during hot reload ( #6494 )
2016-10-24 16:07:29 -07:00
Matt Perry
d17e80cebf
Fix bug with back gesture with a persistent bottom sheet showing. ( #6498 )
...
Fixes https://github.com/flutter/flutter/issues/6451
2016-10-24 17:33:39 -04:00
Chris Bracken
d4c2481e37
Fix doc comments typos ( #6499 )
2016-10-24 13:03:15 -07:00
Chris Bracken
441a62a402
Support an environment-specified VM service URL ( #6497 )
...
If a URL is not explicitly specified by the test author, check for an
environment-specified URL before falling back to the default value.
2016-10-24 12:36:48 -07:00
Ian Hickson
5032019f39
Include widget configuration in the template ( #6476 )
...
This should help new users figure out how to set up their constructors
and use config data from the build method of a State.
2016-10-24 11:26:30 -07:00
Ian Hickson
c895d2f6f5
Add more docs around .of functions ( #6482 )
2016-10-24 11:17:34 -07:00