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