1. 5491c8c Auto-format Framework (#160545) by Michael Goderbauer · 3 weeks ago
  2. fb290b3 docimports for flutter_goldens, flutter_localizations, flutter_web_plugins, fuchsia_remote_debug_protocol, integration_test (#151271) by Michael Goderbauer · 6 months ago
  3. 9727253 Add `none` language strings to code blocks. (#146154) by Kallen Tu · 9 months ago
  4. 1725a26 Switch the way we retrieve the vm_service_port from /hub to iquery, on device. (#114834) by Naud Ghebre · 2 years, 2 months ago
  5. 01507ba Revert "Switch the way we retrieve the vm_service_port from /hub to iquery, on device. (#114637)" (#114715) by Chris Bracken · 2 years, 2 months ago
  6. b187bc4 Switch the way we retrieve the vm_service_port from /hub to iquery, on device. (#114637) by Naud Ghebre · 2 years, 2 months ago
  7. 0c2f7bc Remove errant double spaces (#110758) by Pierre-Louis · 2 years, 4 months ago
  8. 299d484 Enable more lints (#91642) by Ian Hickson · 3 years, 3 months ago
  9. 61a0add Enable avoid_redundant_argument_values lint (#91409) (#91462) by Ian Hickson · 3 years, 3 months ago
  10. b9d2177 Revert "Enable avoid_redundant_argument_values lint (#91409)" (#91461) by Zachary Anderson · 3 years, 3 months ago
  11. 5fd259b Enable avoid_redundant_argument_values lint (#91409) by Ian Hickson · 3 years, 3 months ago
  12. f25b833 Enable `avoid_print` lint. (#91444) by Ian Hickson · 3 years, 3 months ago
  13. c2ea78d Revert "Enable `avoid_print` lint. (#91332)" (#91438) by Mouad Debbar · 3 years, 3 months ago
  14. cb378ed Enable `avoid_print` lint. (#91332) by Ian Hickson · 3 years, 3 months ago
  15. 975fcc1 master->main deafult branch migration (#89782) by Phil Quitslund · 3 years, 4 months ago
  16. b554f89 Enable unnecessary_null_checks lint (#82084) by Abhishek Ghaskata · 3 years, 8 months ago
  17. a7e3b1a Clean up ignores that are not ignoring anything (#78493) by Michael Goderbauer · 3 years, 10 months ago
  18. cb867bb Enable unnecessary_await_in_return lint (#77434) by Michael Goderbauer · 3 years, 10 months ago
  19. 807bb29 enable prefer_function_declarations_over_variables lint (#77398) by Michael Goderbauer · 3 years, 10 months ago
  20. 7b251f5 Enable use_function_type_syntax_for_parameters lint (#77163) by Michael Goderbauer · 3 years, 10 months ago
  21. 7088c5b Update all packages (#76143) by Jonah Williams · 3 years, 11 months ago
  22. a204f03 Null safe migration for fuchsia_remote_debug_protocol (#74762) by Dan Field · 4 years ago
  23. d153832 Roll packages to null safe (vm_service, test, etc.) (#74671) by Dan Field · 4 years ago
  24. 5318782 Use package:vm_service instead of json_rpc_2 (#74215) by Dan Field · 4 years ago
  25. bf41c78 Reland fuchsia_remote_debug_protocol allows open port on remote device (#66271) by Satsuki Ueno · 4 years, 4 months ago
  26. 7f3c9b6 Remove unused 'dart:async' imports. (#65568) by Michael R Fairhurst · 4 years, 4 months ago
  27. a91bf5f Revert "fuchsia_remote_debug_protocol allows open port on remote device (#63996)" (#65704) by Zachary Anderson · 4 years, 4 months ago
  28. 33f7995 fuchsia_remote_debug_protocol allows open port on remote device (#63996) by Satsuki Ueno · 4 years, 4 months ago
  29. fb953b7 Cast to List<dynamic> and cast(). (#51591) by Konstantin Scheglov · 4 years, 10 months ago
  30. f15c887 change quote to avoid escapes (#50368) by Alexandre Ardhuin · 5 years ago
  31. b953c3e use raw strings to avoid escaping (#50322) by Alexandre Ardhuin · 5 years ago
  32. 5c28e3e unnecessary escapes fixes (#50178) by Alexandre Ardhuin · 5 years ago
  33. 4f9b6cf enable lint prefer_final_in_for_each (#47724) by Alexandre Ardhuin · 5 years ago
  34. 449f4a6 License update (#45373) by Ian Hickson · 5 years ago
  35. 0a66d8a implicit-casts:false in fuchsia_remote_debug_protocol (#45239) by Alexandre Ardhuin · 5 years ago
  36. a60bf8e Spell check of Flutter docs (#45200) by Greg Spencer · 5 years ago
  37. df4bf45 more UI-as-code (#35516) by Alexandre Ardhuin · 5 years ago
  38. 758009b more ui-as-code (#35393) by Alexandre Ardhuin · 6 years ago
  39. 6d4b0ab Ignore some JSON RPC errors (#32710) by Dan Field · 6 years ago
  40. a850440 Revert "Handle notification errors (#31868)" (#31886) by Dan Field · 6 years ago
  41. c0d5fd2 Handle notification errors (#31868) by Dan Field · 6 years ago
  42. 1db5d66 Capture JSON RPC errors that presently get swallowed (#31584) by Dan Field · 6 years ago
  43. 39ebae2 [fuchsia] Fix isolate filter (#30458) by Zachary Anderson · 6 years ago
  44. 440ce8f Fix indentations of statements in BlockFunctionBody (#28933) by Alexandre Ardhuin · 6 years ago
  45. 802eca2 set literal conversions (#27811) by Phil Quitslund · 6 years ago
  46. ea4cffd [fuchsia] Fix paths to find and ls (#28280) by Zachary Anderson · 6 years ago
  47. 5169ab5 format parameter list (#27261) by Alexandre Ardhuin · 6 years ago
  48. ef276ff format initializer list of constructors (#27111) by Alexandre Ardhuin · 6 years ago
  49. 33cd720 [frdp] Adds paths for `find` and `ls` for Fuchsia execution. (#26680) by Andrew Davies · 6 years ago
  50. b18a2b1 [fuchsia] Get Dart VM service ports from The Hub (#25332) by Zachary Anderson · 6 years ago
  51. b722a74 [frdp] Add `includeNonFlutterIsolates` flag. (#23693) by Andrew Davies · 6 years ago
  52. 1531ef6 [frdp] Add configurable timeouts for VM. (#22893) by Andrew Davies · 6 years ago
  53. 9ceb9ab [flutter_driver] Adds fuchsia compat for connect() (#22633) by Andrew Davies · 6 years ago
  54. 39daab2 [frdp] Add optional dart isolate filter. (#22590) by Andrew Davies · 6 years ago
  55. c26b56c apply lint prefer_void_to_null in packages/fuchsia_remote_debug_protocol (#22690) by Alexandre Ardhuin · 6 years ago
  56. 5de96bb unnecessary this in field initializers (#22522) by Alexandre Ardhuin · 6 years ago
  57. f62afdc add missing type parameter on methods (#22096) by Alexandre Ardhuin · 6 years ago
  58. 1c2f478 [frdp][connection] Exception checks in _getDartVm (#22386) by Andrew Davies · 6 years ago
  59. 491c4e2 [frdp] Removes regex check for Isolate search. (#22100) by Andrew Davies · 6 years ago
  60. 989cf18 [H] Cleanup (#21542) by Ian Hickson · 6 years ago
  61. a07d371 enable lint prefer_generic_function_type_aliases (#21680) by Alexandre Ardhuin · 6 years ago
  62. d927c93 Unnecessary new (#20138) by Alexandre Ardhuin · 6 years ago
  63. 2f3dd2c [frdb] Adds function to await Dart VM's (#20597) by Andrew Davies · 6 years ago
  64. eda03e2 re-re-enable lint unnecessary_const (#20103) by Alexandre Ardhuin · 6 years ago
  65. 00aac68 Revert flutter/flutter#19592 (#19861) by Todd Volkert · 6 years ago
  66. 2701835 re-enable lint unnecessary_const (#19592) by Alexandre Ardhuin · 6 years ago
  67. 32f9444 Remove uses of deprecated constants and change int.parse to int.tryParse (#19575) by Leaf Petersen · 6 years ago
  68. f630f90 Revert "enable lint unnecessary_const (#19342)" (#19423) by Ian Hickson · 6 years ago
  69. cc1cf13 enable lint unnecessary_const (#19342) by Alexandre Ardhuin · 6 years ago
  70. 1cd09e5 [frdb] Change to warning log on timeout. (#19006) by Andrew Davies · 7 years ago
  71. 08d3dee [frdb] Fix JSON casting in RPC calls. (#18655) by Andrew Davies · 7 years ago
  72. 39f0076 [frdp] Use 'true' instead of 'date' for dummy ssh tunnel command (#18680) by Zachary Anderson · 7 years ago
  73. 2ae4884 Revert elimination of Dart 1 (#18460) by Chris Bracken · 7 years ago
  74. 5ed0290 [frdb] Add support for env connection variable. (#18429) by Andrew Davies · 7 years ago
  75. 6c56bb2 Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) by Greg Spencer · 7 years ago
  76. b921fdc Revert "Update typedef syntax to use Function notation and turn on lint for old notation. (#18035)" (#18041) by Greg Spencer · 7 years ago
  77. 3258602 Update typedef syntax to use Function notation and turn on lint for old notation. (#18035) by Greg Spencer · 7 years ago
  78. 6dbdccf [frdb] Updates `invokeRpc` method and VM connect. (#17819) by Andrew Davies · 7 years ago
  79. d820e5f Use deprecated io constants (#17278) by Todd Volkert · 7 years ago
  80. b2c98f9 Roll engine to e976be13c51448f89107d082ec81e2b6731671fa (#17266) by Yegor · 7 years ago
  81. 284d87d [frdp] Fix authors statement. (#17263) by Andrew Davies · 7 years ago
  82. 5d590af [frdp] Adds DartVM events/driver support. (#17170) by Andrew Davies · 7 years ago
  83. 61de501 [frdp] Ignore stale ports. (#16944) by Andrew Davies · 7 years ago
  84. c7ee37a [fuchsia] Pass a dummy command to the ssh tunnel setup (#16906) by Zachary Anderson · 7 years ago v0.3.4
  85. e7154be Remove the rest of the uses of Number.tryParse() (#16568) by Hans Muller · 7 years ago
  86. e0cd42e Roll engine to 76cb311d9c33720dcd19274228b39ecdbad8d9af (with rolled dart) (#16518) by Alexander Aprelev · 7 years ago
  87. 72fd020 [fuchsia_remote_debug_protocol] Adds the fuchsia remote debug protocol package. by Andrew Davies · 7 years ago