Hans Muller
516ac574c0
Allow null DropdownButton values ( #6971 )
2016-11-21 16:36:19 -08:00
Yegor
23f269d854
wait for I/O operations in transitions test ( #6967 )
2016-11-21 14:11:38 -08:00
John McCutchan
b40b54e301
Do not process a command from the terminal if we are still processing a command ( #6966 )
2016-11-21 14:09:37 -08:00
John McCutchan
c1a3100e4c
Remove all the Android specific special cases from the runners ( #6957 )
...
- [x] Make iOS and Android application startup paths consisitent.
- [x] Remove the now unncessary Android specific special cases from the runners.
2016-11-21 14:01:35 -08:00
P.Y. Laligand
3f600e996d
Add a dependency on sky_engine on Fuchsia. ( #6935 )
...
This allows us to run the analyzer CLI on packages and correctly find dart:ui.
2016-11-21 13:53:50 -08:00
Adam Barth
1e1bed1e41
Add an example for BuildContext.ancestorStateOfType ( #6953 )
2016-11-21 12:29:01 -08:00
Hans Muller
39872e7df1
Combine date and time picker demos ( #6933 )
2016-11-21 11:49:35 -08:00
John McCutchan
98016b1c4a
Cleanup application startup on Android devices ( #6949 )
...
- [x] Stop unnecessarily building the flx a second time on startup.
- [x] Stop unncessarily copying the flx to the device a second time on startup.
- [x] Remove `startBundle` and move logic into `startApp`.
2016-11-21 09:21:49 -08:00
Ian Hickson
9c1a24fa72
Reexport meta from foundation. ( #6938 )
2016-11-18 21:22:32 -08:00
Ian Hickson
b7c9e47111
This test previously was depending on what font was selected. ( #6936 )
2016-11-18 16:25:29 -08:00
Günter Zöchbauer
96ea5a4f58
proudly add myself to authors :) ( #6930 )
2016-11-18 12:25:01 -08:00
Hans Muller
1e76c1f811
Added backgroundColor to SnackBar ( #6929 )
2016-11-18 11:07:41 -08:00
Hans Muller
5ceaaeefce
Add dense layout support to dropdown ( #6906 )
2016-11-18 10:30:58 -08:00
Günter Zöchbauer
b7f8ec667c
Copy-paste error in documentation of StatefulWidget ( #6923 )
2016-11-18 01:03:56 -08:00
Todd Volkert
d9a0de3747
Use InternetAddress instead of String ( #6922 )
2016-11-17 23:07:20 -08:00
Adam Barth
49fa3f4933
Revert "update vm_service_client to 0.2.2+4" ( #6918 )
2016-11-17 19:54:53 -08:00
Yegor
05fdc2910b
update vm_service_client to 0.2.2+4 ( #6917 )
2016-11-17 17:50:47 -08:00
Ian McKellar
d6e07bc419
Drop dependency on http since it doesn't work when building for Fuchsia ( #6914 )
...
We're getting rid of the http package from third_party/dart-pkg/
2016-11-17 16:01:28 -08:00
Ian Hickson
58801a0ee4
Expose the current velocity on AnimationController ( #6908 )
...
(and minor doc changes)
This will in the future allow Scrollable to not track the Simulation itself.
2016-11-17 15:59:25 -08:00
Hans Muller
861492d6f4
Changed vm_service_client version back to 0.2.2+2 ( #6909 )
2016-11-17 15:33:45 -08:00
Joel Trottier-Hebert
6d8141b242
Added comment for INTERNET permission in Android manifest ( #6835 )
...
* Added comment for INTERNET permission in Android manifest
* Added more details to the permission comment.
2016-11-17 15:04:57 -08:00
Todd Volkert
9cb914df17
Allow for application-specific log readers. ( #6898 )
...
* Allow for application-specific log readers.
When running with prebuilt application binaries, those applications
aren't guaranteed to be named "Runner" (as it is when we build
the app locally in Flutter tools)
2016-11-16 17:19:00 -08:00
Phil Quitslund
dbacf77519
Bump json_schema
version. ( #6900 )
...
Fixes the `package:drudge` spam.
See: #6840
2016-11-16 16:35:24 -08:00
Yegor
4145f5fcfd
allow passing file path as reference to devicelab task ( #6877 )
2016-11-16 13:54:06 -08:00
Ian Hickson
473df6d632
dartdoc doesn't seem to support tables ( #6895 )
...
...at least not in the traditional markdown style.
So let's try HTML instead.
2016-11-16 13:12:40 -08:00
Jason Simmons
e7c2571b57
Handle empty sizes in AppBar's toolbar layout ( #6894 )
2016-11-16 12:31:56 -08:00
Adam Barth
cac5459401
Update engine.version ( #6893 )
2016-11-16 10:45:05 -08:00
Phil Quitslund
3edf44fd99
Bump Dart SDK to 1.21.0 dev.6.0
. ( #6861 )
...
* Bump Dart SDK to `1.21.0-dev.6.0`.
* Bump `json_schema` version.
2016-11-16 09:45:02 -08:00
Hans Muller
a7360d24fe
Factor out Input's layout: add InputContainer etc ( #6881 )
2016-11-16 08:53:07 -08:00
Michael 'afrolion' Perrotte
7c56f00f00
added self to authors ( #6889 )
2016-11-15 23:25:19 -08:00
Michael 'afrolion' Perrotte
4bc00df7f6
fixed typo ( #6888 )
...
`[IconButton]` is referenced as singular everywhere else, so the _most correct_ version would be singular (`[IconButton]`) with the `s` outside of the brackets.
2016-11-15 22:24:28 -08:00
Adam Barth
a4a783b64f
Add support for pointer hover ( #6884 )
2016-11-15 21:13:37 -08:00
Ian Hickson
15fb5c4ca6
Clean up some RenderObject layer stuff ( #6883 )
...
More idiomatic use of constraints in performResize.
Trivial fixes to comments.
Make ProxyBox not use BoxParentData since it ignores the field.
Make applyPaintTransform more helpful if you use a different ParentData
subclass than RenderBox expects.
Make debugAssertIsValid actually fulfill its contract in RenderObject as
documented.
Add a childBefore for symmetry (we already had childAfter).
Fix the way we dump the child list when there's no children in a
multichild render object.
More asserts in the rendering test library.
2016-11-15 17:55:51 -08:00
Ian Hickson
a8fe83ae19
Forget then deactivate ( #6885 )
...
...so that when you detach, you still have the slot, the parentData, etc.
2016-11-15 17:54:35 -08:00
Ian Hickson
18362ec61d
Improve the debugDumpFoo output ( #6882 )
2016-11-15 16:53:03 -08:00
Ian Hickson
bf2c46e263
Fix the ignore identifiers ( #6876 )
...
I used the wrong identifiers here.
2016-11-15 16:52:58 -08:00
Ian Hickson
9e7e2778d0
Rename "detachChild" to "forgetChild" ( #6845 )
...
...to avoid confusion with "detachRenderObject" which is basically
unrelated.
2016-11-15 16:52:52 -08:00
Adam Barth
856fef876b
Update engine.version ( #6875 )
2016-11-15 14:42:52 -08:00
Adam Barth
5801119d2e
Update raw keyboard example ( #6871 )
...
We now center the body correctly and handle Fuchsia key events. Also, add
support for modifiers.
2016-11-15 14:42:45 -08:00
Ian Hickson
9cfde14762
Silence more new analyzer warnings ( #6874 )
...
See #6861
2016-11-15 14:24:01 -08:00
John McCutchan
ae1881e4c7
Fix handling of empty --project-assets option ( #6873 )
2016-11-15 13:47:57 -08:00
Ian Hickson
2b84d1ff1b
Silence new analyzer warnings ( #6866 )
...
See https://github.com/flutter/flutter/pull/6861
This silences all but two of the warnings from https://travis-ci.org/flutter/flutter/builds/176055550
One of the silenced warnings was a genuine code error.
Some of the others were correct but there was no way for the analyzer to know, and I worked around them.
The remainder are problems with the analyzer, specifically https://github.com/dart-lang/sdk/issues/27827 and https://github.com/dart-lang/sdk/issues/27504 .
2016-11-15 12:35:50 -08:00
Ian Hickson
9f1c91f934
Update README.md ( #6867 )
...
Some minor tweaks to answer questions I had when looking at this.
2016-11-15 12:35:18 -08:00
Devon Carew
15ea399fdd
add identifiers to progress messages ( #6868 )
2016-11-15 12:13:56 -08:00
Hans Muller
f496ad055a
Fix GridTileBar layout ( #6844 )
2016-11-15 12:01:27 -08:00
Adam Barth
d8e6de8ec7
Add support for raw key events on Fuchsia ( #6754 )
...
See #6631
2016-11-15 10:33:07 -08:00
Ian Hickson
7424a7604a
Cross-references ( #6860 )
2016-11-15 08:39:01 -08:00
John McCutchan
d54bed45f3
Support specifying a fixed list of assets on the command line ( #6857 )
2016-11-15 07:01:00 -08:00
Ian Hickson
fd5a08941e
Clarify pub.dart messages ( #6856 )
2016-11-14 16:54:24 -08:00
Ian Hickson
6c93270d85
FileImage ( #6853 )
2016-11-14 16:36:39 -08:00