Devon Carew
fcfb2a5c55
Better progress ( #6677 )
...
* make showElapsedTime default to true
* support nested progresses
* improve hot reload message
* rethrow
2016-11-03 13:28:17 -07:00
Dan Rubel
1f1adcaa0e
refactor app.* daemon events ( #6679 )
2016-11-03 14:29:56 -04:00
Jason Simmons
984b62390c
Fix builds of FLX bundles using AOT compilation ( #6684 )
2016-11-03 10:48:57 -07:00
Dan Rubel
d86900d22f
Update flutter doctor text ( #6682 )
2016-11-03 13:17:35 -04:00
John McCutchan
594c4f998a
Only synchronize used Dart sources to DevFS. ( #6668 )
...
- [x] Remove the second full-sync on startup.
- [x] Always invoke the snapshotter to determine the minimal set of Dart sources used.
- [x] Only synchronize the *used* Dart sources to DevFS.
- [x] Detect syntax / file missing errors on the host and gate reloads / restarts.
2016-11-03 15:19:57 +01:00
Ian Hickson
2d9d4c2d3a
Document typedefs better. ( #6671 )
2016-11-02 21:14:59 -07:00
Hans Muller
c9e89b6514
Improved time picker header layout ( #6669 )
2016-11-02 16:28:39 -07:00
Hans Muller
944d2ef6b4
Revert "Size of a childless container's implicit DecoratedBox descendants" ( #6663 )
2016-11-02 16:02:00 -07:00
Chris Bracken
abcfc42dfc
Support per-platform default typography ( #6634 )
...
On Android and Fuchsia, default to Roboto. On iOS, use San Francisco.
2016-11-02 15:58:35 -07:00
Chinmay Garde
32c9b4cd80
Update engine revision to pull in Dart DBC fixes. ( #6659 )
2016-11-02 14:55:21 -07:00
Petr Hosek
93a2d07c63
Use prebuilt Dart snapshot when assembling bundle ( #6660 )
...
This is causing issues when integratting Flutter into GN as the
generated depfile refers to snapshot as the target instead of the
bundle. We instead use a separate GN action to generate the
snapshot use the Flutter compiler to only assemble the bundle.
2016-11-02 14:37:42 -07:00
Dan Rubel
223f416199
Flutter run with machine output ( #6645 )
...
* add flutter run --machine flag
* refactor daemon stdin/out command stream/response
* extract daemon startApp method
* refactor flutter run --machine to call daemon.startApp
2016-11-02 17:15:01 -04:00
Ian Hickson
1c2be02753
style fixes ( #6662 )
2016-11-02 12:41:57 -07:00
Hans Muller
6f3ba9c53b
Size of a childless container's implicit DecoratedBox descendants ( #6656 )
2016-11-02 11:42:37 -07:00
Ian Hickson
5097fd4f50
Prettier help in tool ( #6637 )
2016-11-02 11:29:01 -07:00
Ian Hickson
ae49356a89
Improve Center docs a tiny bit. ( #6636 )
2016-11-02 11:28:56 -07:00
Ian Hickson
fa2caa737b
Tweaks to the template for P4. ( #6635 )
2016-11-02 11:28:49 -07:00
Phil Quitslund
eb98d71ed1
Bump to Dart SDK 1.21.0-dev.3.0
. ( #6655 )
2016-11-02 11:28:44 -07:00
Dan Rubel
819ac27db3
Merge skia into screenshot ( #6623 )
...
* merge `flutter skia` into `flutter screenshot`
* improve skia failed error message
* update help text - how to find diagnostic port for skia
* improve error message if skia capture fails
2016-11-02 14:27:49 -04:00
Matt Perry
113991da95
Rethink Forms. ( #6569 )
...
FormField is now a widget that can contain any type of field. Input no
longer has special code to handle form fields. Instead, there is a
helper widget InputFormField for using an Input inside a FormField.
Fixes https://github.com/flutter/flutter/issues/6097 and based on
feedback from the same.
2016-11-02 14:27:21 -04:00
Wyatt Arent
43b4fc909e
Remove extra whitespace from flutter tools help ( #6614 )
...
* Fix Missing newline in flutter run help
Issue #6461
* Fix overtab from multiline
2016-11-02 11:16:41 -07:00
Jason Simmons
89d86f6be7
Revert the last engine roll ( #6649 )
2016-11-02 10:05:48 -07:00
Ian Hickson
abcdeece1c
Update ISSUE_TEMPLATE.md
2016-11-02 10:00:58 -07:00
Adam Barth
c29cd696d4
Update engine.version ( #6642 )
2016-11-02 08:41:15 -07:00
Chris Bracken
16ce090fde
Eliminate direct access of Typography.black/white in manual tests ( #6640 )
2016-11-01 20:34:36 -07:00
Chris Bracken
58630cc209
Derive colors demo TextStyle from theme ( #6632 )
2016-11-01 16:11:41 -07:00
John McCutchan
751539c86a
Manually filter old android device log messages instead of relying on -T. ( #6630 )
...
Fixes https://github.com/flutter/flutter/issues/6280
2016-11-01 23:47:47 +01:00
Chris Bracken
75fec8926d
Propagate theme typography to slider label ( #6629 )
2016-11-01 14:50:52 -07:00
Adam Barth
67f591000f
Mentions flutter packages get
rather than pub get
( #6625 )
...
Fixes #6417
2016-11-01 13:27:06 -07:00
Chris Bracken
8f2d40c2d5
Extract time picker typography from theme ( #6627 )
2016-11-01 13:21:59 -07:00
Devon Carew
e6da16bbf0
Handle release stop ( #6493 )
...
* implement app.stop() for release runs
* update comment
2016-11-01 13:01:03 -07:00
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
Adam Barth
e88a7a2bef
Add weights to the Raleway declaration ( #6626 )
...
Previously we weren't using all the different weights of the font.
2016-11-01 10:43:28 -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
c887878595
Update README.md
...
Try to be clearer that flutter-dev is a public mailing list.
2016-10-31 21:53:27 -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