Phil Quitslund
e7a28f31e5
Merge pull request #4320 from pq/1.17.0-dev.6.1
...
Bump Dart SDK to 1.17.0-dev.6.1.
2016-06-02 09:15:46 -07:00
Adam Barth
612a097d1f
Add --target support to flutter build ios ( #4318 )
...
Fixes #4298
2016-06-02 08:57:13 -07:00
pq
ffd1d1ae1f
Bump Dart SDK to 1.17.0-dev.6.1.
...
Latest RC. Fixes `dartdoc`.
2016-06-02 06:37:19 -07:00
Devon Carew
bc5d407477
fix an issue where the refresh benchmark would overwrite a completer ( #4315 )
2016-06-01 19:57:08 -07:00
Adam Barth
6d4fd85054
Improve float action button transitions ( #4309 )
...
Previously the floating action button would disappear during transitions. Now
we animate properly. I've also centralized the animation in Scaffold instead of
spreading it across the Scaffold and the FloatingActionButton.
Fixes #1718
2016-06-01 17:00:55 -07:00
Ian Hickson
0618da7ca2
PaginatedDataTable (part 1) ( #4306 )
...
This introduces the key parts of a paginated data table, not including
the built-in pagination features.
* Provide more data for the data table demo, so there's data to page.
* Introduce a ChangeNotifier class which abstracts out
addListener/removeListener/notifyListeners. We might be able to use
this to simplify existing classes as well, though this patch doesn't
do that.
* Introduce DataTableSource, a delegate for getting data for data
tables. This will also be used by ScrollingDataTable in due course.
* Introduce PaginatedDataTable, a widget that wraps DataTable and only
shows N rows at a time, fed by a DataTableSource.
2016-06-01 16:13:40 -07:00
Ian Hickson
bf6ae3ee76
Reenable the gallery smoke test ( #4303 )
...
...and fix some grid and table intrinsic issues it uncovered.
2016-06-01 15:34:48 -07:00
Devon Carew
9e9dfc3d2d
fix a race condition with isolate notification ( #4286 )
...
* fix a race condition with isolate notification
* return a future
2016-06-01 15:17:04 -07:00
Devon Carew
2a2bd7b6f4
fix an exception while parsing a services file ( #4302 )
2016-06-01 14:06:44 -07:00
Ian Hickson
2d32f1f1a7
Fix fallout from intrinsics changes ( #4299 )
...
* Fix fallout from intrinsics changes
* Move away from isInfinite in favor of isFinite
2016-06-01 13:36:06 -07:00
Adam Barth
c26fcfdfaa
Update xcodebuild for Generated.xcconfig ( #4268 )
...
This patch updates how we generate xcconfig files to match what
xcode_backend.sh expects.
2016-06-01 12:32:45 -07:00
Adam Barth
ad4148bf32
Update engine.version ( #4292 )
2016-06-01 09:23:10 -07:00
Adam Barth
020b068896
Use protected and mustCallSuper in more places ( #4291 )
2016-06-01 08:27:19 -07:00
Yegor
9974de3b0d
Revert "update engine to get fix for dartbug.com/26550 ( #4289 )" ( #4290 )
...
This reverts commit 215e1b89edd455a0d6f214038fea7d70ba05ceca.
It broke the Mac build: https://build.chromium.org/p/client.flutter/builders/Mac/builds/1097
2016-05-31 23:08:39 -07:00
Yegor
215e1b89ed
update engine to get fix for dartbug.com/26550 ( #4289 )
2016-05-31 18:15:18 -07:00
Adam Barth
887e339641
Start using protected annotation ( #4288 )
...
There are many more places we can use this annotation. This patch starts out
small to test the waters.
2016-05-31 17:41:34 -07:00
Adam Barth
a0e7cdba10
Deploy mustCallSuper ( #4285 )
...
This patch starts using the mustCallSuper annotation for several of the key
lifecycle callbacks in the framework. I haven't added it to didUpdateConfig
because there are a large number of non-compliant overrides. We should discuss
whether we want to use it there.
2016-05-31 17:05:46 -07:00
Adam Barth
b8fb46e425
Improve tooltip behavior ( #4284 )
...
As requested by the material design team.
Fixes #4182
2016-05-31 15:03:57 -07:00
Ian Hickson
787fb3be7d
Simplify intrinsic dimension APIs ( #4283 )
2016-05-31 14:59:48 -07:00
Adam Barth
52cf289101
Switch to using real location data ( #4282 )
2016-05-31 14:12:07 -07:00
Adam Barth
8c805e234d
Teach hello_services to provide a platform service ( #4277 )
...
Currently this service just returns mock data, but it exercises the plumbing.
2016-05-31 13:18:53 -07:00
Ian Hickson
54716cdaca
Update engine.version ( #4278 )
2016-05-31 12:39:29 -07:00
Phil Quitslund
77b8e3273d
Merge pull request #4271 from pq/0.27.4-alpha.9
...
Update analyzer dep to 0.27.4-alpha.9
2016-05-31 11:31:16 -07:00
Jason Simmons
49c4064132
Add Dart IO entry points to the snapshotter command line ( #4257 )
2016-05-31 10:51:28 -07:00
Adam Barth
b4002506e7
Update docs about --local-engine ( #4274 )
2016-05-31 10:28:25 -07:00
pq
985a7b91cf
Update analyzer dep to 0.27.4-alpha.9
...
Update analyzer dep to 0.27.4-alpha.9 to enjoy analyzer perf improvements (https://codereview.chromium.org/2011183004/ ) (and keep in sync with the SDK).
(This is a revisit to https://github.com/flutter/flutter/pull/4253 .)
2016-05-31 06:59:56 -07:00
Adam Barth
7de84709cf
Address review comments on prior patch ( #4270 )
...
I pulled the trigger to land the previous patch too quickly and missed a
number of comments.
2016-05-30 14:47:49 -07:00
Adam Barth
7cf4c694b1
Complete docs for RenderObject ( #4266 )
2016-05-29 22:31:27 -07:00
Adam Barth
76772608e2
Remove OverlayPainter mechanism ( #4264 )
...
We used to use this mechanism to paint scrollbars, but it's awkward. The
new approach to scrollbars is much cleaner. This mechanism has no other
clients, so we should remove it.
2016-05-29 16:37:29 -07:00
Devon Carew
7c47837c27
show build progress; print app sizes ( #4263 )
...
* show build progress; print app sizes
* add todo
* review comments
* remove unused import
2016-05-29 15:07:41 -07:00
Adam Barth
26a4d7bbad
Add an example of an extensible iOS app ( #4252 )
...
This example shows how to build a basic app using a custom Xcode project.
Future patches will bring the functionality up to par with hello_android.
2016-05-29 14:08:35 -07:00
Adam Barth
d1cb026a65
Update engine and Mojo usage ( #4258 )
...
The new mojom.dart code makes mocking services a bit tricky. I've filed
https://github.com/domokit/mojo/issues/786 about improving that.
2016-05-28 18:28:21 -07:00
Devon Carew
49affc4098
make the drive output prettier ( #4260 )
2016-05-27 22:36:07 -07:00
Devon Carew
111392d7c9
run pub get (w/ symlinks) for flutter drive ( #4259 )
...
* run pub get (w/ symlinks) for flutter drive
* review comments
2016-05-27 21:42:46 -07:00
Jason Simmons
d6147fd7fa
Update the Gradle plugin to use --local-engine instead of the deprecated --engine-src-path ( #4255 )
2016-05-27 17:12:52 -07:00
Adam Barth
aee32698ac
Add backend tools for extensible iOS apps ( #4250 )
...
Instead of embedding Flutter.framework and BuildFlutterApp in the Xcode
project, we store these in flutter.git, where we can reference them.
2016-05-27 15:30:42 -07:00
Devon Carew
c98ce02417
print the dartlang atom plugin version from flutter doctor ( #4242 )
2016-05-27 13:31:55 -07:00
Todd Volkert
be7e00a83f
Update engine ( #4244 )
2016-05-27 13:23:39 -07:00
Adam Barth
0c0a866c79
Add the ability to create global pointer routes ( #4239 )
...
We'll use this functionality to implement some subtle behaviors for tooltips.
2016-05-27 12:42:12 -07:00
Chinmay Garde
989a530350
Don't avoid linking with libSystem to work around issue in dyld. ( #4241 )
2016-05-27 11:24:10 -07:00
Todd Volkert
51d4ab3324
Fix install for iOS simulator, and add ability to uninstall ( #4223 )
2016-05-27 11:05:10 -07:00
Hans Muller
1a05b696d7
Doc update ( #4234 )
2016-05-27 10:13:15 -07:00
Yegor
f544abd016
modernize flutter drive
w.r.t. debug/profile/release options ( #4217 )
...
* modernize `flutter drive` w.r.t. debug/profil/release options
* make error message prettier
2016-05-27 10:02:36 -07:00
Adam Barth
6f3382aa57
Add more dartdoc to rendering.dart ( #4232 )
...
There are still many more left before rendering.dart is complete.
2016-05-27 08:59:04 -07:00
Phil Quitslund
89678bb7cb
Merge pull request #4203 from pq/1.17.0-dev.5
...
Bump dart SDK to 1.17.0-dev.6.
2016-05-27 06:42:33 -07:00
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
pq
4707dc1870
Bumping to dev.6.0.
2016-05-26 14:22:38 -07:00