1. acbc16a Swift templates tweaks. (#13291) by Phil Quitslund · 7 years ago
  2. a4bc470 Tweak access to linter internals in package validation. (#13297) by Phil Quitslund · 7 years ago
  3. 1d6bb3c Update quiver dependency to 0.26.2 (#13299) by Chris Bracken · 7 years ago
  4. 5174dba Download our own copy of gradle wrapper. (#13267) by Jakob Andersen · 7 years ago
  5. 5a1dcdb Fix --preview-dart2 option handling for ios profile/release. (#13285) by Alexander Aprelev · 7 years ago
  6. e809511 remove dependency on package:quiver/iterables.dart (#13281) by Yegor · 7 years ago
  7. 42ca92c Hide preview-dart-2 flag. Show only in verbose (#13270) by Alexander Aprelev · 7 years ago
  8. 4447c0a Add --preview-dart-2 option support for ios builds (#13251) by Alexander Aprelev · 7 years ago
  9. b61cbc7 Add capability to print engine dart sdk to flutter doctor (#13085) by Mehmet Fidanboylu · 7 years ago
  10. 137f075 Add support for IOS_SIMULATOR_HOME environment variable in IOSSimulat… (#13236) by Todd Volkert · 7 years ago
  11. 909406b Consolidating .gitignore files. (#13002) by Greg Spencer · 7 years ago
  12. fc2f3b4 Updated run configurations with catalog examples. (#13099) by Greg Spencer · 7 years ago
  13. 7ad69b3 Update xcode project template to 9.1 (#13193) by xster · 7 years ago
  14. c182e0e Remove unused `pushFile` methods in ios classes (#13215) by Todd Volkert · 7 years ago
  15. c25558d change 2 print calls to printStatus (#13206) by Devon Carew · 7 years ago
  16. d776f64 tweaks to the cli args for flutter run (#13207) by Devon Carew · 7 years ago
  17. c7c3b60 Show Android tombstone during native crash (#12923) by Dwayne Slater · 7 years ago
  18. e792c6b Add support for binding to IPv6 localhost in `flutter run` (#13136) by Todd Volkert · 7 years ago
  19. d6a35ee Update dart:vmservice_sky to vmservice_io (#13138) by Chris Bracken · 7 years ago
  20. 545ec9e Add support for NDK discovery and add --prefer-shared-library option (#12788) by Martin Kustermann · 7 years ago
  21. 4676e1d Add support for iOS plugin class prefix (#13095) by Mikkel Nygaard Ravn · 7 years ago
  22. 928d2cc Add EBADF errno to list of ignorable errors in terminal.dart (#13077) by Todd Volkert · 7 years ago
  23. 0259be9 Fix spelling errors in all the dartdocs. (#13061) by Greg Spencer · 7 years ago
  24. d5d2cdf A bunch of onboarding error detections (#12977) by xster · 7 years ago
  25. f0e8819 Extract Android SDK version from named platform dirs. (#13056) by Todd Volkert · 7 years ago
  26. 9a0d4cf Add a Flutter version comparison function (#12959) by xster · 7 years ago
  27. 7adb720 Fixed a typo that I forgot to push before committing ide-config change. (#12998) by Greg Spencer · 7 years ago
  28. 2a26f29 Switch to concurrency of two, to see if that is a good balance. (#13003) by Greg Spencer · 7 years ago
  29. e2b9f89 Turn on concurrency for coverage shard so that it runs in parallel to fix Travis timeouts. (#13001) by Greg Spencer · 7 years ago
  30. 797b39e Creates a new flutter command 'ide-config' and removes *.iml and .idea from tree. (#12958) by Greg Spencer · 7 years ago
  31. 9be85b6 Support IPv6-only hosts in vmservice_test.dart. (#12985) by Jakob Andersen · 7 years ago
  32. 96942bc Get rid of static version methods which ignore the AppContext (#12971) by Mehmet Fidanboylu · 7 years ago
  33. 870da17 remove unused forwardPort; truthier console messages (#12981) by Yegor · 7 years ago
  34. e940381 Print a warning when cocoapods specs repo is out of date (#12915) by xster · 7 years ago
  35. 60af4ed tweak the text for the "elements didn't reload" message (#12826) by Devon Carew · 7 years ago
  36. f993cc3 [flutter_tool] Fix fuchsia_reload command for new .packages location (#12825) by Zachary Anderson · 7 years ago
  37. 9ae893b Use IKG for restarts, use IKG with ProtectedFileByteStore. (#12953) by Alexander Aprelev · 7 years ago
  38. edc0781 Reset list of dirty assets to be evicted when we do restart (#12743) by Alexander Aprelev · 7 years ago
  39. c936aa8 One more timeout. Centralize definitions. (#12970) by Mikkel Nygaard Ravn · 7 years ago
  40. e3d5cbc Make timeout more robust (#12969) by Mikkel Nygaard Ravn · 7 years ago
  41. a836201 Raise timeout limit for tests that call pub (#12968) by Mikkel Nygaard Ravn · 7 years ago
  42. 46b2d64 Update timeouts for flutter create tests (#12965) by Mikkel Nygaard Ravn · 7 years ago
  43. 454db9d Re-organize flutter_tools code to better support proper layering. (#12957) by Todd Volkert · 7 years ago
  44. b6bd628 address unused element issues and new warnings (#12890) by Devon Carew · 7 years ago
  45. 15601fe Enable lint prefer asserts in initializer lists (#12903) by Alexandre Ardhuin · 7 years ago
  46. d4830fc smoke test VM service connection before returning VMService object (#12914) by Yegor · 7 years ago
  47. 8f79643 Error message for unregistered phone (#12911) by xster · 7 years ago
  48. c17099f Leave a version tag when creating project (#12846) by xster · 7 years ago
  49. d402d40 Up a timeout to reduce the number of flakes. (#12837) by Ian Hickson · 7 years ago
  50. 83df7bd Update Dart package dependencies (#12829) by Chris Bracken · 7 years ago
  51. 8fd20b5 Text Painting Fuzzer (#12813) by Ian Hickson · 7 years ago
  52. e1174eb TextPainter RTL (#12791) by Ian Hickson · 7 years ago
  53. cb2cfac Check for presence of an asset directory before accessing it (#12790) by Jason Simmons · 7 years ago
  54. 1affb42 Remove the diagnostic server from flutter_tools (#12771) by Jason Simmons · 7 years ago
  55. 2114514 Don't collect usage data during Fuchsia build (#12780) by Adam Barth · 7 years ago
  56. 50db947 Clarify how to unconfigure with flutter config (#12733) by Michael Thomsen · 7 years ago
  57. acdbe45 Report error on iOS non-release archive builds (#12773) by Chris Bracken · 7 years ago
  58. 89a4a13 unpin linter version, skip the broken 0.1.37 version (#12737) by Yegor · 7 years ago
  59. 154f2e5 Reapply #12700 but keep linter pinned at 0.1.35 (#12735) by Yegor · 7 years ago
  60. 7f0d4f4 Revert "fix --force-upgrade script; upgrade to the latest package versions (#12700)" (#12729) by Yegor · 7 years ago
  61. 5b35750 fix --force-upgrade script; upgrade to the latest package versions (#12700) by Yegor · 7 years ago
  62. 2b2b3ab Use a package URI in test template import. (#12723) by Phil Quitslund · 7 years ago
  63. 2836600 enable lint prefer_foreach (#12674) by Alexandre Ardhuin · 7 years ago
  64. 872d83a enable lint prefer_conditional_assignment (#12694) by Alexandre Ardhuin · 7 years ago
  65. 1fce14a enable lint prefer_single_quotes (#12665) by Alexandre Ardhuin · 7 years ago
  66. eb475bb move dart_io_entries.txt to third_party/dart for AOT builds with a local engine (#12659) by Jason Simmons · 7 years ago
  67. 171b1b0 tweak the flutter create template to use the function shorthand for main() (#12654) by Devon Carew · 7 years ago
  68. a554401 update the flutter create template files (#12641) by Devon Carew · 7 years ago
  69. 1eed6df Make clean command top level (#12616) by Michael Goderbauer · 7 years ago
  70. e965b69 Improve libimobiledevice doctor messages (#12633) by Chris Bracken · 7 years ago
  71. c05da1e Stop syncing dart source files when in --preview-dart-2. (#12597) by Alexander Aprelev · 7 years ago
  72. 700dc9f enable lint avoid_function_literals_in_foreach_calls (#12607) by Alexandre Ardhuin · 7 years ago
  73. e938ceb Adjust to new location for the Dart project. (#12621) by P.Y. Laligand · 7 years ago
  74. af0afff Workaround a connection issue on iOS 11.0.x (#12444) by Mihail Slavchev · 7 years ago
  75. f847272 Make FLX construction atomic (#12604) by Adam Barth · 7 years ago
  76. f613510 Copy snapshot file into assets (#12523) by Sarah Zakarias · 7 years ago
  77. 52fbcef Link platform.dill only into app kernel file used for build aot. (#12571) by Alexander Aprelev · 7 years ago
  78. 9ce3ba3 Add Cupertino icon fonts helper and dependency for default template (#12559) by xster · 7 years ago
  79. ad72c78 Fix testing on Fuchsia. (#12563) by P.Y. Laligand · 7 years ago
  80. be1467e Restructure hot mode test so it runs interactively. (#12519) by Alexander Aprelev · 7 years ago
  81. 0999fca Update references to the engine project. (#12515) by P.Y. Laligand · 7 years ago
  82. 6c6d08b Keep incremental compiler state through full restart. (#12535) by Alexander Aprelev · 7 years ago
  83. 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 · 7 years ago
  84. 85e4f05 Fix restart flow for preview-dart-2 mode. (#12496) by Alexander Aprelev · 7 years ago
  85. a4b29d6 Pass --enable_mirrors=false when building script snapshots for the debug mode. (#12472) by Ryan Macnak · 7 years ago
  86. c3d56b1 flutter_localization optional package (#12410) by Hans Muller · 7 years ago
  87. 4c23397 Remove dead --assert_initializer flag (#12441) by Zachary Anderson · 7 years ago
  88. 21b81d9 Disable Dart analysis in Fuchsia. (#12409) by P.Y. Laligand · 7 years ago
  89. ac1546c Add hotReloadInitialDevFSSyncMilliseconds to track how long user have… (#12417) by Alexander Aprelev · 7 years ago
  90. c02850b Force upgrade update packages with improved update process. (#12412) by Alexander Aprelev · 7 years ago
  91. 2b78675 Update IDEA project files (#12391) by stevemessick · 7 years ago
  92. d5ba4df Skip over flutter sdk packages when upgrading dependencies. (#12405) by Alexander Aprelev · 7 years ago
  93. 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 · 7 years ago
  94. 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 · 7 years ago
  95. 02429ce Fix the doctor check for the flutter intellij plugin (#12389) by Devon Carew · 7 years ago
  96. b9f20dc Print "package" instead of "plugin" when creating a package. (#12387) by stevemessick · 7 years ago
  97. 7153dea Add hidden options --extra-front-end-options and --extra-gen-snapshot-options to flutter tool (#12219) by Alexander Markov · 7 years ago
  98. 18f0d3a Add framework support for system text scale factor. (#12180) by gspencergoog · 7 years ago
  99. 89566fe Run pub with --trace (#12328) by Ian Hickson · 8 years ago
  100. 3f6b28d Add a check for gradle failing due to missing licenses (#12318) by Michael Thomsen · 8 years ago