20087 Commits

Author SHA1 Message Date
Adam Barth
5c3a0cb4ba Merge pull request #1366 from abarth/fn3_mine_digger
Port MineDigger to fn3
2015-09-26 13:06:57 -07:00
Adam Barth
adaa06f7d8 Add missing .gitignore file 2015-09-26 12:54:17 -07:00
Adam Barth
4a13cf5d1f Port MineDigger to fn3 2015-09-26 12:53:14 -07:00
Adam Barth
1a332aef01 Merge pull request #1365 from abarth/renames
Rename Sky to Flutter in a few more places
2015-09-26 12:49:00 -07:00
Adam Barth
198f23cb53 Rename Sky to Flutter in a few more places 2015-09-26 12:46:03 -07:00
Ian Hickson
4112922564 Merge pull request #1363 from Hixie/stocks
Port stocks to fn3 and introduce an App component.
2015-09-25 21:22:41 -07:00
Hixie
d8ef78edcf Port stocks to fn3 and introduce an App component. 2015-09-25 17:52:33 -07:00
Adam Barth
497f0c1fa2 Merge pull request #1362 from abarth/mimic
Add Mimic to fn3
2015-09-25 16:44:09 -07:00
Adam Barth
c6e10010ca Add Mimic to fn3 2015-09-25 16:43:22 -07:00
Adam Barth
f67e7879b9 Fix indent 2015-09-25 15:43:03 -07:00
Adam Barth
b69c6ceb7d Merge pull request #1360 from abarth/fn3_unique_component
Add UniqueComponent helper for creating components with unique states
2015-09-25 15:37:23 -07:00
Adam Barth
ea7522c0d5 Add UniqueComponent helper for creating components with unique states 2015-09-25 15:36:25 -07:00
Adam Barth
4ce42f6c7b Merge pull request #1359 from abarth/fn3_onscroll
Add an onScroll callback to Scrollable
2015-09-25 15:08:45 -07:00
Adam Barth
c5042aff8a Add an onScroll callback to Scrollable 2015-09-25 15:08:22 -07:00
Ian Hickson
601251bbca Merge pull request #1357 from Hixie/mixed
fn3: Port Card Collection demo
2015-09-25 14:50:51 -07:00
Chinmay Garde
b2de4bed44 Merge pull request #1356 from chinmaygarde/master
Update Dart revision
2015-09-25 14:49:37 -07:00
Hixie
0abd6f2b9c fn3: Port Card Collection demo
Also:

- Make Dismissable report when it starts squashing, since otherwise we
  don't invalidate the list early enough and it gets mad that it wasn't
  told one of its children had changed size.

- Have Dismissable check that it gets removed after it's dismissed, to
  avoid having lots of redundant widgets around.

- Start tracking the height of each child of a MixedViewport, so that we
  don't accumulate floating point errors when a child jiggles up and down.

- Have _childOffsets reuse its storage space rather than newing up a new
  copy each time we reset the cache.

- Avoid double-updating child sizes when handling mixed viewport invalidations.
2015-09-25 14:44:54 -07:00
Chinmay Garde
82ce491db3 Update Dart revision 2015-09-25 14:28:39 -07:00
Adam Barth
b07509159c Merge pull request #1355 from abarth/current_state
Add a currentWidget and currentState accessor to GlobalKeys
2015-09-25 14:22:39 -07:00
Adam Barth
1f4e6df48f Add a currentWidget and currentState accessor to GlobalKeys 2015-09-25 14:22:22 -07:00
Adam Barth
58e887a404 Merge pull request #1354 from abarth/fn3_ensure_widgets_is_visible
Add ensureWidgetIsVisible to fn3
2015-09-25 14:21:27 -07:00
Adam Barth
b753a37b9e Add ensureWidgetIsVisible to fn3 2015-09-25 14:21:12 -07:00
Viktor Lidholt
367935b777 Merge pull request #1351 from vlidholt/master
Renames pointQuickDist in GameMath
2015-09-25 13:50:48 -07:00
Hans Muller
f5f8e7bcf7 Merge pull request #1353 from HansMuller/bump_newton_version
Bumped Newton version to 0.1.4
2015-09-25 13:45:44 -07:00
Adam Barth
7431ecfd45 Merge pull request #1350 from abarth/localToGlobal
Add findRenderObject to BuildContext
2015-09-25 13:40:12 -07:00
Adam Barth
4fc3eb0f7a Add findRenderObject to BuildContext 2015-09-25 13:37:14 -07:00
Hans Muller
f21b54b224 Bumped Newton version to 0.1.4 2015-09-25 13:32:37 -07:00
Viktor Lidholt
05f31c7259 Renames pointQuickDist in GameMath 2015-09-25 13:12:01 -07:00
Adam Barth
2ab987bbf1 Rev pub package 2015-09-25 12:04:25 -07:00
Adam Barth
c8eee081b9 Rev pub spec 2015-09-25 12:02:09 -07:00
Adam Barth
d947f53571 Merge pull request #1346 from abarth/fn3_sync_tests
Port some more tests to fn3
2015-09-25 11:58:12 -07:00
Adam Barth
f54c8ea077 Merge d8ea1b194b446f555402770acd8ac6b217becb7c to fn3 2015-09-25 11:57:30 -07:00
Adam Barth
5e43280ec6 Port some more tests to fn3 2015-09-25 11:27:48 -07:00
Andrew Wilson
8669d118d0 Merge pull request #1342 from apwilson/fling
Add fling to Scrollable.
2015-09-25 11:18:53 -07:00
Andrew Wilson
d8ea1b194b Add fling to Scrollable. 2015-09-25 11:15:24 -07:00
Adam Barth
2272c89e21 Merge pull request #1345 from abarth/fn3_more_tests
Port some more tests to fn3
2015-09-25 10:56:53 -07:00
Adam Barth
a895c1d693 Port some more tests to fn3 2015-09-25 10:51:56 -07:00
Adam Barth
6066a11a11 Merge pull request #1341 from abarth/fn3_editing
Port Input and EditableText to fn3
2015-09-25 10:51:31 -07:00
Ian Hickson
dffc3e6ce9 Merge pull request #1344 from Hixie/mixedViewportScrollables
Port ScrollableMixedWidgetListState to fn3.
2015-09-25 10:27:56 -07:00
Hixie
8c8837d63e Port ScrollableMixedWidgetListState to fn3. 2015-09-25 10:27:43 -07:00
Chinmay Garde
dfac8962de Merge pull request #1343 from chinmaygarde/master
Prefer a specific provisioning profile when none is explicitly provided
2015-09-25 10:23:51 -07:00
Chinmay Garde
3637a569d8 Prefer a specific provisioning profile when none is explicitly provided 2015-09-25 10:20:58 -07:00
Adam Barth
96166513bd Merge pull request #1339 from abarth/fn3_tests
Convert some tests to fn3
2015-09-25 10:09:10 -07:00
Adam Barth
51cd4d0f1f Port Input and EditableText to fn3 2015-09-25 10:08:29 -07:00
Adam Barth
065d445b96 Copy Input and EditableText into fn3 2015-09-25 10:06:59 -07:00
Chinmay Garde
fab6d7fae8 Merge pull request #1340 from chinmaygarde/master
Remove deleted header declaration for SaveFrameToSkPicture
2015-09-25 10:03:38 -07:00
Chinmay Garde
6f0b8edb8a Remove deleted header declaration for SaveFrameToSkPicture 2015-09-25 10:02:15 -07:00
Adam Barth
f7e8792a1a Convert some tests to fn3 2015-09-25 09:29:04 -07:00
Adam Barth
367ba2b6fd Merge pull request #1338 from abarth/fn3_flex
Fix typos in fn3
2015-09-25 08:43:08 -07:00
Adam Barth
c54f91ea3b Fix typos in fn3 2015-09-25 08:42:39 -07:00