1. 12bbaba Do exponential backoff for all exceptions in VMService::defaultOpenChannel. (#16785) by Todd Volkert · 7 years ago v0.3.1
  2. 060a1ad Roll engine to 09d05a3891. (#16780) by Chinmay Garde · 7 years ago
  3. 6a82b10 use the --dart-sdk parameter to flutter analyze if passed in (#16751) by Devon Carew · 7 years ago
  4. 85473d0 retry VMService connection; expect missing PRODUCT_BUNDLE_IDENTIFIER (#16770) by Yegor · 7 years ago
  5. e7cd5d3 Throw FlutterError when calling setState in State constructor (#16759) by Jonah Williams · 7 years ago
  6. 034a663 Semantics object support for edge triggered semantics (#16081) by Jonah Williams · 7 years ago
  7. d05bc9c Remove UI with the word 'demo' from the gallery (#16767) by xster · 7 years ago
  8. b83eb46 Updating the Chip demo in the Gallery to include all the new types of chips. (#16522) by Greg Spencer · 7 years ago
  9. cdf80b6 Don't show the 'preview' banner on published gallery (#16727) by xster · 7 years ago
  10. 133c98a Fine-tune iOS's scroll start feel (#16721) by xster · 7 years ago
  11. 1ba99b9 SliverList works with changing children that are keyed (#16724) by Michael Goderbauer · 7 years ago
  12. cf57788 Move script snapshot argumtents to Snapshotter (#16722) by Chris Bracken · 7 years ago
  13. 0b389fc Change CircleAvatar to use BoxFit.cover for images (#16649) by Greg Spencer · 7 years ago
  14. 9da0ec2 Add a few timeouts to FlutterDriver.connect() (#16762) by Todd Volkert · 7 years ago
  15. 07e5056 Roll Flutter Engine to 637e921. (#16761) by Chinmay Garde · 7 years ago
  16. c058c6a revert an older workaround for a pub/vm failure (#16749) by Devon Carew · 7 years ago
  17. 48ab864 On simulators, don't pass file paths to the engine that done exist. (#16756) by Chinmay Garde · 7 years ago
  18. eb1fd78 Roll engine to 3405e23a32af4ea3655e5d1a78955066b2573331 (#16755) by Jonah Williams · 7 years ago
  19. 7b163c7 Roll engine to 3cc8d82895eaaddc52df166ceb0e5d7c3cc40588 (#16728) by Todd Volkert · 7 years ago
  20. 044dfdb Tweak theme_test so it passes when --track-widget-creation is used. (#16717) by Jacob Richman · 7 years ago
  21. ec7b46e Add stack trace to exception logs in flutter_platform (#16715) by Todd Volkert · 7 years ago
  22. e6b62a3 Adding some tests for onTapDown and onTapCancel (#16682) by Greg Spencer · 7 years ago
  23. 6bd6897 Run tests in dart2 mode. (#16675) by Alexander Aprelev · 7 years ago
  24. 3a0aabc Add docs to VMService.onEvent() (#16711) by Todd Volkert · 7 years ago
  25. 928c41e Support summary-details tree view (#16638) by Jacob Richman · 7 years ago
  26. 1080c29 Roll engine to c73be7ada2e1066e2a6f04f0541406409c2bfa6b (#16707) by Mikkel Nygaard Ravn · 7 years ago
  27. 09ca3c1 Fix the way how stream event subscription is handled. (#16698) by Alexander Aprelev · 7 years ago
  28. eaf3a66 Roll engine to 5822b6e578de7b6c6c0d802dd2b5b9d363e48c14 (#16686) by Todd Volkert · 7 years ago
  29. 9a0b562 When parsing logs, filter away lines that are irrelevant to the microbenchmark. (#16678) by Chinmay Garde · 7 years ago
  30. ec26a7b Fail with better error message in microbenchmarks (#16676) by Todd Volkert · 7 years ago
  31. e9177ba Roll engine to 0c09bf03d. (#16668) by Chinmay Garde · 7 years ago
  32. 824b806 Add missing docs to public function. (#16651) by Greg Spencer · 7 years ago
  33. 58d3493 Add a timeout to bot tests. (#16666) by Todd Volkert · 7 years ago
  34. c7df261 Run test harness finalizers in reverse order. (#16664) by Todd Volkert · 7 years ago
  35. 10cf0ce Revert "Roll engine to 1bc0e1bb9a8db882a21086096cc2b1e0854312b7 (#16643)" (#16661) by Mikkel Nygaard Ravn · 7 years ago
  36. dd32d1b Roll engine to 1bc0e1bb9a8db882a21086096cc2b1e0854312b7 (#16643) by Todd Volkert · 7 years ago
  37. c83d24d Always add a DevFS asset entry for the font manifest (#16650) by Todd Volkert · 7 years ago
  38. 9e0a610 Support local-engine option for flutter_tester on Windows. (#16648) by Alexander Aprelev · 7 years ago
  39. f049f43 Update AppBar docs to analyze sample code (#16634) by Michael Goderbauer · 7 years ago
  40. b1ecf1e Add localizations for navigation menu, popup menu, dialog, and alert (#16633) by Jonah Williams · 7 years ago
  41. 85be28d Add catch for SocketException and tests for exception handling on fetchUrl. (#16569) by jcollins-g · 7 years ago
  42. c103fd0 disable avoid_private_typedef_functions lint (#16495) by Alexandre Ardhuin · 7 years ago
  43. ab9ba3f Support exposing the InspectorService over the Flutterservice extension protocol as well as the observatory protocol. (#15876) by Jacob Richman · 7 years ago
  44. 7dd166f Revert "Turn support for sync-async on in Flutter. (#16543)" (#16626) by Siva · 7 years ago
  45. b0b2c00 Turn support for sync-async on in Flutter. (#16543) by Siva · 7 years ago
  46. 6c049ec Rename AnimatedChildSwitcher to AnimatedSwitcher (#16551) by Greg Spencer · 7 years ago
  47. ea30c95 Report RpcException error thrown by _reloadSource vmservice rpc. (#16417) by Alexander Aprelev · 7 years ago
  48. fb0ab99 Remove Number.tryParse() straggler (#16570) by Hans Muller · 7 years ago
  49. e7154be Remove the rest of the uses of Number.tryParse() (#16568) by Hans Muller · 7 years ago
  50. 1c3f6a8 Fix formatting of Flex error message (#16498) by Ian Hickson · 7 years ago
  51. 0260642 Revert some uses of Number.tryParse() (#16546) by Hans Muller · 7 years ago
  52. 2c183f2 Build once in FlutterTesterDevice. (#16457) by Konstantin Scheglov · 7 years ago
  53. e0cd42e Roll engine to 76cb311d9c33720dcd19274228b39ecdbad8d9af (with rolled dart) (#16518) by Alexander Aprelev · 7 years ago
  54. c73b8a7 Fix a bug in the AnimatedChildSwitcher, add builders. (#16250) by Greg Spencer · 7 years ago v0.3.0
  55. 7a78741 Revert "Changing the slider thumb size." (#16541) by Greg Spencer · 7 years ago
  56. a561722 fix a test flake on appveyor (#16479) by Devon Carew · 7 years ago
  57. 910417c Roll engine to pre-dart engine roll (#16531) by Alexander Aprelev · 7 years ago
  58. dbddcf2 Turn off unused changes report during hot reload (#16520) by Siva · 7 years ago
  59. 5129d8f Rename Rail to Track, per UX guideline (#16519) by Greg Spencer · 7 years ago
  60. 4dbbf67 Adding ChipTheme, ChipThemeData, and some more tests. (#16447) by Greg Spencer · 7 years ago
  61. c31706f Changing the slider thumb size. (#16515) by Greg Spencer · 7 years ago
  62. 337d6df Pass verbose flag to Xcode subcommands (#16483) by Chris Bracken · 7 years ago
  63. 4443e4d Cleanup FLX related code (#16416) by Sarah Zakarias · 7 years ago
  64. 1ba4336 Require Cocoapods 1.5.0 (#16443) by Mikkel Nygaard Ravn · 7 years ago
  65. da9e1a4 Introduce fingerprint check for preview-dart-2 build flx. (#16484) by Alexander Aprelev · 7 years ago
  66. b4d5755 Simplify script snapshotting code (#16478) by Chris Bracken · 7 years ago
  67. 0714852 Revert "re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server (#16281)" (#16482) by Devon Carew · 7 years ago
  68. 2f41ea5 re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server (#16281) by Devon Carew · 7 years ago
  69. 4c22123 Sync .packages file as a normal input file. (#16467) by Alexander Aprelev · 7 years ago
  70. fea7d3c Roll engine to 4db7a00677f4ec7684ad8136e04a9ed7a8494bcd. (#16473) by Ryan Macnak · 7 years ago
  71. 3923ccf Revert 9749bea7b94f0f80f501099b809ee90684c4de3b. Accidentally pushed to flutter instead of fork repo for PR. by Xiao Yu · 7 years ago
  72. 9749bea Remove the initial xcodebuild clean step which seems unnecessary by Xiao Yu · 7 years ago
  73. 5cd825a Fix performance regression caused by the Bottom App Bar demo (#16389) by David Shuckerow · 7 years ago
  74. 49a3adc AutomaticKeepAlive now keeps alive (#16445) by Michael Goderbauer · 7 years ago
  75. cf500bf Integration test for FlutterTesterDevice. (#16424) by Konstantin Scheglov · 7 years ago
  76. a2951a9 Roll engine to ed303c628fe4b322529f8cf01ecb38135a2bab73 (dart roll) by Alexander Aprelev · 7 years ago
  77. 225b15c Roll engine to pre-dart roll by Alexander Aprelev · 7 years ago
  78. 497b9de Some cleanup of Chips that I found while learning the code. (#16249) by Ian Hickson · 7 years ago
  79. a7c1009 Update bin/internal/README.md (#16043) by Ian Hickson · 7 years ago
  80. f408bb0 Update dependencies (#16442) by Todd Volkert · 7 years ago v0.2.11
  81. c3ce892 Add support for locale-specific text styles (#16430) by Jason Simmons · 7 years ago
  82. c43134a Fixes a problem with the height of the chip label (#16420) by Greg Spencer · 7 years ago
  83. fbfaffe Do not add run spacing if there are no run metrics (#16290) by Jonah Williams · 7 years ago
  84. 38970f5 Add a new Device backed by flutter_tester. (#16405) by Konstantin Scheglov · 7 years ago
  85. 03a0cd2 Make full-screen dialog text editable in gallery (#13690) (#15732) by Landon Woerdeman · 7 years ago
  86. 254c45e Add hotReloadMillisecondsToFrameAfterChange benchmark. (#16406) by Alexander Aprelev · 7 years ago
  87. 498f1fc fix missing function call (#16382) by Alexandre Ardhuin · 7 years ago
  88. 4576f56 Run iOS gen_snapshot as x86_64 arch (#16323) by Chris Bracken · 7 years ago
  89. a0ed436 Roll engine to 6474647f5210a968d186901cc511153ec442e897 (with Dart roll) by Alexander Markov · 7 years ago
  90. 3499fa2 Roll engine to eea6197a24256fe588e18127f56c733bc42b6a8d (before Dart roll) by Alexander Markov · 7 years ago
  91. 44fbf74 Minor code cleanup (#16237) by Ian Hickson · 7 years ago
  92. da4e06b Update template .gitignore rules (#15382) by Victor Choueiri · 7 years ago
  93. cdc68a7 Update text_form_field.dart (#15843) by Roberto Scaramuzzi · 7 years ago
  94. 2329cb7 Bump mockito to 3.0.0-alpha+3 (#16306) by Sam Rawlins · 7 years ago
  95. 660408e Switch to the new Matrix4.tryInvert method to avoid throwing and catching (#15771) exceptions while performing hit testing. by Jacob Richman · 7 years ago
  96. d9a3ced Check whether we can run sdkmanager in AndroidWorkflow.licensesAccepted (#16343) by Todd Volkert · 7 years ago
  97. d121cbc Make IntelliJPlugins tests use MemoryFileSystem. (#16341) by Konstantin Scheglov · 7 years ago
  98. bdc0619 Prompt a solution message when flutter tools network fail in China (#16244) by xster · 7 years ago
  99. d6d8744 [fuchsia] Fixes for Fuchsia hot reload (#16317) by Zachary Anderson · 7 years ago v0.2.10
  100. 037a4ae Un(less)conditionally schedule first callback frame when creating ticker (#16261) by Jonah Williams · 7 years ago