Adam Barth
0e33151eed
Merge pull request #1612 from abarth/doc_gestures
...
Add some more dartdoc to gestures.dart
2016-02-04 20:09:55 -08:00
Adam Barth
ee832251fe
Merge pull request #1611 from abarth/doc_animation
...
Add more dartdoc to animation.dart
2016-02-04 20:01:44 -08:00
Adam Barth
8319a6c282
Add some more dartdoc to gestures.dart
2016-02-04 20:01:35 -08:00
Adam Barth
29d1d2eee4
Add more dartdoc to animation.dart
...
After the refactoring of the animation library, we were missing some
dartdoc.
2016-02-04 19:51:09 -08:00
Eric Seidel
df8c9714ce
Merge pull request #1626 from eseidelGoogle/dart_version
...
Bump the dart version used on the infra bots to 1.14.1
2016-02-04 15:55:14 -08:00
Todd Volkert
a3fdb0e0af
Merge pull request #1624 from tvolkert/payouts
...
Refactor flx.build() to allow for external toolchain hooks.
2016-02-04 15:54:51 -08:00
Eric Seidel
3023600701
Bump the dart version used on the infra bots to 1.14.1
...
Otherwise the analyzer blows up.
@abarth
2016-02-04 15:52:38 -08:00
Todd Volkert
f0379df5c7
Refactor flx.build() to allow for external toolchain hooks.
...
This splits flx.build() into two methods, flx.build() and
flx.assemble(). builD() now does the following:
1) constructs the manifest map by reading the manifest from the
file system
2) "compiles" the dart code into the snapshot file
3) Invokes assemble()
This allows external build toolchains to construct their own
manifest map (possibly using a different manifest syntax)
and create their own snapshot file
2016-02-04 15:44:03 -08:00
Eric Seidel
10e323f79d
Merge pull request #1622 from eseidelGoogle/download_dart
...
Add a download_dart_sdk.py script for infra bots
2016-02-04 15:32:25 -08:00
Devon Carew
ac724d827d
Merge pull request #1623 from devoncarew/remove_service_extension
...
remove no longer needed code from the service protocol extensions
2016-02-04 15:17:32 -08:00
Devon Carew
68fa1a636d
remove no longer needed code from the service protocol extensions
2016-02-04 14:56:49 -08:00
Eric Seidel
2c8612641a
Add a download_dart_sdk.py script for infra bots
...
@abarth
2016-02-04 14:56:28 -08:00
Devon Carew
f423951cc2
Merge pull request #1619 from devoncarew/device_names
...
get the adb device name when using the adb server
2016-02-04 14:04:45 -08:00
Devon Carew
4ff43bf418
get the adb device name when using the adb server
2016-02-04 14:03:16 -08:00
Devon Carew
5a793dd428
Merge pull request #1620 from devoncarew/ios_output
...
remove an extraneous line of output when launching the simulator
2016-02-04 13:58:45 -08:00
Devon Carew
27ae6c8b40
remove an extraneous line of output when launching the simulator
2016-02-04 13:31:20 -08:00
Ian Hickson
e739d7431e
Merge pull request #1043 from devoncarew/flutter_sprites_test
...
Flutter sprites test
2016-02-04 12:55:46 -08:00
Hans Muller
dd1b8957a0
Merge pull request #1610 from HansMuller/tab_fab_typo
...
Fixed a typo.
2016-02-04 11:43:49 -08:00
Hans Muller
82bd1789ac
fixed a typo
2016-02-04 11:32:01 -08:00
Hans Muller
136a8b6667
Merge pull request #1609 from HansMuller/tab_fab
...
Added the FAB per Tab demo
Demonstrates that when the Scaffold's Floating Action Button is changed, the new one (if any) fades and turns in.
Similar to the "Lateral Screens" demo here https://www.google.com/design/spec/components/buttons-floating-action-button.html#buttons-floating-action-button-behavior
There are more tabs and different tab views to demo more kinds of FAB changes.
2016-02-04 11:27:47 -08:00
Hans Muller
64c2766c8c
Added the FAB per Tab demo
2016-02-04 11:12:45 -08:00
Yegor
a1bdc97f5c
Merge pull request #1602 from yjbanov/modal-barrier-test
...
add test for ModalBarrier
2016-02-04 10:43:37 -08:00
yjbanov
113544fa62
add test for ModalBarrier
2016-02-04 10:36:55 -08:00
Yegor
aa1017e067
Merge pull request #1603 from yjbanov/no-navigator-message
...
better error message when Navigator is used with no NavigatorState in…
2016-02-04 10:30:19 -08:00
yjbanov
19a01171f2
better error message when Navigator is used with no NavigatorState in the context
2016-02-04 10:11:25 -08:00
Hans Muller
e628b2d924
Merge pull request #1596 from HansMuller/scrolling_demos
...
Added a flexible appbar gallery demo
Added a "Patterns/Scrolling Techniques" demo that resembles the "Flexible Space with Image" from the Material design spec - https://www.google.com/design/spec/patterns/scrolling-techniques.html#scrolling-techniques-scrolling
Demos for the other app bar arrangements are still needed.
2016-02-04 09:51:16 -08:00
Hans Muller
8741f33ebe
Added a flexible appbar gallery demo
2016-02-04 09:42:23 -08:00
Adam Barth
aa6c761a1d
Merge pull request #1601 from abarth/perspective
...
transformPoint should use Matrix4.perspectiveTransform
2016-02-03 20:43:20 -08:00
Adam Barth
ab5f012668
transformPoint should use Matrix4.perspectiveTransform
...
We want to normalize by w.
Fixes #1585
2016-02-03 19:56:09 -08:00
Viktor Lidholt
e60f0e68d6
Merge pull request #1494 from vlidholt/master
...
Adds initial version of weather to the gallery app
2016-02-03 16:03:08 -08:00
Viktor Lidholt
bfc9af5c58
Adds initial version of weather to the gallery app
2016-02-03 15:55:32 -08:00
Ian Hickson
d5e1f9c7f7
Merge pull request #1575 from Hixie/rev
...
rev engine
2016-02-03 15:08:20 -08:00
Adam Barth
488285f112
Merge pull request #1553 from abarth/child_view
...
Initial work to add Mozart child views
2016-02-03 14:21:40 -08:00
Matt Perry
fbe6779f4f
Merge pull request #1539 from mpcomplete/start
...
'flutter start' calls 'flutter apk' if necessary.
2016-02-03 13:13:52 -08:00
krisgiesing
ac9e016a02
Merge pull request #1579 from krisgiesing/doc_tweaks
...
Fix formatting on AssetVendor's dart doc
2016-02-03 12:56:46 -08:00
Kris Giesing
90da69c97c
Fix formatting on AssetVendor's dart doc
2016-02-03 12:46:07 -08:00
Matt Perry
5d2281b69b
'flutter start' calls 'flutter apk' if necessary.
...
flutter start no longer depends on a pre-built SkyShell.apk. It builds a
new one, as long as an AndroidManifest.xml exists.
We rebuild the .apk every time either AndroidManifest.xml or
flutter.yaml changes.
2016-02-03 12:21:20 -08:00
Hixie
1e3b09e4f0
rev engine
2016-02-03 11:58:05 -08:00
Devon Carew
cbb2761e5f
Merge pull request #1560 from devoncarew/target_option
...
normalize -t --target option
2016-02-03 11:49:23 -08:00
Adam Barth
4b7d601e03
Merge pull request #1574 from abarth/service_mocker
...
Move ServiceMocker into flutter_test
2016-02-03 10:55:29 -08:00
Adam Barth
b303e3db48
Move ServiceMocker into flutter_test
...
People writing their own tests will want to mock services as well.
2016-02-03 10:46:19 -08:00
Jason Simmons
bc5786f79c
Merge pull request #1555 from jason-simmons/sprite_image_info
...
Update flutter_sprites now that ImageResource.first returns an ImageInfo
2016-02-03 10:06:19 -08:00
Ian Hickson
517288c2dd
Merge pull request #1532 from Hixie/semantics-2
...
Actually return a SemanticsServer service.
2016-02-03 09:50:06 -08:00
Devon Carew
31acb3f187
Merge pull request #1559 from devoncarew/more_help
...
add docs for -h -v
2016-02-03 09:49:22 -08:00
Hans Muller
d92f381508
Merge pull request #1558 from a14n/patch-1
...
Rename "Toggle Controls" to "Selection Controls"
2016-02-03 09:26:02 -08:00
Adam Barth
f30398a4c4
Initial work to add Mozart child views
...
This patch sketches out the basic widgets for creating Mozart child
views. We're still missing some of the machinery, so we can't quite
create child views yet, but once we supply the ViewHost and teach the
compositor how to actually display the child scenes, we'll have
something that works.
2016-02-03 09:07:11 -08:00
Devon Carew
bfb89195c3
add a hidden flag for backwards compatibility
2016-02-03 02:19:10 -08:00
Devon Carew
33874eb71f
update arg reference
2016-02-03 01:07:40 -08:00
Devon Carew
b6e8118e2d
normalize -t --target option
2016-02-03 00:52:07 -08:00
Devon Carew
4200378d3c
add docs for -h -v
2016-02-03 00:13:12 -08:00