1. 0aab228 First pass at using platform abstraction for plugins (#92672) by Jeff Ward · 2 years, 11 months ago
  2. 59859df Add Windows performance benchmark (#99564) by Jonah Williams · 2 years, 11 months ago
  3. 671aa9e complete migration of flutter repo to Object.hash* (#99505) by Viren Khatri · 2 years, 11 months ago
  4. 020bf31 Fix custom-device default forwardPortSuccessRegex (#97719) by Mathieu Dubois-Briand · 2 years, 11 months ago
  5. 0a9a43b Use flutter pub instead of dart pub (#99159) by Jonah Williams · 2 years, 11 months ago
  6. 6a9ac45 Add option in ProxiedDevice to only transfer the delta when deploying. (#97462) by Lau Ching Jun · 2 years, 11 months ago
  7. e4351ff Enable use_if_null_to_convert_nulls_to_bools lint (#98753) by Tomasz Gucio · 2 years, 11 months ago
  8. 50c4720 Update dependencies to pull in new vm_service, dds, dwds, coverage, etc (#98513) by Ben Konyi · 3 years ago
  9. 289988d [flutter_tools] fix type error in flutter update-packages --jobs=n (#98283) by Christopher Fujino · 3 years ago
  10. d6d3283 Fix flutter gen-l10n help message (#98147) by Taha Tesser · 3 years ago
  11. ac52901 Export an IPA for distribution via "flutter build ipa" without --export-options-plist (#97672) by Jenn Magder · 3 years ago
  12. a504b93 Addresses the feedbacks in #95738 (#97457) by Lau Ching Jun · 3 years ago
  13. d7688ca Change all instance of throwing strings to throw specific error classes. (#97325) by Lau Ching Jun · 3 years ago
  14. 10fbbaf [flutter_tools] Use proper project name in templates (#96373) by Collin Jackson · 3 years ago
  15. 802d872 Revert "Export an IPA for distribution via "flutter build ipa" without --export-options-plist" (#97616) by Jenn Magder · 3 years ago
  16. 6ceb418 Export an IPA for distribution via "flutter build ipa" without --export-options-plist (#97243) by Jenn Magder · 3 years ago
  17. 0e2f51d FFI plugins (#96225) by Daco Harkes · 3 years ago
  18. 1065826 ProxiedDevice, connection to a remotely connected device via flutter daemon. (#95738) by Lau Ching Jun · 3 years ago
  19. c171072 Take drive screenshot on test failure before app is stopped (#96973) by Jenn Magder · 3 years ago
  20. 6b95add [flutter_tools] auto-migrate dev users to beta (#97028) by Christopher Fujino · 3 years ago
  21. 75127a8 [flutter_tools] support files in flutter analyze #96231 (#97021) by Jesús S Guerrero · 3 years ago
  22. 5684b9f Enable no_leading_underscores_for_local_identifiers (#96422) by Michael Goderbauer · 3 years ago
  23. ef8a841 Take screenshot when drive fails to start app or test (#96828) by Jenn Magder · 3 years ago
  24. 114185f Pass 'build ios' device ID into xcodebuild (#96669) by Jenn Magder · 3 years ago
  25. 3138cce feat: support configure a custom launch url for flutter web (#95002) by wangying · 3 years ago
  26. 219dd6c Migrate assemble and integration_test_device to null safety (#96630) by Jenn Magder · 3 years ago
  27. f01556a Bump Android dependencies that rely on Jcenter (#96558) by Emmanuel Garcia · 3 years ago
  28. 23e7449 Warm cache with all transitive dependencies in `flutter update-packages` command (#96258) by Greg Spencer · 3 years ago
  29. db5c71f Fix analyze --watch command iterator (#96264) by Jenn Magder · 3 years, 1 month ago
  30. 410d992 Migrate emulators, packages, upgrade, and downgrade to null safety (#95712) by Jenn Magder · 3 years, 1 month ago
  31. 18c59cd Migrate build commands to null safety (#95649) by Jenn Magder · 3 years, 1 month ago
  32. 65c6e88 Revert "FFI plugins (#94101)" (#96122) by Zachary Anderson · 3 years, 1 month ago
  33. 5257f02 FFI plugins (#94101) by Daco Harkes · 3 years, 1 month ago
  34. 5432688 Migrate install command to null safety (#95433) by Jenn Magder · 3 years, 1 month ago
  35. a513739 Migrate analyze commands to null safety (#95442) by Jenn Magder · 3 years, 1 month ago
  36. df384c4 Reland "Add an option for flutter daemon to listen on a TCP port (#95418)" (#95689) by Lau Ching Jun · 3 years, 1 month ago
  37. caed03d Revert "Add an option for flutter daemon to listen on a TCP port (#95418)" (#95686) by Zachary Anderson · 3 years, 1 month ago
  38. 2b46ea4 Add an option for flutter daemon to listen on a TCP port (#95418) by Lau Ching Jun · 3 years, 1 month ago
  39. 412e329 Correct missing return statements in nullably-typed functions (#95428) by Sam Rawlins · 3 years, 1 month ago
  40. 79bc1bf Add ability to wrap text messages in a box (#94391) by Emmanuel Garcia · 3 years, 1 month ago
  41. 935d147 Apply the Kotlin plugin in a java project (#95225) by Emmanuel Garcia · 3 years, 1 month ago
  42. ab0a335 Ban sync*/async* from user facing code (#95050) by Dan Field · 3 years, 1 month ago
  43. 4517d16 [flutter_tools] Fix incorrect todo (#94597) by Jia Hao · 3 years, 2 months ago
  44. 45a34e8 Master analyze_base.dart to null-safety (#93954) by Wizz.Xu · 3 years, 2 months ago
  45. c6d4625 Ensure the flutter_gen project is correctly created as part of "flutter create" (#92975) by Danny Tuppeny · 3 years, 2 months ago
  46. 02b1146 Reland "Exit on deprecated v1 embedding when trying to run or build" (#92901) (#93566) by Gary Qian · 3 years, 2 months ago
  47. 7ce6d41 add --extra-gen-snapshot-options support for build_aar command. (#91590) by pan · 3 years, 2 months ago
  48. 24b9346 Revert "Reland "Exit on deprecated v1 embedding when trying to run or build (#92901)" (#93386)" (#93518) by Yegor · 3 years, 2 months ago
  49. eabb7cb Reland "Exit on deprecated v1 embedding when trying to run or build (#92901)" (#93386) by Gary Qian · 3 years, 2 months ago
  50. d803453 feat: enable flavor option on test command (#89045) by Core · 3 years, 2 months ago
  51. 52ae102 Adds tool warning log level and command line options to fail on warning/error output (#92031) by Greg Spencer · 3 years, 2 months ago
  52. 858a328 Revert "Exit on deprecated v1 embedding when trying to run or build (#92901)" (#93365) by Zachary Anderson · 3 years, 2 months ago
  53. 6153bbe Exit on deprecated v1 embedding when trying to run or build (#92901) by Gary Qian · 3 years, 2 months ago
  54. a4fa2af Update packages (#92924) by Jacob MacDonald · 3 years, 3 months ago
  55. 261ea1b Suppress created file list for new "flutter create" projects (#93041) by Jenn Magder · 3 years, 3 months ago
  56. 7737893 [web:tools] always use CanvasKit from the cache when building web apps (#93002) by Yegor · 3 years, 3 months ago
  57. 5be462f Migrate doctor, format, and a few other commands to null safety (#92952) by Jenn Magder · 3 years, 3 months ago
  58. cdbd0a9 Migrate channel, clean and a few other commands to null safety (#92950) by Jenn Magder · 3 years, 3 months ago
  59. 868e417 Remove globals_null_migrated.dart, move into globals.dart (#92948) by Jenn Magder · 3 years, 3 months ago
  60. 9e88fe3 Remove globals_null_migrated.dart, move into globals.dart (#92861) by Jenn Magder · 3 years, 3 months ago
  61. 8865212 Migrate doctor to null safety (#92131) by Jenn Magder · 3 years, 3 months ago
  62. b0810bc Fix analysis throwing string (#91435) by Christopher Fujino · 3 years, 3 months ago
  63. 57dbf7f Add support for running tests through debug-adapter (#92587) by Danny Tuppeny · 3 years, 3 months ago
  64. de966d8 Add a "flutter debug_adapter" command that runs a DAP server (#91802) by Danny Tuppeny · 3 years, 3 months ago
  65. 67499b5 Add new pub command 'Token' (#91014) by Sigurd Meldgaard · 3 years, 3 months ago
  66. ad7727a [web] enable CanvasKit tests using a local bundle fetched from CIPD (#92134) by Yegor · 3 years, 3 months ago
  67. 42eb903 [flutter_tools] iOS: display name defaults to the Title Case of flutter project name. (#91529) by Chris Yang · 3 years, 3 months ago
  68. 0407aa4 Reland "Add multidex flag and automatic multidex support (#90944)" (#92049) by Gary Qian · 3 years, 3 months ago
  69. a9c31ec Revert "Add multidex flag and automatic multidex support (#90944)" (#91791) by Zachary Anderson · 3 years, 3 months ago
  70. 1d9edde Add multidex flag and automatic multidex support (#90944) by Gary Qian · 3 years, 3 months ago
  71. 7b01346 Enable no_default_cases lint (#91530) by Ian Hickson · 3 years, 3 months ago
  72. b3f63d3 Document why some lints aren't enabled and fix some minor issues. (#91527) by Ian Hickson · 3 years, 4 months ago
  73. 8b245d0 [flutter_tools] Fix redundant argument value lint (#91534) by Zachary Anderson · 3 years, 4 months ago
  74. 6253f90 Move DeviceManager into null migrated globals library (#91457) by Jenn Magder · 3 years, 4 months ago
  75. 61a0add Enable avoid_redundant_argument_values lint (#91409) (#91462) by Ian Hickson · 3 years, 4 months ago
  76. b9d2177 Revert "Enable avoid_redundant_argument_values lint (#91409)" (#91461) by Zachary Anderson · 3 years, 4 months ago
  77. 5fd259b Enable avoid_redundant_argument_values lint (#91409) by Ian Hickson · 3 years, 4 months ago
  78. f25b833 Enable `avoid_print` lint. (#91444) by Ian Hickson · 3 years, 4 months ago
  79. c2ea78d Revert "Enable `avoid_print` lint. (#91332)" (#91438) by Mouad Debbar · 3 years, 4 months ago
  80. 91d1e3e Default new project to the ios-signing-cert development team (#90021) by Jenn Magder · 3 years, 4 months ago
  81. cb378ed Enable `avoid_print` lint. (#91332) by Ian Hickson · 3 years, 4 months ago
  82. 3e43c3e Categorize flutter tool commands (#87747) by Pierre-Louis · 3 years, 4 months ago
  83. 126cd73 Clean up dependency pins and update all packages (#91109) by Ian Hickson · 3 years, 4 months ago
  84. 989f864 Enable avoid_setters_without_getters (#91067) by Ian Hickson · 3 years, 4 months ago
  85. 01af8e5 Make `flutter update-packages` run in parallel (#91006) by Greg Spencer · 3 years, 4 months ago
  86. b889915 Change min Dart SDK constraint to track actual version (#88743) by Michael Thomsen · 3 years, 4 months ago
  87. 202fc02 fix: typo spelling grammar (#88439) by arfy slowy · 3 years, 5 months ago
  88. 616f9bc Add tag support for executing reduced test sets (#86821) by Kate Lovett · 3 years, 5 months ago
  89. fa0782b reassign jonahwilliams todos (#88707) by Jonah Williams · 3 years, 5 months ago
  90. 060e460 clean up stale or unnecessary TODOS (#88308) by Jonah Williams · 3 years, 5 months ago
  91. 758c28b [flutter_tools] Reland "Make upgrade only work with standard remotes" (#87731) by Anurag Roy · 3 years, 5 months ago
  92. 9764d86 Support flutter create --platform singular flag (#88076) by Jenn Magder · 3 years, 5 months ago
  93. ade9f6a [flutter_tools] Improve toolexit error messages for `flutter upgrade` (#86351) by Anurag Roy · 3 years, 6 months ago
  94. 89637e4 Replace iOS physical/simulator bools with enum (#87138) by Jenn Magder · 3 years, 6 months ago
  95. 9492e13c Reland [flutter_tools] show only supported sub commands (#86153) by Ahmed Ashour · 3 years, 6 months ago
  96. 81aeb33 Increase Flutter framework minimum iOS version to 9.0 (#86840) by Jenn Magder · 3 years, 6 months ago
  97. 1995da2 Disable the automatic "pub get" if the project is using a third-party tool for linking dependencies. (#86177) by Remi Rousselet · 3 years, 6 months ago
  98. 838ad83 Explicitly show "Currently not on an official channel." (#84992) by Ahmed Ashour · 3 years, 6 months ago
  99. f25e4fe Remove unnecessary variables. (#86444) by Lau Ching Jun · 3 years, 6 months ago flutter-2.4-candidate.6
  100. b549e82 [flutter_tools] support trailing args (#86431) by Jonah Williams · 3 years, 6 months ago