1. 2338576 implement selectable text (#34019) by chunhtai · 6 years ago
  2. 41bc10f Add text border docs (#36485) by Gary Qian · 6 years ago
  3. 38e41f5 SliverFillRemaining accounts for child size when hasScrollBody is false (#35810) by Kate Lovett · 6 years ago
  4. 252491f Updated ColorScheme.dark() colors to match the Material Dark theme specification (#36106) by Darren Austin · 6 years ago
  5. 7b556dc Fix the web builds by reverting version bump of build_modules (#36548) by Todd Volkert · 6 years ago
  6. c953cd1 Enable bitcode compilation for AOT (#36471) by Dan Field · 6 years ago
  7. e6128a0 Fix `flutter pub -v` (#36513) by Todd Volkert · 6 years ago
  8. 1170105 flutter update-packages --force-upgrade (#36510) by Todd Volkert · 6 years ago
  9. 4e4b9bd Renamed the Driver API waitUntilFrameSync to waitUntilNoPendingFrame. (#36512) by adazh · 6 years ago
  10. 82a4ba4 [flutter_tool] Send analytics command before the command runs (#36490) by Zachary Anderson · 6 years ago
  11. d1190b6 remove unrelated code (#36481) by Jonah Williams · 6 years ago
  12. b61fcfd AsyncSnapshot.data to throw if error or no data (#34626) by Todd Volkert · 6 years ago
  13. 1aa4628 Dismiss modal with any button press (#32770) by Tong Mu · 6 years ago
  14. adb2aee Ensure that cache dirs and files have appropriate permissions (#28090) by Todd Volkert · 6 years ago
  15. dd51afd Added Driver API that waits until frame sync. (#36334) by adazh · 6 years ago
  16. db6c362 Implement InputDecorationTheme copyWith, ==, hashCode (#36411) by Shi-Hao Hong · 6 years ago
  17. 5a34e79 Catch exceptions thrown by runChecked* when possible (#36109) by Emmanuel Garcia · 6 years ago
  18. 7b0cc50 release lock in flutter pub context (#36218) by Jonah Williams · 6 years ago
  19. 757b536 Add missing test case for Usage (#36379) by Jonah Williams · 6 years ago
  20. 1957c66 add testing to screenshot and printDetails method (#36418) by Jonah Williams · 6 years ago
  21. b7a49c4 fix sliver fixed pinned appbar (#36333) by Dan Field · 6 years ago
  22. 9c9b71a Add multi-line flag to semantics (#36297) by Mouad Debbar · 6 years ago
  23. 962a3cf Add missing protobuf dependency (#36394) by Jonah Williams · 6 years ago
  24. c60063b [cupertino_icons] Add glyph references for brightness and brightness_filled (#36174) by Jason Simpson · 6 years ago
  25. 0ab7047 Using custom exception class for network loading error (#35335) by Matan Shukry · 6 years ago
  26. 42a9c03 Fix invocations of ideviceinstaller not passing DYLD_LIBRARY_PATH (#36327) by Christopher Fujino · 6 years ago
  27. 03220ca Make sure add-to-app build bundle from outer xcodebuild/gradlew sends analytics (#36122) by xster · 6 years ago
  28. 0773557 Fix spelling error and clarify universal flag (#36331) by Tim Sneath · 6 years ago
  29. 4eb11c9 Fixes RenderSliverFixedExtentBoxAdaptor correctly calculates leadingGarbage and trailingGarbage. (#36302) by chunhtai · 6 years ago
  30. 598ecb3 Add clarifying docs on MaterialButton.colorBrightness (#36202) by Shi-Hao Hong · 6 years ago
  31. b2cc970 Fix FocusTraversalPolicy makes focus lost (#34153) (#34712) by 伯言 · 6 years ago
  32. 7992e32 Fix nested scroll view can rebuild if mark dirty during scheduleWarmUpFrame (#36097) by chunhtai · 6 years ago
  33. 5923f34 Revert "Fix semantics for floating pinned sliver app bar (#35574)" (#36319) by Dan Field · 6 years ago
  34. 57efab6 FakeHttpClientResponse improvements (#36289) by Todd Volkert · 6 years ago
  35. c96806e Allow semantics labels to be shorter or longer than raw text (#36243) by Dan Field · 6 years ago
  36. 36c37cc Implement feature flag system for flutter tools (#36138) by Jonah Williams · 6 years ago
  37. 93a3ce7 Disable flaky tests on Windows (#36317) by Dan Field · 6 years ago
  38. aa9a115 Move reporting files to reporting/ (#36017) by Todd Volkert · 6 years ago
  39. 540c747 Revert "Keep LLDB connection to iOS device alive while running from CLI. (#36194)" (#36293) by Christopher Fujino · 6 years ago
  40. e17f8d3 Support for elevation based dark theme overlay color in the Material widget (#35560) by Darren Austin · 6 years ago
  41. 5501a1c Keep LLDB connection to iOS device alive while running from CLI. (#36194) by sjindel-google · 6 years ago
  42. fa65ddf [flutter_tool] Allow analytics without a terminal attached (#36208) by Zachary Anderson · 6 years ago
  43. 1166015 Enable widget load assets in its own package in test (#35991) by chunhtai · 6 years ago
  44. a8c4da2 add a kIsWeb constant to foundation (#36135) by Jonah Williams · 6 years ago
  45. 180aa0c Fix flaky peer connection (#36089) by liyuqian · 6 years ago
  46. b257c33 Use DeviceManager instead of device to determine if device supports project (#36213) by Jonah Williams · 6 years ago
  47. 6b17840 Don't try to flutterExit if isolate is still paused (#36199) by Jonah Williams · 6 years ago
  48. 102ab1e Reland bundle ios deps (#36093) by Christopher Fujino · 6 years ago
  49. e3ee5c6 Add better handling of JSON-RPC exception (#36082) by Jonah Williams · 6 years ago
  50. d919e69 Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) by Ian Hickson · 6 years ago
  51. bec1b9a Optimize gesture recognizer instantiation (#35979) by Hey24sheep · 6 years ago
  52. 13382f4 [flutter_tool] Catch a yaml parse failure during project creation (#36105) by Zachary Anderson · 6 years ago
  53. 7056214 Handle google3 version of pb (#36084) by Jonah Williams · 6 years ago
  54. 0a97553 Revert "Merge branches 'master' and 'master' of github.com:flutter/flutter into timsneath-precache2" (#36096) by Jonah Williams · 6 years ago
  55. 8809f69 Revert "Part 1: Skia Gold Testing (#33688)" (#36094) by Kate Lovett · 6 years ago
  56. 67ab890 Merge branches 'master' and 'master' of github.com:flutter/flutter into timsneath-precache2 by Tim Sneath · 6 years ago
  57. 7349970 Update comments to match precache help by Tim Sneath · 6 years ago
  58. b322fdd Update precache help by Tim Sneath · 6 years ago
  59. eb0b179 Part 1: Skia Gold Testing (#33688) by Kate Lovett · 6 years ago
  60. fc7bd6a refactor out selection handlers (#35207) by chunhtai · 6 years ago
  61. e91822d Revert "Bundle ios dependencies (#34669)" (#36071) by Christopher Fujino · 6 years ago
  62. 7b150f8 move reload and restart handling into terminal (#35846) by Jonah Williams · 6 years ago
  63. 14d489a Bundle ios dependencies (#34669) by Christopher Fujino · 6 years ago
  64. 90326b6 [ImgBot] Optimize images (#35971) by Anoop B · 6 years ago
  65. e91b98a Add initial implementation of flutter assemble (#32816) by Jonah Williams · 6 years ago
  66. 8d81c30 [WIP] Use public _registerService RPC by Ben Konyi · 6 years ago
  67. 7a20148 Add colorFilterLayer/Widget (#35468) by Dan Field · 6 years ago
  68. 539f09f Remove `_debugWillReattachChildren` assertions from `_TableElement` (#34202) by LongCatIsLooong · 6 years ago
  69. 735352a Deflake ImageProvider.evict test (#35999) by Dan Field · 6 years ago
  70. ae8ff41 Revert "Keep LLDB connection to iOS device alive while running from CLI. (#35731)" (#35996) by Jonah Williams · 6 years ago
  71. d200dc1 Keep LLDB connection to iOS device alive while running from CLI. (#35731) by sjindel-google · 6 years ago
  72. e8fbdd8 Add example showing how to move from one field to the next. (#35926) by Greg Spencer · 6 years ago
  73. 3b945da Change focus example to be more canonical (and correct), listening to the focus node for changes. (#35913) by Greg Spencer · 6 years ago
  74. ff53fbe Text selection menu show/hide cases (#35219) by Justin McCandless · 6 years ago
  75. ef42c36 Cleanup widgets/sliver_persistent_header.dart with resolution of dart-lang/sdk#31543 (#35828) by Tom Robinson · 6 years ago
  76. 70bb5d1 Add flag to use root navigator for showModalBottomSheet (#35878) by rami-a · 6 years ago
  77. 14e4565 Doc fixes (#35892) by Kate Lovett · 6 years ago
  78. 176ebfd flutter/tests support (#33140) by Ian Hickson · 6 years ago
  79. ec2c3f2 Disable CocoaPods input and output paths in Xcode build phase for ephemeral add2app (#35833) by Jenn Magder · 6 years ago
  80. e7ef756 Update Dark Theme disabledColor to White38 (#35136) by Shi-Hao Hong · 6 years ago
  81. 2b20345 use pub run for create test and remove [INFO] logs (#35839) by Jonah Williams · 6 years ago
  82. e3a08d2 Remove reverseDuration from implicitly animated widgets, since it's ignored. (#35785) by Greg Spencer · 6 years ago
  83. 871b589 add sample code for AnimatedContainer (#35225) by John Ryan · 6 years ago
  84. af1bd09 Added MaterialApp.themeMode to control which theme is used. (#35499) by Darren Austin · 6 years ago
  85. adf45d1 Refactor signal and command line handler from resident runner (#35406) by Jonah Williams · 6 years ago
  86. 9c1783e Update TextStyle and StrutStyle height docs (#33281) by Gary Qian · 6 years ago
  87. aae50f5 [Material] Text scale and wide label fixes for Slider and Range Slider value indicator shape (#35496) by Anthony · 6 years ago
  88. a76e39f Rendering errors with root causes in the widget layer should have a reference to the widget (#32511) by chunhtai · 6 years ago
  89. 97b2c98 Navigator pushAndRemoveUntil Fix (#35223) by Kate Lovett · 6 years ago
  90. b041a58 enable lint prefer_if_null_operators (#35745) by Alexandre Ardhuin · 6 years ago
  91. 0e7cfc1 Add missing [applicationIcon] property to LicensePage widget (#34906) by Hiroki Matsue · 6 years ago
  92. 4e973ad Various doc fixes (#35548) by Michael Goderbauer · 6 years ago
  93. 559c998 UIApplicationLaunchOptionsKey -> UIApplication.LaunchOptionsKey (#35763) by Jenn Magder · 6 years ago
  94. e3acb5c Refactor keymapping for resident_runner (#35762) by Dan Field · 6 years ago
  95. f3150ed Remove Swift Obj-C Inference build setting (#35756) by Jenn Magder · 6 years ago
  96. 1e26c41 Remove web, fuchsia, and unsupported devices from all (#35709) by Jonah Williams · 6 years ago
  97. 39baa09 Fix semantics for floating pinned sliver app bar (#35574) by Dan Field · 6 years ago
  98. cac8835 Update annotated region findAll implementation to use Iterable (#35725) by Jonah Williams · 6 years ago
  99. bcd28e7 Don't pause on tool tests (#35657) by Jonah Williams · 6 years ago
  100. d3eee57 Update the help message on precache command for less confusion (#35480) by Lau Ching Jun · 6 years ago v1.8.1