1. b5df920 Roll engine 08465e800035..526e0e3afb2c (10 commits) (#25529) by engine-flutter-autoroll · 7 years ago v1.1.3
  2. 6e15572 [Material] Theme-able TextStyles for AlertDialog (#25339) by MH Johnson · 7 years ago
  3. f8ab726 Flutter doctor error message lookup (#23889) by tonyzhao1 · 7 years ago
  4. 29bab6c Fix the build (#25568) by Stanislav Baranov · 7 years ago
  5. 3cf40b4 Revert "Update examples to match the new version of generated build.gradle (#25483)" (#25563) by liyuqian · 7 years ago
  6. b8a035a Adds CupertinoTheme (#23759) by xster · 7 years ago
  7. 8b34a12 Video demo instrumentation (#25489) by Hans Muller · 7 years ago
  8. 49e67e2 Roll engine 5af435098d34..08465e800035 (3 commits) (#25522) by engine-flutter-autoroll · 7 years ago
  9. 8acc058 Update examples to match the new version of generated build.gradle (#25483) by Stanislav Baranov · 7 years ago
  10. 693fb65 Fix flutter tool to actually honor --build-number/--build-name flags. (#25520) by Stanislav Baranov · 7 years ago
  11. 0d4f279 Read correct cached VM snapshot in dynamic mode (PRODUCT vs RELEASE) (#25472) by Stanislav Baranov · 7 years ago
  12. e41f146 make see also sections uniform (#25513) by Alexandre Ardhuin · 7 years ago
  13. 324f275 TransitionRoute.canTransitionFrom,To() doc update (#25477) by Hans Muller · 7 years ago
  14. f6c1476 Fix gradle local.properties tests that were never excersized. (#25484) by Stanislav Baranov · 7 years ago
  15. a3dd2ee Fix typo (#25237) by Gary Qian · 7 years ago
  16. f8964ae Iterate through potential grapheme cluster lengths in text painter (#24797) by Gary Qian · 7 years ago
  17. 21c6dda assert(elevation >= 0.0) and doc clarifications (#25345) by Michael Goderbauer · 7 years ago
  18. 89fa4cc Add InputDecoration alignLabelWithHint parameter (#24993) by Justin McCandless · 7 years ago
  19. 9b6229a TextField.onChanged() doc update (#25473) by Hans Muller · 7 years ago
  20. cbb168e Fix (probably) bad assert when running `flutter test` with asserts and `--start-paused` (#25512) by Danny Tuppeny · 7 years ago
  21. 32d65fe fix some formatting issues (#25474) by Alexandre Ardhuin · 7 years ago
  22. 8ad4cbe Add cull opacity perf test to device lab (#25381) by liyuqian · 7 years ago
  23. 7ecef3a Mark flaky tests as such (#25482) by liyuqian · 7 years ago
  24. ba71933 don't warn for non-matching device discoverers (#25440) by Devon Carew · 7 years ago
  25. 0a79810 Support Java 1.8 (#25470) by Dan Field · 7 years ago
  26. 632e21b fix the daemon device.getDevices call (#25443) by Devon Carew · 7 years ago
  27. a039b2c Revert "Revert "obscureText and enableInteractiveSelection defaults"" (#25342) by Justin McCandless · 7 years ago
  28. b18a2b1 [fuchsia] Get Dart VM service ports from The Hub (#25332) by Zachary Anderson · 7 years ago
  29. 9619b53 Update localizations (#25394) by Hans Muller · 7 years ago
  30. c19142d Support ANDROID_SDK_ROOT in addition to ANDROID_HOME (#25221) by Danny Tuppeny · 7 years ago
  31. f0871de Roll engine 494112582932..5af435098d34 (2 commits) (#25438) by engine-flutter-autoroll · 7 years ago
  32. 0e9ad43 Roll engine 101b27da7a1b..494112582932 (19 commits) (#25423) by engine-flutter-autoroll · 7 years ago
  33. 59bfab1 Reland "Call mark* methods before attaching child (#25239)" (#25395) by Michael Goderbauer · 7 years ago
  34. d1deb32 try disabling flutter run test (#25416) by Jonah Williams · 7 years ago
  35. c5251cd Flutter tool support for automatic saving of JIT compilation trace (#25301) by Stanislav Baranov · 7 years ago
  36. 30fb97b Fixed Typography null factory constructor (#24932) by Hans Muller · 7 years ago
  37. ad2e3eb Adds support for floating cursor (#25384) by jslavitz · 7 years ago
  38. b4f1d5a Add fuchsia devices to daemon command (#25344) by Jonah Williams · 7 years ago
  39. 4c24bcc Remove TextField.noMaxLength, use maxLength = -1 instead (#24999) by S McDowall · 7 years ago
  40. 1a60b16 Add ipv6 and observatory port support to the attach command (#25303) by David Shuckerow · 7 years ago
  41. a0efb78 Revert "drop/restore focus when app becomes invisible/visible" (#25390) by Jonah Williams · 7 years ago
  42. 8c439fd IntrinsicWidth stepWidth or stepHeight == 0.0 (#25228) by Hans Muller · 7 years ago
  43. ff97e25 drop/restore focus when app becomes invisible/visible (#24744) by Jonah Williams · 7 years ago
  44. ea7d086 Revert "Call mark* methods before attaching child (#25239)" (#25382) by Michael Goderbauer · 7 years ago
  45. d01f574 Revert "Use stderr instead of stdout to contain errors in flutter attach test" (#25380) by Jonah Williams · 7 years ago
  46. d675bbb Roll engine a549981da706..101b27da7a1b (4 commits) (#25341) by engine-flutter-autoroll · 7 years ago v1.1.2
  47. 4cd8770 Revert "Adds support for floating cursor (#24761)" (#25352) by Jonah Williams · 7 years ago
  48. 46878d8 Adds support for floating cursor (#24761) by jslavitz · 7 years ago
  49. 95b0124 Add imports section to sample code templates, and more docs. (#25184) by Greg Spencer · 7 years ago
  50. 2b819dd Use stderr instead of stdout to contain errors in flutter attach test (#25305) by David Shuckerow · 7 years ago
  51. 01694ab Allow detection of taps on TabBar (#23919) by Jasper van Riet · 7 years ago
  52. a37099f a549981da Roll src/third_party/skia a69b10312977..5eb29448dfbd (1 commits) (flutter/engine#7211) (#25333) by engine-flutter-autoroll · 7 years ago
  53. c545706 Revert "obscureText and enableInteractiveSelection defaults (#24527)" (#25335) by Justin McCandless · 7 years ago
  54. f8f5953 obscureText and enableInteractiveSelection defaults (#24527) by Justin McCandless · 7 years ago
  55. affcc38 Roll engine 571f47457c0e..921b1ccebb8f (4 commits) (#25314) by engine-flutter-autoroll · 7 years ago
  56. 952d24b Text field style merge (#24449) by Justin McCandless · 7 years ago
  57. 92efec3 [Material] Theme-able elevation on dialogs. (#24169) by MH Johnson · 7 years ago
  58. e6d216c Roll engine e5195ee479c4..571f47457c0e (4 commits) (#25302) by engine-flutter-autoroll · 7 years ago
  59. 5c1f1d7 Call mark* methods before attaching child (#25239) by Michael Goderbauer · 7 years ago
  60. 75228a5 Remove uses-material-design from hello_world example (#25300) by Michael Goderbauer · 7 years ago
  61. e6292c8 Revert "Add ipv6 and observatory port support to the attach command." (#25288) by David Shuckerow · 7 years ago
  62. f30029b Run flutter tests through mini test engine when run directly (flutter run -t test_file) (#24930) by Jonah Williams · 7 years ago
  63. f198d66 e5195ee47 Remove unnecessary includes of Ganesh headers (flutter/engine#7189) (#25282) by engine-flutter-autoroll · 7 years ago
  64. 9a8e2f0 Validate style in TextField (#24587) by Justin McCandless · 7 years ago
  65. 4a110b6 Allow snippets tool to be run from arbitrary CWDs (#25243) by Janice Collins · 7 years ago
  66. e29b023 Make doctor output consistent between VS Code/IntelliJ/Android Studio when plugins are missing (#25269) by Danny Tuppeny · 7 years ago
  67. 9150b3f Add ipv6 and observatory port support to the attach command. (#24537) by David Shuckerow · 7 years ago
  68. 2994d35 Add some a basic debug stepping tests (#24515) by Danny Tuppeny · 7 years ago
  69. cc23a7b Roll engine 25b58c0c67dc..abb1d3a6c0b2 (3 commits) (#25258) by engine-flutter-autoroll · 7 years ago
  70. 114335d Support TextField multi-line hint text #20941 (#24976) by Trevor Wang · 7 years ago
  71. 65df90d Add navigatorKey to CupertinoTabView (#25183) by xster · 7 years ago v1.1.1
  72. 8ca8dbf Do not fade out text for pinned & floating AppBar (#25051) by Michael Goderbauer · 7 years ago
  73. 390ded9 Roll engine 7375a0f414bd..25b58c0c67dc (198 commits) (#25236) by engine-flutter-autoroll · 7 years ago
  74. c461e93 Revert "Ensure that cache dirs and files have appropriate permissions" (#25240) by Jonah Williams · 7 years ago
  75. 234855c Handle a TabBarView special case: last tab deleted before animation ends (#24892) by Hans Muller · 7 years ago
  76. 3cca1a2 Fixed Spelling. (#25217) by Jimmy Casey · 7 years ago v1.1.0
  77. 6901cd4 TextFormField cursor params (#24635) by Justin McCandless · 7 years ago
  78. f140555 Fixed an InheritedWidget doc typo (#25168) by Hans Muller · 7 years ago
  79. 625a37b Adds favicon to Dash/Zeal docset, adds OpenSearch metadata. (#25178) by Greg Spencer · 7 years ago
  80. b080a47 Fuchsia multiple devices and target (#24953) by Jonah Williams · 7 years ago
  81. f8a7abb Add a check for build methods that return context.widget (#25046) by Hans Muller · 7 years ago
  82. 3f1c308 Don't require the AVD folder to exist in order to run `flutter emulators` (#25154) by Danny Tuppeny · 7 years ago
  83. 7120dab Don't crash if pinned & floating AppBar has less than minExtent remainingPaintExtent (#25048) by Michael Goderbauer · 7 years ago
  84. b023a57 Fix debugPrint(null) to not crash (#24942) by Michael Goderbauer · 7 years ago
  85. 4659916 Remove offstage wording from KeepAlive (#24881) by Michael Goderbauer · 7 years ago
  86. 7058cf5 Temporarily add the incorrectly filtered exoplayer gradle dependency (#25186) by xster · 7 years ago
  87. 61291ae ensure lastBuildTimestamp is set before early return (#25058) by Jonah Williams · 7 years ago
  88. 243222c Include error message in crash reports (#24632) by Todd Volkert · 7 years ago
  89. 280bbef Remove deprecated lint "prefer_bool_in_asserts". (#24890) by Paul Berry · 7 years ago
  90. 74ab1bf Ensure that cache dirs and files have appropriate permissions (#24669) by Todd Volkert · 7 years ago
  91. e7a4e7c Update Switch doc: disabled state (#24941) by Hans Muller · 7 years ago
  92. ab36f05 Replace deprecated link in docs (#25120) by Patrice Chalin · 7 years ago
  93. 06ffbbf Change network image URL in doc (#25096) by liyuqian · 7 years ago
  94. f250db6 Adds small fix to Cupertino navigation demo by jslavitz · 7 years ago
  95. 8d249c2 Fix semantics compiler for offstage children (#24862) by Michael Goderbauer · 7 years ago
  96. d74b1c2 Add animations to SliverAppBar doc (#25091) by Michael Goderbauer · 7 years ago
  97. 27c8ffa Fix typo in documentation (#25003) by Gary Qian · 7 years ago
  98. a226c0f Add a flutter-attach entry point for fuchsia (#24878) by Jonah Williams · 7 years ago
  99. 5391447 Clarify dart:ui dependencies in foundation library (#24868) by Ian Hickson · 7 years ago v1.0.0
  100. 58c8489 7375a0f41 Roll Skia to 57d29eaf2ed7518983d9e91fd5219f4cfc181f88 (flutter/engine#7024) (#24874) by engine-flutter-autoroll · 7 years ago v0.11.13