1. 23 Sep, 2015 6 commits
    • Chinmay Garde's avatar
      Fix sky_tool start/listen on iOS · cb6b3039
      Chinmay Garde authored
      cb6b3039
    • Adam Barth's avatar
      Rev pub package · 82e8e3f0
      Adam Barth authored
      82e8e3f0
    • Hixie's avatar
      fn3: Minor cleanup · 2a5fad93
      Hixie authored
      - Remove the unique objects used as slots since we decided 'null' was
        fine after all
      - Rename 'slot' to 'newSlot' when it's used as an argument to change the
        _slot field, to clarify which variable has the newer value
      - Remove the RenderObject registry since we'll do listeners a different
        way. This also removes handleEvent for the same reason.
      - Remove the TODOs for mount/unmount becoming didMount/didUnmount since
        the methods do in fact do the mounting/unmounting.
      2a5fad93
    • Hixie's avatar
      fn3: Binding to RenderView · 555138e6
      Hixie authored
      In the old world, we had two ways to bind a Widget tree to a
      RenderObject node, one way for RenderView and one mostly untested way
      for other cases (it's only tested by the spinning_mixed.dart demo). For
      fn3, I made these the same code path.
      
      This patch also introduces GlobalKey, though the GlobalKey logic isn't
      hooked in yet.
      
      This is Hello World in the new world:
      
      ```dart
      import 'package:sky/src/fn3.dart';
      
      void main() {
        runApp(new Text('Hello World!'));
      }
      ```
      555138e6
    • Adam Barth's avatar
      Add tests for MultiChildRenderWidget · 8b162b59
      Adam Barth authored
      8b162b59
    • Adam Barth's avatar
      Add support for multichild widgets to fn3 · 436fb0ee
      Adam Barth authored
      436fb0ee
  2. 22 Sep, 2015 20 commits
  3. 21 Sep, 2015 13 commits
  4. 20 Sep, 2015 1 commit