1. 73e62d3 Merge pull request #779 from abarth/basic_docs by Adam Barth · 10 years ago v0.0.20-alpha
  2. 429e17c Merge pull request #786 from Hixie/pointers by Ian Hickson · 10 years ago
  3. 7243c56 Got the check the wrong way in the last patch. by Hixie · 10 years ago
  4. d6f61e4 Merge pull request #784 from Hixie/pointer-move-hack by Ian Hickson · 10 years ago
  5. 069fc6d Add some dartdoc to basic widgets by Adam Barth · 10 years ago
  6. 1e683b2 Merge pull request #704 from vlidholt/master by Viktor Lidholt · 10 years ago
  7. aabae3a Ignore hover events. by Hixie · 10 years ago
  8. 1d8bea0 Merge pull request #783 from abarth/mimic_mark_needs_build by Adam Barth · 10 years ago
  9. 23776e7 Expose markNeedsBuild on MimicOverlayEntry by Adam Barth · 10 years ago
  10. ef76140 Merge pull request #782 from Hixie/yak2-pointer-events by Ian Hickson · 10 years ago
  11. f3a65d0 Export the new pointer event classes. by Hixie · 10 years ago
  12. 36beda0 Merge pull request #778 from abarth/parent_data_fixes by Adam Barth · 10 years ago
  13. 2f3baf1 Parent data fixes by Adam Barth · 10 years ago
  14. 83ba426 Fix typo by Adam Barth · 10 years ago
  15. d0a5536 Merge pull request #768 from abarth/continuous_docs by Adam Barth · 10 years ago
  16. 6ca057e Update Flutter API docs continuously by Adam Barth · 10 years ago
  17. 5bb598a Merge pull request #767 from abarth/clip_image_repeat by Adam Barth · 10 years ago
  18. e46f480 Repeated background images should be clipped to the container by Adam Barth · 10 years ago
  19. 3419b3e Merge pull request #764 from abarth/material_page_completer by Adam Barth · 10 years ago
  20. ac96f74 Merge pull request #765 from abarth/layout_id_key by Adam Barth · 10 years ago
  21. 616c6d7 LayoutId should default to using its id as its key by Adam Barth · 10 years ago
  22. c014fd3 Merge pull request #763 from abarth/popup_splash by Adam Barth · 10 years ago
  23. 5ea4990 Add a completer to MaterialPageRoute by Adam Barth · 10 years ago
  24. e7c05e5 Popup menu splash doesn't go to edge by Adam Barth · 10 years ago
  25. 503218c Merge pull request #762 from abarth/image_repeat by Adam Barth · 10 years ago
  26. 7eb387b Merge pull request #760 from Hixie/move-pointer-fixes by Ian Hickson · 10 years ago
  27. 9c00bc5 Implement ImageRepeat by Adam Barth · 10 years ago
  28. 2965dcb Cleanup for the Pointer changes. by Ian Hickson · 10 years ago
  29. e0107b0 Merge pull request #756 from Hixie/PointerInputEvent.kind by Ian Hickson · 10 years ago
  30. f162555 PointerInput refactor by Ian Hickson · 10 years ago
  31. bc1b47e Merge pull request #755 from abarth/rm_painting_canvas by Adam Barth · 10 years ago
  32. 5a17c2b Merge pull request #754 from abarth/radial_reaction by Adam Barth · 10 years ago
  33. abf0359 Remove PaintingCanvas by Adam Barth · 10 years ago
  34. 40bc9e6 Remove outdated radial_reaction.dart by Adam Barth · 10 years ago
  35. b6cf053 Merge pull request #752 from Hixie/yak3-remove-timing by Ian Hickson · 10 years ago
  36. 88fbf76 Merge pull request #751 from Hixie/yak2-mean-performance by Ian Hickson · 10 years ago
  37. 379b6a5 Replace AnimationTiming with CurvedPerformance by Hixie · 10 years ago
  38. 21ec20e MeanPerformance by Hixie · 10 years ago
  39. d46aff8 Merge pull request #750 from Hixie/yak3-performance-view-listener-refactor by Ian Hickson · 10 years ago
  40. 4ba074f Refactor PerformanceView listeners. by Hixie · 10 years ago
  41. 0d6a564 Merge pull request #747 from abarth/null_assert by Adam Barth · 10 years ago
  42. f1b01f9 Merge pull request #746 from Hixie/homogeneous-fixes by Ian Hickson · 10 years ago
  43. 59c3ecd Improve the asset for build functions that return null by Adam Barth · 10 years ago
  44. 7dc7f16 Merge pull request #741 from collinjackson/hero_wip by Collin Jackson · 10 years ago
  45. d4f3d0a Add more asserts to help catch the blackness bug by Hixie · 10 years ago
  46. c253ca6 Support for hero transitions underneath a PageRoute by Collin Jackson · 10 years ago
  47. fa31a4a Move HeroController into heroes.dart and PageRoute into pages.dart by Collin Jackson · 10 years ago
  48. 519b190 Merge pull request #745 from Hixie/yak2-better-transitions-api by Ian Hickson · 10 years ago
  49. a83eadc Refactor forward transition building by Hixie · 10 years ago
  50. 42eafce Merge pull request #740 from abarth/custom_layout_assert by Adam Barth · 10 years ago
  51. 8b3df84 Merge pull request #742 from eseidelGoogle/profile_instructions by Eric Seidel · 10 years ago
  52. c088494 Merge pull request #739 from Hixie/builder-no-variables by Ian Hickson · 10 years ago
  53. b83187d MultiChildLayoutDelegate should assert that all children have had layoutChild called exactly once by Adam Barth · 10 years ago
  54. 047c53e Make profile_startup.dart print instructions. by Eric Seidel · 10 years ago
  55. 4789ee3 BuilderTransition no longer requires variables by Hixie · 10 years ago
  56. eaab8fa Merge pull request #735 from abarth/custom_clip by Adam Barth · 10 years ago
  57. 9759971 Merge pull request #734 from abarth/foreground_painter by Adam Barth · 10 years ago
  58. f667266 Add custom clipping to ClipRect and ClipOval by Adam Barth · 10 years ago
  59. ccd154f Merge pull request #738 from eseidelGoogle/profile_startup by Eric Seidel · 10 years ago
  60. 7b518d9 Merge pull request #737 from Hixie/yak2-slider by Ian Hickson · 10 years ago
  61. 6c3459e Slider Improvements by Hixie · 10 years ago
  62. 2a9de0a Add the ability to custom paint foregrounds by Adam Barth · 10 years ago
  63. 5e70bd1 Add script for profiling startup using flutter trace on Android by Eric Seidel · 10 years ago
  64. 87667cb Merge pull request #714 from jason-simmons/stocks_i18n by Jason Simmons · 10 years ago
  65. e08d446 Example of using the Dart internationalization package in Flutter by Jason Simmons · 10 years ago
  66. a2b8f8b Merge pull request #721 from abarth/ink_response by Adam Barth · 10 years ago
  67. 0608a02 Improve material ink response by Adam Barth · 10 years ago
  68. dc90783 Merge pull request #718 from Hixie/core-basics by Ian Hickson · 10 years ago
  69. 1d4693f Merge pull request #719 from Hixie/analyzer by Ian Hickson · 10 years ago
  70. c5a2661 Introduce some basic utility classes. by Ian Hickson · 10 years ago
  71. 0290622 Analyzer improvements by Ian Hickson · 10 years ago
  72. 2b47efc Merge pull request #716 from abarth/auto_menu by Adam Barth · 10 years ago
  73. ed9fcc3 Merge pull request #711 from abarth/letter_spacing by Adam Barth · 10 years ago
  74. e17c3ec Automatically fill in the menu button when there's a drawer by Adam Barth · 10 years ago
  75. 20a49ed Add support for letterSpacing to TextStyle by Adam Barth · 10 years ago
  76. 5ad32f2 Update engine by Adam Barth · 10 years ago
  77. f497d94 Merge pull request #715 from eseidelGoogle/logcat_broken by Eric Seidel · 10 years ago
  78. 7d4feaa Workaround logcat -c not working by Eric Seidel · 10 years ago
  79. 1ff3a35 Merge pull request #712 from Hixie/yak2-discriminating-transitions by Ian Hickson · 10 years ago
  80. 15a13b8 Merge pull request #713 from Hixie/title by Ian Hickson · 10 years ago
  81. 5dd8bd6 Allow non-Material apps to use the Title widget. by Hixie · 10 years ago
  82. 5252a30 Merge pull request #709 from Hixie/canPop by Ian Hickson · 10 years ago
  83. cd19702 Be more discerning with forward transitions by Hixie · 10 years ago
  84. cf7a3b0 Navigator.canPop(context) by Hixie · 10 years ago
  85. 93b1f10 Merge pull request #708 from eseidelGoogle/trace_path by Eric Seidel · 10 years ago
  86. 5e2bc90 Make it possible to specify the saved path for trace --stop by Eric Seidel · 10 years ago
  87. 1a5639d Merge pull request #707 from abarth/tiny_flex by Adam Barth · 10 years ago
  88. ab74b17 Merge pull request #705 from Hixie/yak3-material-app-route-classes by Ian Hickson · 10 years ago
  89. 2ef0b56 Merge pull request #706 from Hixie/speed-control by Ian Hickson · 10 years ago
  90. 7e474f6 RenderFlex shouldn't assert when its out of space by Adam Barth · 10 years ago
  91. e249c0a Add menu items to stocks to control timeDilation by Hixie · 10 years ago
  92. df07a69 Let MaterialApp.onGenerateRoute return a Route by Hixie · 10 years ago
  93. aafcbbc Fixes issue with physics debug drawing in sprites by Viktor Lidholt · 10 years ago
  94. 884b2cf Update engine by Adam Barth · 10 years ago
  95. 990f37a Merge pull request #703 from eseidelGoogle/trace_startup by Eric Seidel · 10 years ago
  96. 4eee2e4 Add support for passing --trace-startup on Android by Eric Seidel · 10 years ago
  97. 31203a9 Merge pull request #697 from abarth/prebuilt_test by Adam Barth · 10 years ago
  98. 85a60a1 Merge pull request #696 from abarth/fix_drawer by Adam Barth · 10 years ago
  99. 1d195cb Fix a large number of Drawer bugs by Adam Barth · 10 years ago
  100. fb98a38 Support `flutter test` with prebuilt binaries by Adam Barth · 10 years ago