1. e8aa40e release 0.0.17 (#12590) by Collin Jackson · 8 years ago 0.0.17 v0.0.17
  2. 0e34c7f CircleBorder (#12570) by Ian Hickson · 8 years ago
  3. 52fbcef Link platform.dill only into app kernel file used for build aot. (#12571) by Alexander Aprelev · 8 years ago
  4. 1f82733 Make BoxDecoration lerp gradients (#12451) by Ian Hickson · 8 years ago
  5. a133202 Don't attempt to draw invisible overflow indicator (#12534) by Adam Barth · 8 years ago
  6. 3d7a4ee Short circuit _checkUp if tap callbacks were triggered by resolve. (#12521) by amirh · 8 years ago
  7. bd3e91e AssetImage.obtainKey handles devicePixelRatio == null (#12564) by Hans Muller · 8 years ago
  8. 9ce3ba3 Add Cupertino icon fonts helper and dependency for default template (#12559) by xster · 8 years ago
  9. ad72c78 Fix testing on Fuchsia. (#12563) by P.Y. Laligand · 8 years ago
  10. fea1129 Roll engine to pick up iOS resource bundle fix. (#12558) by Alexander Aprelev · 8 years ago
  11. e20bff4 Add benchmark score keys to the hot mode test report. (#12547) by Alexander Aprelev · 8 years ago
  12. e697e55 Add large text switching to Gallery app. (#12443) by Greg Spencer · 8 years ago
  13. c2dfa6a Change pattern triggering next step. (#12543) by Alexander Aprelev · 8 years ago
  14. be1467e Restructure hot mode test so it runs interactively. (#12519) by Alexander Aprelev · 8 years ago
  15. 0999fca Update references to the engine project. (#12515) by P.Y. Laligand · 8 years ago
  16. 17db2d2 Fix nextMonthTooltip Japanese translation (#12540) by Chris Bracken · 8 years ago
  17. 25ac924 Modify the MaterialButton to expand when text is scaled. (#12431) by Greg Spencer · 8 years ago
  18. 6c6d08b Keep incremental compiler state through full restart. (#12535) by Alexander Aprelev · 8 years ago
  19. 3616ebb Emphasize the behavior property in GestureDetector's class doc. (#12536) by amirh · 8 years ago
  20. 00c4c7b de-emphasize the footer of the generated docs (#12514) by Devon Carew · 8 years ago
  21. 4ffa801 Remove parentSemantics from semantics tree compliation (#12479) by Michael Goderbauer · 8 years ago
  22. 32c038e Add missing curly braces in icon.dart (#12529) by amirh · 8 years ago
  23. e316956 Make tooltips scale with textScaleFactor (#12498) by gspencergoog · 8 years ago
  24. ba0618d Make material slider respect textScaleFactor (#12511) by gspencergoog · 8 years ago
  25. 3470c68 Make flag out of '--all' option (#12510) by Alexander Aprelev · 8 years ago
  26. 07a4b4c Reapply "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed." (#12490) by Ryan Macnak · 8 years ago
  27. 85e4f05 Fix restart flow for preview-dart-2 mode. (#12496) by Alexander Aprelev · 8 years ago
  28. a4b29d6 Pass --enable_mirrors=false when building script snapshots for the debug mode. (#12472) by Ryan Macnak · 8 years ago
  29. c312b3d Keep Icon's subtree structure the same with and without a semanticLabel. (#12516) by amirh · 8 years ago
  30. 72c8d9b Fix Hebrew translations (#12502) by amirh · 8 years ago
  31. 8f7c5c7 Fix Italian translations (#12506) by Julian · 8 years ago
  32. f5cc816 Keep CircleAvatar from scaling the text with textScaleFactor (#12499) by gspencergoog · 8 years ago
  33. c3d56b1 flutter_localization optional package (#12410) by Hans Muller · 8 years ago
  34. f07170b Update Semantics for SingleChildScrollViews (#12376) by Michael Goderbauer · 8 years ago
  35. 51e4e9f Rev version to 0.0.17-dev (#12489) by Chris Bracken · 8 years ago
  36. 4424892 Version 0.0.16 (#12488) by Chris Bracken · 8 years ago 0.0.16 v0.0.16
  37. 095e6af Reroll engine to 2a84f18c795d24ba95baed360fcb58b3dc66d661 (#12487) by Alexander Aprelev · 8 years ago
  38. 5e595d1 Allow specifying and a11y label for Icon widget (#12475) by amirh · 8 years ago
  39. c38b843 Move -referencing asserts to constructor body. (#12478) by Alexander Aprelev · 8 years ago
  40. 7f5b973 Revert "Roll engine after dart roll (#12473)" (#12477) by Alexander Aprelev · 8 years ago
  41. e706169 Roll engine after dart roll (#12473) by Alexander Aprelev · 8 years ago
  42. 4023b7c Use const for const constructor (#12464) by Alexander Aprelev · 8 years ago
  43. 4e48a73 Fix flex floating point error causing unnecessary striped warnings (#12424) by Ian Hickson · 8 years ago
  44. 4c23397 Remove dead --assert_initializer flag (#12441) by Zachary Anderson · 8 years ago
  45. 21b81d9 Disable Dart analysis in Fuchsia. (#12409) by P.Y. Laligand · 8 years ago
  46. ac1546c Add hotReloadInitialDevFSSyncMilliseconds to track how long user have… (#12417) by Alexander Aprelev · 8 years ago
  47. 8d41fa7 Adding proper accommodation for textScaleFactor in bottom navigation bar. (#12421) by gspencergoog · 8 years ago
  48. 0a85db2 Change PageController#nextPage & #previousPage methods to return Future when the animation completes. (#12299) by Iiro Krankka · 8 years ago
  49. c02850b Force upgrade update packages with improved update process. (#12412) by Alexander Aprelev · 8 years ago
  50. 150c583 Date picker i18n (#12324) by Yegor · 8 years ago
  51. b6185b6 Fix typos (#12367) by krisgiesing · 8 years ago
  52. 6ca2e5d fix _debugCheckOwnerBuildTargetExists; sync localizations and tests (#12245) by Yegor · 8 years ago
  53. 2b78675 Update IDEA project files (#12391) by stevemessick · 8 years ago
  54. 11007b2 Upgrade dartdoc to v0.14.1 (#12420) by jcollins-g · 8 years ago
  55. a30b109 Add RTL support to ListBody (#12414) by Adam Barth · 8 years ago
  56. cd3715a Border RTL (#12407) by Ian Hickson · 8 years ago
  57. cc3f576 ThemeData: optimize by removing polymorphism and caching; fix merging (#12249) by Yegor · 8 years ago
  58. 0189696 Roll engine to 459f722b86415da01386fe41f37bafa842f11ae8 (#12413) by Chris Bracken · 8 years ago
  59. d5ba4df Skip over flutter sdk packages when upgrading dependencies. (#12405) by Alexander Aprelev · 8 years ago
  60. 5e7bcba Revert "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)" (#12406) by Ryan Macnak · 8 years ago
  61. 9002881 When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304) by Ryan Macnak · 8 years ago
  62. dfa13a1 Roll engine to f7685ddf16ccf9e5f6c4386c23061b02ed0e37d4. by Ryan Macnak · 8 years ago
  63. eafa7f7 Roll engine to 6388e928801dece14033b9ca99421f473e1d2fd0. by Ryan Macnak · 8 years ago
  64. 7a73ddf Make TabBarView/PageView accessible (#12386) by Michael Goderbauer · 8 years ago
  65. 517315d Roll engine to d43d35347594c893687dec7402a525d83f57db10 (#12395) by Chris Bracken · 8 years ago
  66. 4fa6a1a Roll engine to a40cc7bb46bbc40d1c9e0656a203a02f37f9fc06 (#12394) by Chris Bracken · 8 years ago
  67. 02429ce Fix the doctor check for the flutter intellij plugin (#12389) by Devon Carew · 8 years ago
  68. c314548 Decoration improvements (#12356) by Ian Hickson · 8 years ago
  69. b9f20dc Print "package" instead of "plugin" when creating a package. (#12387) by stevemessick · 8 years ago
  70. 9d4f8da Roll engine to 8f1c0e97a283045ea22a9601642cde14a778e012 (#12375) by Michael Goderbauer · 8 years ago
  71. 7153dea Add hidden options --extra-front-end-options and --extra-gen-snapshot-options to flutter tool (#12219) by Alexander Markov · 8 years ago
  72. 528d28b Add material/18n/README.md (#12359) by Hans Muller · 8 years ago
  73. 4949945 Drop invisible SemanticsNodes from tree (#12358) by Michael Goderbauer · 8 years ago
  74. 6128f48 Switch SlideTransition over to using Offset (#12369) by Adam Barth · 8 years ago
  75. 31b6ac0 Restore FractionalOffset operators (#12368) by Adam Barth · 8 years ago
  76. 7bfa3c5 FlutterLogoDecoration.lerpFrom/lerpTo with non-logos (#12360) by Ian Hickson · 8 years ago
  77. ce930db Move Border into its own file (#12364) by Ian Hickson · 8 years ago
  78. eb2518f fix(typo) desc of jumpToPage (#12320) by Alex · 8 years ago
  79. fd04d4d Revert "Roll flutter engine (#12307)" (#12365) by Alexander Aprelev · 8 years ago
  80. affdab1 Add SemanticsEvent.toString for easier debugging (#12363) by Michael Goderbauer · 8 years ago
  81. f6fe8dc Roll flutter engine (#12307) by Alexander Aprelev · 8 years ago
  82. 18f0d3a Add framework support for system text scale factor. (#12180) by gspencergoog · 8 years ago
  83. 7d75c29 BoxDecoration tweaks (#12336) by Ian Hickson · 8 years ago
  84. 53194ed ShapeBorder (#12335) by Ian Hickson · 8 years ago
  85. 437e4c0 Make "mergeIntoParent" information available during compile of semantics tree (#12332) by Michael Goderbauer · 8 years ago
  86. 0044ea2 Replace usage of FractionalOffset with Alignment (#12348) by Adam Barth · 8 years ago
  87. 2b126bc Add Alignment, which will replace FractionalOffset (#12342) by Adam Barth · 8 years ago
  88. 89566fe Run pub with --trace (#12328) by Ian Hickson · 8 years ago
  89. 21899ce Honor more of the Theme for CircleAvatar with backgroundColor (#12333) by Ian Hickson · 8 years ago
  90. f40d09e Fixing docs for testWidgets. No functionality change. (#12309) by gspencergoog · 8 years ago
  91. 944fef4 Border.add, improve BorderSide.merge (#12327) by Ian Hickson · 8 years ago
  92. ada593e Move assert into constructor body. (#12331) by Todd Volkert · 8 years ago
  93. 2698fe8 Delete a duplicate EditableText test (#12325) by Chris Bracken · 8 years ago
  94. 3f6b28d Add a check for gradle failing due to missing licenses (#12318) by Michael Thomsen · 8 years ago
  95. 35ce207 Fix failure message in SemanticsTester (#12308) by Michael Goderbauer · 8 years ago
  96. 85c425a Improved behaviour for text-editing widgets (#12273) by Chris Bracken · 8 years ago
  97. e1fa035 Retry on failed download. (#12293) by Ian Hickson · 8 years ago
  98. 4c83ea8 SafeArea (#12292) by Ian Hickson · 8 years ago
  99. 9646e1f BorderSide improvements (#12294) by Ian Hickson · 8 years ago
  100. 9909e77 More documentation fixes (#12290) by Ian Hickson · 8 years ago