1. eda03e2 re-re-enable lint unnecessary_const (#20103) by Alexandre Ardhuin · 7 years ago
  2. 00aac68 Revert flutter/flutter#19592 (#19861) by Todd Volkert · 7 years ago
  3. 2701835 re-enable lint unnecessary_const (#19592) by Alexandre Ardhuin · 7 years ago
  4. 32f9444 Remove uses of deprecated constants and change int.parse to int.tryParse (#19575) by Leaf Petersen · 7 years ago
  5. 1cc0365 Removes trailing whitespace from source files. (#19329) by Greg Spencer · 7 years ago
  6. f630f90 Revert "enable lint unnecessary_const (#19342)" (#19423) by Ian Hickson · 7 years ago
  7. cc1cf13 enable lint unnecessary_const (#19342) by Alexandre Ardhuin · 7 years ago
  8. 7dd265f Add getSemanticsId command to flutter_driver (#19047) by Jonah Williams · 7 years ago
  9. 2ae4884 Revert elimination of Dart 1 (#18460) by Chris Bracken · 7 years ago
  10. 6c56bb2 Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) by Greg Spencer · 7 years ago
  11. 3983815 fix setTextEntryEmulation docs (#18298) by Yegor · 7 years ago
  12. 09276be enable lint prefer_equal_for_default_values (#18156) by Alexandre Ardhuin · 7 years ago
  13. b921fdc Revert "Update typedef syntax to use Function notation and turn on lint for old notation. (#18035)" (#18041) by Greg Spencer · 7 years ago
  14. 3258602 Update typedef syntax to use Function notation and turn on lint for old notation. (#18035) by Greg Spencer · 7 years ago
  15. 3c5a7a3 Make non-global constants have consistent naming (with just _ instead of _k) (#17584) by Greg Spencer · 7 years ago
  16. c36ec76 Reduce odds of race in scrollUntilVisible (#17594) by Chris Bracken · 7 years ago
  17. d820e5f Use deprecated io constants (#17278) by Todd Volkert · 7 years ago
  18. b2c98f9 Roll engine to e976be13c51448f89107d082ec81e2b6731671fa (#17266) by Yegor · 7 years ago
  19. 5d590af [frdp] Adds DartVM events/driver support. (#17170) by Andrew Davies · 7 years ago
  20. 9da0ec2 Add a few timeouts to FlutterDriver.connect() (#16762) by Todd Volkert · 7 years ago
  21. a0099a9 Make gallery tests more robust (#15957) by Hans Muller · 7 years ago
  22. 466d154 Use Dart 2 camel case constants (#15360) by Jason Simmons · 7 years ago
  23. c5a5945 Spelling (#15229) by Josh Soref · 7 years ago
  24. 3c379aa whitespace cleanup (#14458) by Alexandre Ardhuin · 7 years ago
  25. 5f7ef89 more setTextEntryEmulation docs; isRegistered check (#13420) by Yegor · 7 years ago
  26. d1e918f support disabling text entry emulation (#13410) by Yegor · 7 years ago
  27. e27bcd0 Emulate text entry in FlutterDriver (#13373) by Yegor · 7 years ago
  28. cf37a47 Reorganise flutter driver implementation sources (#13163) by Chris Bracken · 7 years ago[Renamed (98%) from packages/flutter_driver/lib/src/driver.dart]
  29. 8c902ad clear timeline events prior to starting a new action (#12984) by Yegor · 7 years ago
  30. 16c363a Clarify docs in FlutterDriver.requestData() (#12909) by Todd Volkert · 7 years ago
  31. 91bd9bc delay taking screenshot to allow GPU thread to render the frame (#12896) by Yegor · 7 years ago
  32. efb45ea Trivial nit fixes (#12285) by Ian Hickson · 7 years ago
  33. 6643db0 Add documentation to waitForServiceExtension (#11708) by Carlo Bernaschina · 8 years ago
  34. 937b98e Fix flakiness of commands_test (#11705) by Carlo Bernaschina · 8 years ago
  35. 8f56f6f Add documentation and clean up code. (#11330) by Ian Hickson · 8 years ago
  36. e1adc52 Option to enable the performance overlay from 'flutter run'. (#11288) by Ian Hickson · 8 years ago
  37. 9adb4a7 Deep linking: automatically push the route hiearchy on load. (#10894) by Ian Hickson · 8 years ago
  38. 8bf1719 Adding first semantics perf test (#10649) by Michael Goderbauer · 8 years ago
  39. 0f1a703 More documentation (#10589) by Ian Hickson · 8 years ago
  40. f7d62aa fix driver connection flakiness (#9968) by Yegor · 8 years ago
  41. 7d6e563 remove unused FlutterDriver methods (#9821) by Yegor · 8 years ago
  42. 75dc033 cancel timeout when waiting for driver extension (#9354) by Yegor · 8 years ago
  43. 03f5793 increase driver timeouts; also unify the values (#9228) by Yegor · 8 years ago
  44. 189028a Separate the 'if' expression from its statement (#9177) by Alexandre Ardhuin · 8 years ago
  45. ae89948 Rationalize text input widgets (#9119) by Adam Barth · 8 years ago
  46. 32d09a3 use_rethrow_when_possible (#8985) by Alexandre Ardhuin · 8 years ago
  47. d09591b consistently accept timeout in driver API (#8667) by Yegor · 8 years ago
  48. cdeb83c Declare locals as final where not reassigned (flutter_driver) (#8567) by Chris Bracken · 8 years ago
  49. 69b6bb8 prefer_is_empty and prefer_is_not_empty (#8474) by Alexandre Ardhuin · 8 years ago
  50. 5ce67b0 driver: remove obsolete TODO (#8494) by Yegor · 8 years ago
  51. bfef36f7 add waitUntilNoTransientCallbacks to driver API (#8475) by Yegor · 8 years ago
  52. 8c043d0 fix lints for directives_ordering rule (#8382) by Alexandre Ardhuin · 8 years ago
  53. f16dea2 prefer const contructors in packages/flutter_driver (#8056) by Alexandre Ardhuin · 8 years ago
  54. 36c63e7 Align the flutter_gallery test to the middle for better results (#8015) by Ian Hickson · 8 years ago
  55. 21434fc Refactor 'flutter drive' to get the observatory port from the logs (#7695) by Ian Hickson · 8 years ago
  56. 15a7eb3 Move to real generic method syntax (#7235) by Ian Hickson · 8 years ago
  57. 40e305d Fix analyzer warnings (#7523) by Adam Barth · 8 years ago
  58. ecc4972 Add communication logging to Flutter Driver (#7485) by Michael Goderbauer · 8 years ago
  59. fea7496 Add frameSync mechanism to flutter_driver. (#7471) by Michael Goderbauer · 8 years ago
  60. 7c9f9be Add a timeout to every command (enforced on device and host) (#7391) by Michael Goderbauer · 8 years ago
  61. fd3e0b7 Add option to get Dart VM flags from flutter_driver. (#7378) by Michael Goderbauer · 8 years ago
  62. c4afe95 Add getRenderTree() to Flutter Driver (#7007) by Chris Bracken · 8 years ago
  63. 0cd6982 100% doc coverage in package:flutter_driver (#6738) by Yegor · 8 years ago
  64. 8b197bd Fix common typos in doc comments (#6520) by Chris Bracken · 8 years ago
  65. 441a62a Support an environment-specified VM service URL (#6497) by Chris Bracken · 8 years ago
  66. 4d8f4f4 Screenshot API for flutter driver (#6175) by Jason Simmons · 8 years ago
  67. 3c467a8 cleanup unawaited futures lints (#5946) by Dan Rubel · 8 years ago
  68. d2fda67 Update to Dart `1.20.0-dev.1.0`. (#5689) by Phil Quitslund · 9 years ago
  69. a10cd03 Flutter driver commands for controlling the Input widget (#4913) by YoungSeok Yoon · 9 years ago
  70. ccf87bd Fix the issue that flutter driver does not close _peer (#4755) by Kaiyuan Wang · 9 years ago
  71. 770f8f1 rename TracingCategory to TimelineStream (#3822) by Hans Muller · 9 years ago
  72. bcede8d Literals get type annotations. by pq · 9 years ago
  73. a9b965c Gallery demo start-time performance test (#3655) by Hans Muller · 9 years ago
  74. 261923e Refactor service extensions (#3397) by Ian Hickson · 9 years ago
  75. e7657b9 [driver] "waitFor" command in place of broken "exists" (#3373) by Yegor · 9 years ago
  76. 9ce995f [driver] refactor API to finder objects (#3365) by Yegor · 9 years ago
  77. 0e9737e [driver] upgrade to the latest version of vm_service_client (#3348) by Yegor · 9 years ago
  78. 341bd47 Move flutter drive to use 8183 to not conflict with diagnostic server by Eric Seidel · 9 years ago
  79. f43e1df Fix instruction when app is missing enableFlutterDriverExtension (#3239) by Seth Ladd · 9 years ago
  80. 19e624c [driver] give the timeline data some structure by Yegor · 9 years ago
  81. 18aed70 [driver] switch to different pause event workaround by Yegor Jbanov · 9 years ago
  82. bfa16b2 [driver] fix observatory port # and timeline data extraction by Yegor Jbanov · 9 years ago
  83. 8aac1c9 [driver] actually start the timer when connecting by Yegor Jbanov · 9 years ago
  84. 26c4177 [driver] API for getting performance traces by yjbanov · 9 years ago
  85. 62f3124 Fix generic method syntax. by Ian Hickson · 9 years ago
  86. d745e20 Even more types by Ian Hickson · 9 years ago
  87. 6795efa Enable always_specify_types lint by Hixie · 9 years ago
  88. 43b0104 Revert "Merge pull request #2639 from Hixie/always_specify_types" by Ian Hickson · 9 years ago
  89. d162d98 Enable always_specify_types lint by Hixie · 9 years ago
  90. 1b9cd52 Enable ALL THE LINTS by Ian Hickson · 9 years ago
  91. 008785b [driver] serialize commands to plain strings by yjbanov · 9 years ago
  92. ee184a7 driver.scroll action; scroll perf test for Stocks by yjbanov · 9 years ago
  93. 44d7a57 [driver] wait for the isolate to enter pause on start by Yegor Jbanov · 9 years ago
  94. 6d35481 add smoke driver test; find by tooltip; retry predicate by Yegor Jbanov · 9 years ago
  95. 7f39703 support waiting for things to happen in Flutter Driver by yjbanov · 9 years ago
  96. a2b1bd4 "flutter drive" command by yjbanov · 9 years ago
  97. 439aadf move to pub version of vm_service_client by yjbanov · 9 years ago
  98. b0e4559 add flutter_driver package by Yegor Jbanov · 9 years ago