Adam Barth
36d01c3541
"Swipe items to dismiss" demo needs full-bleed dividers ( #4231 )
...
Remove spurious padding.
Fixes #3980
Fixes #3560
2016-05-26 17:06:10 -07:00
Adam Barth
6da0429375
Add more dartdoc to PaintingContext ( #4229 )
...
We now explain what coordinate system each argument is expected to be in.
Fixes #4205
2016-05-26 16:51:46 -07:00
Devon Carew
ec7517766c
Flutter run restart ( #4105 )
...
* working on making a faster flutter run restart
* clean up todos; fire events on isolate changes
* use the Flutter.FrameworkInitialization event
* review comments
2016-05-26 15:26:14 -07:00
Devon Carew
646b5350d1
resolve symlinks in paths to flutter ( #4219 )
...
* resolve symlinks in paths to flutter
* review comments
2016-05-26 14:41:33 -07:00
Devon Carew
d6aed1e7c9
add a --quiet option to flutter_tools ( #4213 )
2016-05-26 13:41:29 -07:00
Hans Muller
502f734dee
Rename FractionallySizedBox box size factor parameters ( #4212 )
2016-05-26 12:43:25 -07:00
Adam Barth
21fa2753d8
Switch thumb decorations don't load ( #4209 )
...
We weren't listening to the decorations to see when they loaded.
Fixes #4185
2016-05-26 11:26:11 -07:00
Todd Volkert
239a717dcc
Revert "Pass the local engine config through Xcode ( #4190 )"
...
This reverts commit 8f69cccc182481024fa2fa4f9ef932cdba91c812.
2016-05-26 11:03:08 -07:00
Ian Hickson
bc35d09bf0
Update engine.version ( #4207 )
2016-05-26 10:47:44 -07:00
Adam Barth
fde55a6f6a
Update vector_math ( #4201 )
...
The new version has an API change. Also, up our SDK requirements to be a
bit more realistic.
2016-05-26 09:49:09 -07:00
Devon Carew
9cfa96608c
dissallow -release mode on emulators ( #4204 )
...
* dissallow -release mode on emulators
* have the help text print the default mode
2016-05-26 09:14:51 -07:00
Adam Barth
e4e3906cd9
Update engine ( #4192 )
2016-05-25 20:20:16 -07:00
Todd Volkert
92ee807a3c
Plumb --local-engine flag through to LOCAL_ENGINE in Local.xcconfig
...
Fixes #4186
2016-05-25 18:37:36 -07:00
Alfred Morgan
a24e90305f
fixed #4179 bin/flutter fails when linked with relative symlink ( #4196 )
...
* fixed issue #4179 bin/flutter fails when linked with relative symlink
* fixed issue #4179 bin/flutter fails when linked with relative symlink
* My second attempt at following symlinks correctly
2016-05-25 17:54:11 -07:00
Adam Barth
c69cff9428
Update test package ( #4198 )
2016-05-25 17:45:23 -07:00
Jason Simmons
5aa9a7fc53
Forward the observatory (but not the diagnostic server) when in profile mode ( #4183 )
2016-05-25 15:21:11 -07:00
Seth Ladd
604c75f1ed
compress text assets for docs, when uploading ( #3926 )
...
* compress text assets for docs, when uploading
* reorder args
* ensure old files are deleted
* recurse on the cp
* set source path correctly
2016-05-25 15:19:06 -07:00
Adam Barth
8f69cccc18
Pass the local engine config through Xcode ( #4190 )
...
This passes the information through Xcode to the `flutter build aot` call via
the environment so that it picks up the right artifacts.
Fixes #4186
2016-05-25 14:33:22 -07:00
Todd Volkert
0da58802cf
Fix aot compiler and linker args
2016-05-25 14:32:57 -07:00
Adam Barth
4aa894984f
Revert "Update engine ( #4181 )"
...
This reverts commit d4d74d9c51fea1921437a7167bee103eb8b3fb29.
2016-05-25 10:23:01 -07:00
Adam Barth
d4d74d9c51
Update engine ( #4181 )
2016-05-25 10:09:34 -07:00
Adam Barth
474ff67556
Polish sliders ( #4176 )
...
Address feedback from material design team.
Fixes #4144
Fixes #4145
Fixes #4146
2016-05-24 17:53:23 -07:00
Adam Barth
b1b6271683
Use "call" instead of "invoke" ( #4177 )
...
For consistency.
Fixes #4142
2016-05-24 17:53:04 -07:00
Adam Barth
d97df402b8
ImageCache should handle images that fail to decode ( #4118 )
2016-05-24 16:53:14 -07:00
Adam Barth
f012a0fdfb
Document that State#build(BuildContext context) is always the same as State#context ( #4116 )
...
Fixes #4114
2016-05-24 16:34:51 -07:00
Adam Barth
e8e9d4633c
Workaround https://github.com/dart-lang/sdk/issues/26362 ( #4171 )
...
When building AOT, we now run `pub get` instead of printing an error telling
the user to run `pub get`. We can remove this code once the bug reference above
is fixed (should be a couple days).
2016-05-24 16:29:13 -07:00
Todd Volkert
cc8c78adf4
iOS tools cleanup ( #4161 )
...
* iOS tools cleanup
1) Fix `flutter install` on both device and simulator to refer to the actual
bundle and not just the .generated folder
2) Fix `flutter run` on device to actually run vs just installing
Still TODO:
1) Discovered that isAppInstalled on iOS simulator always reports true,
meaning it'll never actually try to install the app.
Fixes #3947
Fixes #1823
2016-05-24 16:25:40 -07:00
Adam Barth
2d726fc0c5
Build app.so instead of app.a on iOS ( #4168 )
...
The app.a wasn't getting pulled into the main executable because we weren't
referencing any of its symbols. Instead, create a dylib that can be packaged
with the application and loaded at runtime.
2016-05-24 15:49:53 -07:00
Hans Muller
bacd3d2cb0
Revised Drawer Header ( #4160 )
2016-05-24 12:31:42 -07:00
Adam Barth
e8a47b6d49
Add --interpreter to flutter build aot ( #4159 )
...
This patch teaches flutter build aot to build `app.a` for use with the Dart
interpreter.
2016-05-24 12:06:53 -07:00
Adam Barth
cb7a690815
Let flutter build aot select a target platform ( #4154 )
...
Currently only android-arm and ios are supported target platforms.
2016-05-24 11:21:07 -07:00
Hans Muller
487234db02
TabPageSelector demo: use chevron icons instead of arrows ( #4153 )
2016-05-24 09:57:33 -07:00
Adam Barth
f33596aacb
Teach flutter to build app.a ( #4141 )
...
On iOS, we use Xcode to build a static library that contains the precompiled
code. This code is currently unused, but it will be used by the new Xcode
harness to factor out as much complexity as possible into the flutter tool.
2016-05-24 09:49:31 -07:00
Hans Muller
ff1d3b8190
Clamp AppBar scroll notifications when ClampOverscrolls is true ( #4152 )
2016-05-24 09:37:19 -07:00
Ian Hickson
3b3db78f8a
Teach LayoutBuilder about Inherited widgets. ( #4140 )
2016-05-23 16:44:05 -07:00
Ian Hickson
390c7ce23f
Use debugPrint instead of print in test lib ( #4122 )
2016-05-23 16:19:51 -07:00
Ian Hickson
b5c6da105c
Port our microbenchmarks to the new world ( #4121 )
...
Our microbenchmarks now run on real devices.
2016-05-23 15:04:50 -07:00
Devon Carew
4764550f9f
fail flutter analyze when there are errors ( #4117 )
2016-05-23 14:39:42 -07:00
Hans Muller
cf83a81329
Correct layout ( #4115 )
2016-05-23 14:24:10 -07:00
Chinmay Garde
66fee3a622
Wire up ios-profile and ios-release. Switching between debug, profile and release starts the build process from scratch. ( #4063 )
2016-05-23 12:58:42 -07:00
Devon Carew
65bed96103
move the calculator files around ( #4112 )
2016-05-23 12:55:09 -07:00
Devon Carew
1ae0a76cf9
warn when flutter doesn't match the pubspec version ( #4109 )
2016-05-23 12:23:05 -07:00
Devon Carew
4962656b1d
remove old command aliases ( #4103 )
2016-05-23 12:06:49 -07:00
Hans Muller
41d1a9f1da
Skip gallery smoke test ( #4108 )
2016-05-23 12:04:33 -07:00
Devon Carew
17b9c12b80
adjust adb logcat filter ( #4104 )
2016-05-23 12:04:07 -07:00
Hans Muller
40179aaa1c
Add support for specifying tab label and indicator colors ( #4107 )
2016-05-23 12:02:43 -07:00
Adam Barth
d5e3ea2f9c
Improve time picker fidelity
...
We now match the spec much better, including handling dark theme.
The main thing we're still missing is the landscape layout.
Fixes #989
2016-05-23 09:36:09 -07:00
Ian Hickson
d0bac85da4
Move the new calculator demo into the gallery. ( #4092 )
2016-05-21 10:56:02 -07:00
Ian Hickson
cd19af8f59
Remove the calculator test ( #4093 )
...
Fixes the breakage that https://github.com/flutter/flutter/pull/4092 would cause.
2016-05-21 10:41:41 -07:00
Hans Muller
5b8677d15d
Allow tab bars in flexible app bars ( #4086 )
2016-05-20 18:07:15 -07:00