1. ce28378 Change to absolute path (#15827) by Mikkel Nygaard Ravn · 7 years ago
  2. 72fd020 [fuchsia_remote_debug_protocol] Adds the fuchsia remote debug protocol package. by Andrew Davies · 7 years ago
  3. fc87097 Add Form.onChanged, and rename FormState.onChanged (#15405) by Ian Hickson · 7 years ago
  4. aba0379 Clean up the existing Navigator API. (#15718) by Ian Hickson · 7 years ago
  5. 3a2e0d9 Extended ButtonTheme, RoundedRectangleBorder, gallery buttons demo (#15723) by Hans Muller · 7 years ago
  6. 05ccf56 Changing the JSON metadata format for the website. (#15834) by Greg Spencer · 7 years ago
  7. 88cc977 Remove package:http from Flutter (#15416) by Jonah Williams · 7 years ago
  8. f90c54c Fix path to .bat file (#15824) by Mikkel Nygaard Ravn · 7 years ago
  9. 145abb6 Stop Gradle daemon before attempting to delete Flutter project (#15819) by Mikkel Nygaard Ravn · 7 years ago
  10. 0613529 enable lint avoid_relative_lib_imports (#15780) by Alexandre Ardhuin · 7 years ago
  11. 4141946 Creating chips custom renderer, updating visual look. (#15596) by Greg Spencer · 7 years ago
  12. 2614c7d Remove cupertino pull to refresh from transitions test (#15813) by xster · 7 years ago
  13. 30adac1 Updating example for MultiChildLayoutDelegate (#15597) by Greg Spencer · 7 years ago
  14. f2ffc8d Fix RTL icons (#15095) by Ian Hickson · 7 years ago
  15. feadfd2 Cupertino pull to refresh part 1: sliver and a simple indicator widget builder (#15324) by xster · 7 years ago
  16. fcf0941 Add more docs and examples for implementers of RenderSliver (#15419) by xster · 7 years ago
  17. d89deb7 Fix call on null when interpolating gradient stops (#15656) by Keenan · 7 years ago
  18. 4d32c08 InputDecorator should clip fill color to its border (#15795) by Hans Muller · 7 years ago
  19. 1eaf850 Update gallery drawer version (#15774) by xster · 7 years ago
  20. ffc7fac Pass --no-preview-dart-2 for dart1 tests. (#15800) by Alexander Aprelev · 7 years ago
  21. 339e65d Remove an error that is caught at compile time in Dart 2 (#15797) by Jason Simmons · 7 years ago
  22. 217b2bd add new lints of linter-0.1.44 and enable unnecessary_parenthesis (#15585) by Alexandre Ardhuin · 7 years ago
  23. d518bd2 Pass shadowColor param to SceneBuilder (#15714) by Jonah Williams · 7 years ago
  24. ad9506d Traverse dependencies and dev dependencies separately (#15581) by Jonah Williams · 7 years ago
  25. 8b25d4e Add missing awaits (#15595) by Mikkel Nygaard Ravn · 7 years ago
  26. 537e672 Fixed a typo in translations_test.dart: Norwegian LC is "no" (#15746) by Hans Muller · 7 years ago
  27. 4e5acef Make the inspector handle widgets with non-invertible transforms gracefully. (#15761) by Jacob Richman · 7 years ago
  28. 19ef85b Update LICENSE file so it can be detected (#15353) by Kevin Moore · 7 years ago
  29. 1e40349 Fixed flutter create's "package" template's error in pubspec.yaml. (#14977) by Sturov Fedor · 7 years ago
  30. 3352a3f Report an error if compilation during testing times out. (#15745) by Vyacheslav Egorov · 7 years ago v0.2.4
  31. 821c9b3 Roll engine to version 6280adbfb1f9f63cdc6179b9b78634add1e4f2e3 (#15729) by Siva · 7 years ago
  32. d9e3715 Fix package preparation on Windows (#15720) by Greg Spencer · 7 years ago
  33. cc1cf9e apply upcomming lint avoid_renaming_method_parameters (#15526) by Alexandre Ardhuin · 7 years ago
  34. 619ebd6 Support password fields for a11y (#15497) by Michael Goderbauer · 7 years ago
  35. 568ce69 add Samsung SM-J730F to isLocalEmulator (#15517) by Vilk · 7 years ago
  36. 3890af6 Add debug disable flags for various performance affecting layers (#15548) by xster · 7 years ago
  37. 27ac523 Provide an initial rotation of the ExpansionIcon if isExpanded = true on initState (#15657) by Jonah Williams · 7 years ago
  38. 33fea5c Remove the 'demo' wording from gallery (#15640) by xster · 7 years ago
  39. d8f3607 Add a way to generically go back on both Material and Cupertino scaffold pages (#15602) by xster · 7 years ago
  40. 4a2217b Improve documentation regarding padding for dialogs. (#15399) by Ian Hickson · 7 years ago
  41. 28352c3 Document the sample API doc analyzer (#14740) by Ian Hickson · 7 years ago
  42. b24a3a1 Update some READMEs under dev/. (#15712) by Ian Hickson · 7 years ago
  43. da27d67 Move dialogs when keyboard pops up (#15426) by Ian Hickson · 7 years ago
  44. 076594b Added Indonesian (id) and Norwegian (no) locales (#15708) by Hans Muller · 7 years ago
  45. 7edd5c8 Allow null flutter schema in pubspec (#15690) by Victor Choueiri · 7 years ago
  46. 10fe205 Add a slider demo, and a text theme for SliderThemeData (#15620) by Greg Spencer · 7 years ago
  47. 7a28530 Revert "Add a simple convenience test task runner for VSCode (#15417)" (#15705) by xster · 7 years ago
  48. 21ad09f With dart2 being default, move preview_dart_2 tests to dart1. (#15667) by Alexander Aprelev · 7 years ago
  49. 8107089 Fix Dart2 compatibility with flutter_tools' tests. (#15699) by Matan Lurey · 7 years ago
  50. 1c04f95 Warn about missing host build binaries when compiling with a local engine (#15626) by Jason Simmons · 7 years ago
  51. 6acf76f Use uris for hot reload invalidation. (#15698) by Alexander Aprelev · 7 years ago
  52. 91dcfc5 stderr can be null or empty string (#15701) by Jonah Williams · 7 years ago
  53. d6bac5f Add const to list literal. (#15693) by Alexander Aprelev · 7 years ago
  54. 9c49255 a11y: remove SemanticsSortOrder; sort locally only; semanticsOwner post-test check (#15537) by Yegor · 7 years ago
  55. b494e71 Improve async builder docs (#15373) by Ian Hickson · 7 years ago
  56. 42e4e16 Fix clipping in FittedBox (#15418) by Ian Hickson · 7 years ago
  57. 6758b55 Fix weird bug when switching text from errorText to helperText (#15390) by Ian Hickson · 7 years ago
  58. 0e8b187 Turn on Material page transition fade effect for Gallery (#15583) by xster · 7 years ago
  59. 43284d7 Reland filesystem options support with fix for Windows test. (#15655) by Alexander Aprelev · 7 years ago
  60. 298f4ef Fail ios workflow when simctl does not work (#15628) by Jonah Williams · 7 years ago
  61. 60c99ef Roll engine to 1348ab5b63adc18148f161876a4b1cacd5ec0779 (#15645) by Chris Bracken · 7 years ago
  62. 0f3eada Revert "Reland pass filesystem options (#15622)" (#15651) by Alexander Aprelev · 7 years ago
  63. bbcf55a Reland pass filesystem options (#15622) by Alexander Aprelev · 7 years ago
  64. 992875c Roll engine to 464af48eb202ac7c6c43e2af64aadec9a72d9bb6 (#15637) by Chris Bracken · 7 years ago
  65. 059aea9 Roll engine to 3e9912698955ed5a2ebc5c9433197c42c8c068f3 (#15633) by Chris Bracken · 7 years ago
  66. cbbf4d4 Run test coverage in dart1 mode. (#15635) by Alexander Aprelev · 7 years ago
  67. 2cbe01d Fix a Dart 2 type error in the Stocks example (#15634) by Jason Simmons · 7 years ago
  68. 8379927 Fix strong mode error in platform_channel/main.dart (#15624) by Siva · 7 years ago
  69. 6d5810e Fix an analyzer warning (#15627) by Jason Simmons · 7 years ago
  70. 71b2cfb Turn Dart 2 mode by default. (#15565) by Vyacheslav Egorov · 7 years ago
  71. c663e33 Revert "Pass filesystem-root, filesystem-scheme options through `flutter run, build` and gradle. (#15592)" (#15621) by Alexander Aprelev · 7 years ago
  72. 0f659fb Pass filesystem-root, filesystem-scheme options through `flutter run, build` and gradle. (#15592) by Alexander Aprelev · 7 years ago
  73. 95fbd81 Place the transform and its children within the RenderFlow's opacity layer (#15543) by Jason Simmons · 7 years ago
  74. 340c680 Make standard codecs extensible (#15414) by Mikkel Nygaard Ravn · 7 years ago
  75. 2d5ebd2 Roll engine to 9671f634591295aca35943df1cc589e9fbf59d14 (#15607) by Mikkel Nygaard Ravn · 7 years ago
  76. 04de8c0 Adjust flaky flags to reality (#15608) by Mikkel Nygaard Ravn · 7 years ago
  77. ab56c63 Update README; beta release (#15098) by Nicholas Rebhun · 7 years ago
  78. c599662 Added a Backdrop demo to the Gallery (#15579) by Hans Muller · 7 years ago
  79. dd0acea Add support for placing the FAB in different positions (#14368) by David Shuckerow · 7 years ago
  80. 600739d Fix "my be entered" should be "may be entered" typo (#15540) by Hans Muller · 7 years ago
  81. 50190d2 Do not encode the server port in the test file (#15535) by Keerti Parthasarathy · 7 years ago
  82. c640b19 Roll engine to version 520529dbba9b3048f5cc0e0268a274911f3887e6 (#15560) by Siva · 7 years ago
  83. d693d42 Upgrade packages to pull in newest petitparser with Dart 2 fixes. (#15558) by Vyacheslav Egorov · 7 years ago
  84. 8c75dcf Engineroll (#15547) by Siva · 7 years ago
  85. 85d42fb Wrap route transitions above the transition as well to prevent repaints (#15534) by xster · 7 years ago
  86. 2609876 Fix misspelling in tab description (#15449) by Marcin Urbański · 7 years ago
  87. b0f7da9 Choose default icon color based on theme brightness (#15450) by Conor Dockry · 7 years ago
  88. b6cca39 Updated the gallery text fields demo (#15362) by Hans Muller · 7 years ago
  89. c345c1b Fix the remote setup to only change the URL. (#15528) by Greg Spencer · 7 years ago
  90. d671267 Increase hint text contrast ratio to 4.5 (#15504) by Hans Muller · 7 years ago
  91. e568178 Update dartdoc to 0.17.1+1 for flutter (#15522) by jcollins-g · 7 years ago
  92. 4c7cc73 Added an additional Material theme to the Gallery (#15492) by Hans Muller · 7 years ago
  93. 231170a Replace child parameter with builder on showDialog (#15303) by Jonah Williams · 7 years ago
  94. 9a8b460 change ThemeData.primaryColor to PrimarySwatch instead of PrimarySwatch[500] (#15265) by Jonah Williams · 7 years ago
  95. 9a3b6c3 Text form field initial value (#15484) by Hans Muller · 7 years ago
  96. 7667db6 apply upcomming prefer_const_declarations (#15498) by Alexandre Ardhuin · 7 years ago
  97. 7b8c796 Move dart2 tests from 'allowed to fail' to 'required to pass' (#15491) by Alexander Aprelev · 7 years ago
  98. 5a58b36 Roll engine to e61bb9ac3a3fd789754e2e54220bcfc27076a857 (#15495) by Jason Simmons · 7 years ago v0.2.3
  99. b9bd51c Roll engine to e44cd55fc452ba5524147280c451fb3ace350ec4 (#15494) by Jason Simmons · 7 years ago v0.2.2
  100. d28e9aa Add slider minimum interaction time (#15358) by Greg Spencer · 7 years ago