1. e2f54df Release SDK version 0.0.7 (#10456) by Collin Jackson · 8 years ago 0.0.7 v0.0.7
  2. a6069ae Roll engine to 1f2aa075717169d6058ad97b3b5c2794a97a43d7 (#10447) by Michael Goderbauer · 8 years ago
  3. a367dcb Add flags to pass '--enable-software-rendering' flag to engine in run command (#10449) by Gary Qian · 8 years ago
  4. e3bab98 preview of prefer_asserts_in_initializer_list lint (#10441) by Alexandre Ardhuin · 8 years ago
  5. 2aaa7f8 CupertinoNavigationBar part 2 - create a bare bone CupertinoNavigationBar (#10423) by xster · 8 years ago
  6. a8777ce CupertinoNavigationBar part 1 - extract common layout logic (#10337) by xster · 8 years ago
  7. 457554b Added test for box decoration hit (#10438) by Rafal Wachol · 8 years ago
  8. c63ac6b Upgrade to new template (#10374) by Mikkel Nygaard Ravn · 8 years ago
  9. 1b9c6a6 More documentation (#10426) by Ian Hickson · 8 years ago
  10. 498cfc6 (Update and) Integrate Rendering README into code (#10389) by Michael Goderbauer · 8 years ago
  11. 0e97637 Implement a pushRoute service to satisfy the FlutterView.pushRoute API (#10415) by Jason Simmons · 8 years ago
  12. 1b5b929 mark flutter_gallery_ios__transition_perf as flaky (#10420) by Yegor · 8 years ago
  13. 06deba2 move more tests to Linux hosts (#10413) by Yegor · 8 years ago
  14. 7397bb9 add tests to linux hosts (#10409) by Yegor · 8 years ago
  15. 9c502cb Clean up ideviceinstaller doctor messages (#10408) by Chris Bracken · 8 years ago
  16. 479e533 Clarify libimobiledevice doctor check message (#10406) by Chris Bracken · 8 years ago
  17. c168afc Fix performance regression with _InheritedTheme (#10311) by xster · 8 years ago
  18. ccad284 Docs for menus (#10396) by Ian Hickson · 8 years ago
  19. c713aa0 BoxFit documentation (#10397) by Ian Hickson · 8 years ago
  20. 2ab60e9 Scroll text fields when the caret moves outside the viewport (#10323) by Jason Simmons · 8 years ago
  21. 0809a4f Don't enforce `library_prefixes` lint in users' projects. (#10392) by Todd Volkert · 8 years ago
  22. 87c5b24 Exclude ModalBarrier from Semantics Tree if it is not dismissible (#10395) by Michael Goderbauer · 8 years ago
  23. d14bb2c Add example showing full-screen iOS/Android view from Flutter (#10386) by Sarah Zakarias · 8 years ago
  24. 178f446 Add generated plugin registry (#10375) by Mikkel Nygaard Ravn · 8 years ago
  25. a755ccd Use new project template (#10378) by Mikkel Nygaard Ravn · 8 years ago
  26. 6f81077 Use new project template (#10376) by Mikkel Nygaard Ravn · 8 years ago
  27. 6bff133 Fixed example README link (#10369) by Yusuke Konishi · 8 years ago
  28. 4a1e660 Documentation fix in StatefulWidget class (#10373) by Fahad · 8 years ago
  29. f437d02 Minor documentation fixes (Material, Column) (#10365) by Ian Hickson · 8 years ago
  30. e548d46 Document GridPaper (#10357) by Ian Hickson · 8 years ago
  31. 767ab66 Fix dartdocs (#10361) by Ian Hickson · 8 years ago
  32. f50cadd Much work on the documentation (#10331) by Ian Hickson · 8 years ago
  33. 4743a80 Minor flutter_tools test reorganization (#10356) by Chris Bracken · 8 years ago
  34. 56a556e Add more tests of toStringDeep. (#10346) by Jacob Richman · 8 years ago
  35. e913a51 Update Gallery's GeneratedPluginRegistrant to the latest template (#10349) by Jason Simmons · 8 years ago
  36. c06dce4 Add more docs for MethodChannel.invokeMethod (#10345) by Mikkel Nygaard Ravn · 8 years ago
  37. c11d131 Fix error in sample code (#10339) by Mikkel Nygaard Ravn · 8 years ago
  38. e9d50f8 Typo to associated (#10340) by Robert Felker · 8 years ago
  39. 2e96550 fix typeahead css (#10325) by Devon Carew · 8 years ago
  40. f375b5a Remove duplicated word "space" from docstrings (#10328) by Mary · 8 years ago
  41. b9d5327 perf_tests.dart: const constructors; constructors first by yjbanov · 8 years ago
  42. f59a677 track debug build times; switch from --profile to --release by yjbanov · 8 years ago
  43. 307f356 Include Semantics Node in debugDumpRenderTree, if available (#10338) by Michael Goderbauer · 8 years ago
  44. f68c6fb Fix package_test flakiness, init ensure terminal context entry is set (#10333) by Hans Muller · 8 years ago
  45. 77c0787 Updated sample app production device labs task (#10326) by Hans Muller · 8 years ago
  46. 3bb7696 Fix the devicelab task that generates sample catalog app screenshots, etc (#10324) by Hans Muller · 8 years ago
  47. b4e41ff Add a devicelab task that generates sample app screenshots, etc (#10303) by Hans Muller · 8 years ago
  48. 9452a34 Support inactive, suspending AppLifecycleStates (#10306) by Chris Bracken · 8 years ago
  49. 7fb798f Upgrade dartdoc to 0.12.0 (#10296) by jcollins-g · 8 years ago
  50. 7566f73 Simplify MemoryPressureObserver test (#10308) by Chris Bracken · 8 years ago
  51. 07e8a62 Updated removeRoute doc (#10300) by Hans Muller · 8 years ago
  52. 0cadbce Added Navigator.removeRoute() (#10298) by Hans Muller · 8 years ago
  53. 69c2542 CupertinoTabBar (#10264) by xster · 8 years ago
  54. f53d0fe Add some documentation for RenderSliver. (#10272) by Ian Hickson · 8 years ago
  55. 51ba6b3 Fix DecorationImage.centerSlice (#10257) by Ian Hickson · 8 years ago
  56. 61e938a Avoid divide by zero in scroll thumb rectangle calculations (#10271) by Jason Simmons · 8 years ago
  57. 251d83a Add org option to flutter create (#10290) by Mikkel Nygaard Ravn · 8 years ago
  58. 6762e86 Change template indentation to 2 spaces (#10289) by Mikkel Nygaard Ravn · 8 years ago
  59. 7156fc0 Update hello_world example to new template (#10287) by Mikkel Nygaard Ravn · 8 years ago
  60. 10f6483 Add Swift and Kotlin templates (#10259) by Mikkel Nygaard Ravn · 8 years ago
  61. 230f108 expose debugPaintBaselinesEnabled (#10276) by Devon Carew · 8 years ago
  62. d482898 More docs about keys. (#10282) by Ian Hickson · 8 years ago
  63. f1816d6 Roll engine to af60e003d06a82310d9d5240fdb6753729edb10f (#10285) by Chris Bracken · 8 years ago
  64. f9d24f6 More docs. (#10214) by Ian Hickson · 8 years ago
  65. 04aeef8 Let iOS flutter run auto-sign default to first profile (#10181) by xster · 8 years ago
  66. 437d4ab Delete the partial pod remains in examples/layer (#10187) by xster · 8 years ago
  67. 5902570 AppBar: fix bugs, add docs, add samples (#10223) by Ian Hickson · 8 years ago
  68. 04d418b Correct the initial rendering of non-scrollable dropdown menus (#10255) by Hans Muller · 8 years ago
  69. 8046f68 Roll engine to 1295b4718b204c627c71d80e309b3d5fea0592b8 (#10279) by Chris Bracken · 8 years ago
  70. daad838 Revert "Roll engine to 8b09c7231e0d32ec8aba476dd2b8319a8e5d6a73 (#10262)" (#10269) by Todd Volkert · 8 years ago
  71. 4a92055 Roll engine to 8b09c7231e0d32ec8aba476dd2b8319a8e5d6a73 (#10262) by Chris Bracken · 8 years ago
  72. 49cec45 Apply minor formatting fixes (#10261) by Chris Bracken · 8 years ago
  73. dd1456f Make most ios_workflow host tool calls async (#10260) by Chris Bracken · 8 years ago
  74. 9a908f7 Revert "Partial rollback of #10204" (#10258) by Michael Goderbauer · 8 years ago
  75. 0e5d4a8 Test installation status when ideviceid is not installed (#10254) by Chris Bracken · 8 years ago
  76. b291bf5 Partial rollback of #10204 (#10256) by Michael Goderbauer · 8 years ago
  77. aa9c782 Add initial list of known Android hardware (#10249) by Todd Volkert · 8 years ago
  78. e3ae11e Updated example gitignore files per the flutter create template (#10251) by Hans Muller · 8 years ago
  79. d33fd92 Print locale in flutter doctor (#10204) by Michael Goderbauer · 8 years ago
  80. f21abb6 Bump Dart SDK to `1.24.0-dev.3.0`. (#10110) by Phil Quitslund · 8 years ago
  81. d94ae08 Give an explicit path to the flutter tool. (#10235) by Ian Hickson · 8 years ago
  82. fbc5f74 Attempt to de-emphasise the source code section (#10215) by Ian Hickson · 8 years ago
  83. 2a140a7 Sample Catalog page/screenshot production (#10212) by Hans Muller · 8 years ago
  84. ee34516 Moved FLUTTER_HOME to FLUTTER_ROOT in gradle plugin (#10100) by Rafal Wachol · 8 years ago
  85. 40b67bb Move icons stuff from material to widget (#10192) by xster · 8 years ago
  86. 5b1e972 Filter out '\n' from terminal input. (#10220) by Alexander Aprelev · 8 years ago
  87. 0ec9132 Roll engine to 5a7e862cbeabdf021374c2b122505a5fcd6ca37b (#10222) by Chris Bracken · 8 years ago
  88. a2235d9 Switch off my new test since it broke the build (#10231) by Ian Hickson · 8 years ago
  89. 81b76c2 Make CircularProgressIndicator's stroke width configurable (#9794) by Adam Barth · 8 years ago
  90. ab8202d Track missing dartdocs (#10213) by Ian Hickson · 8 years ago
  91. 55f0aee Update README.md (#10227) by Ian Hickson · 8 years ago
  92. 95e9e7e Theme inserts IconTheme into tree (#10179) by xster · 8 years ago
  93. 48237d5 Small doc clarification to HapticFeedback.vibrate (#10217) by Chris Bracken · 8 years ago
  94. c9d21ec Add FlutterLogoDecoration tests (#10209) by Chris Bracken · 8 years ago
  95. 922c2d1 rename Android module file to include project name (#10163) by Brian Slesinsky · 8 years ago
  96. a883793 Don't fail assert when we send an error to the plugin. (#10207) by Todd Volkert · 8 years ago
  97. f5f0895 Comment out use_frameworks by default so that codelab users don't have to. (#10205) by Collin Jackson · 8 years ago
  98. f50fe13 Fix flip-flop behaviour with two competing taps (#10151) by Ian Hickson · 8 years ago
  99. ee1db83 We removed markdown a while ago. (#10184) by Ian Hickson · 8 years ago
  100. 77d67c9 fix flutter analyze --dartdocs (#10182) by Ian Hickson · 8 years ago