1. 10a7c9b Unify analysis options (#108462) by Michael Goderbauer · 2 years, 8 months ago
  2. ca2d60e Prepare more of `dev` for use_super_parameters (#101073) by Michael Goderbauer · 3 years ago
  3. 7b01346 Enable no_default_cases lint (#91530) by Ian Hickson · 3 years, 6 months ago
  4. a8e2606 Migrate manual_tests to null safety (#82611) by Abhishek Ghaskata · 3 years, 10 months ago
  5. 157bc92 end of sort_child_properties_last (#82457) by Alexandre Ardhuin · 3 years, 11 months ago
  6. 7b251f5 Enable use_function_type_syntax_for_parameters lint (#77163) by Michael Goderbauer · 4 years, 1 month ago
  7. 0f56829 enable use_key_in_widget_constructors lint (#77032) by Michael Goderbauer · 4 years, 1 month ago
  8. 2b63181 Remove "unnecessary" imports. (#74385) by Sam Rawlins · 4 years, 2 months ago
  9. bc5c464 Migrate TextTheme to 2018 APIs (#48547) by Hans Muller · 5 years ago
  10. ec1a015 implicit-casts:false in dev (#45787) by Alexandre Ardhuin · 5 years ago
  11. 449f4a6 License update (#45373) by Ian Hickson · 5 years ago
  12. 387f885 Add missing trailing commas (#28673) by Alexandre Ardhuin · 6 years ago
  13. d927c93 Unnecessary new (#20138) by Alexandre Ardhuin · 7 years ago
  14. eda03e2 re-re-enable lint unnecessary_const (#20103) by Alexandre Ardhuin · 7 years ago
  15. 00aac68 Revert flutter/flutter#19592 (#19861) by Todd Volkert · 7 years ago
  16. 2701835 re-enable lint unnecessary_const (#19592) by Alexandre Ardhuin · 7 years ago
  17. f630f90 Revert "enable lint unnecessary_const (#19342)" (#19423) by Ian Hickson · 7 years ago
  18. cc1cf13 enable lint unnecessary_const (#19342) by Alexandre Ardhuin · 7 years ago
  19. 09276be enable lint prefer_equal_for_default_values (#18156) by Alexandre Ardhuin · 7 years ago
  20. a2951a9 Roll engine to ed303c628fe4b322529f8cf01ecb38135a2bab73 (dart roll) by Alexander Aprelev · 7 years ago
  21. c02b6a8 some whitespace cleanup (#14443) by Alexandre Ardhuin · 7 years ago
  22. 0fe1e5b apply upcoming lint prefer_const_literals_to_create_immutables (#14029) by Alexandre Ardhuin · 7 years ago
  23. 80b820a Revert "Revert "Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences. (#12595)" (#12678)" (#12689) by Greg Spencer · 7 years ago
  24. 72dc7d9 Revert "Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences. (#12595)" (#12678) by Greg Spencer · 7 years ago
  25. 1fce14a enable lint prefer_single_quotes (#12665) by Alexandre Ardhuin · 7 years ago
  26. 67cf791 Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences. (#12595) by Greg Spencer · 7 years ago
  27. 0044ea2 Replace usage of FractionalOffset with Alignment (#12348) by Adam Barth · 7 years ago
  28. efb45ea Trivial nit fixes (#12285) by Ian Hickson · 8 years ago
  29. 457b8c0 Repackage manual_tests with the current project template (#10057) by Jason Simmons · 8 years ago[Renamed from dev/manual_tests/card_collection.dart]
  30. 83fce21 More const immutable classes (#9544) by Alexandre Ardhuin · 8 years ago
  31. 8fdd206 DefaultTextStyle.merge and IconTheme.merge improvements (#9358) by Ian Hickson · 8 years ago
  32. a5593b1 fix analyzer warning: use const where possible (#9320) by Yegor · 8 years ago
  33. 610955f upgrade to linter-0.1.30 (#9297) by Alexandre Ardhuin · 8 years ago
  34. 3eb8783 Constants! Constants everywhere! (#9286) by Ian Hickson · 8 years ago
  35. ae89948 Rationalize text input widgets (#9119) by Adam Barth · 8 years ago
  36. 606f562 Eliminated DrawerItem, use ListTile instead (#8992) by Hans Muller · 8 years ago
  37. 578ca0a use color.shadeXxx instead of color[Xxx] (#8932) by Alexandre Ardhuin · 8 years ago
  38. 97816e1 Rename Dismissable to Dismissible (#8919) by Adam Barth · 8 years ago
  39. 031e042 Now each Colors.foo constant is-a Color and a color swatch (#8833) by Hans Muller · 8 years ago
  40. 6c97dd2 Declare locals as final where not reassigned (dev) (#8574) by Chris Bracken · 8 years ago
  41. f20c3d1 Add a `color` argument to `Container`. (#8396) by Adam Barth · 8 years ago
  42. 90574b0 Remove Scrollable1 (#8225) by Adam Barth · 8 years ago
  43. fe0b909 Remove more clients of LazyBlock (#8071) by Adam Barth · 8 years ago
  44. 332a230 Rename and refactor ScrollView hierarchy (#7865) by Ian Hickson · 8 years ago
  45. a4eca31 Use ScrollView in examples a manual_tests (#7645) by Adam Barth · 8 years ago
  46. 15a7eb3 Move to real generic method syntax (#7235) by Ian Hickson · 8 years ago
  47. b2a2ee7 Migrate from Input to TextField by Adam Barth · 8 years ago
  48. 8ca4caa Rename Flexible to Expanded and improve docs (#6978) by Adam Barth · 8 years ago
  49. 16ce090 Eliminate direct access of Typography.black/white in manual tests (#6640) by Chris Bracken · 8 years ago
  50. 6469872 Rename Container.align to alignment (#6116) by Adam Barth · 9 years ago
  51. 42dee0b Rename DefaultTextStyle.inherit to merge (#5974) by Adam Barth · 9 years ago
  52. eafe1c7 Renamed Positioned constructor. (#5927) by Dragoș Tiselice · 9 years ago
  53. 51cd8b6 Added a stretch Positioned constructor. (#5894) by Dragoș Tiselice · 9 years ago
  54. c674b4a Rename Image.fromNetwork and Image.fromAssetBundle (#5149) by Adam Barth · 9 years ago
  55. 79364f0 Add Container.align and Container.position (#5128) by Adam Barth · 9 years ago
  56. 534097f Use named Image constructors (#5129) by Adam Barth · 9 years ago
  57. 65e7714 Updated DrawerHeader and added UserAccountDrawer. by Dragos Tiselice · 9 years ago
  58. e502e9c ImageIcon (#4649) by Ian Hickson · 9 years ago
  59. 2dfdc84 Refactor everything to do with images (#4583) by Ian Hickson · 9 years ago
  60. bacd3d2 Revised Drawer Header (#4160) by Hans Muller · 9 years ago
  61. ee903af Move TextAlign out of TextStyle (#3789) by Adam Barth · 9 years ago
  62. 1b9476c Hide routes from the API when they're not needed. (#3431) by Ian Hickson · 9 years ago
  63. 907215d Add more dartdoc to material.dart (#3167) by Adam Barth · 9 years ago
  64. 6fd6859 LazyBlock docs and physics by Adam Barth · 9 years ago
  65. 40899eb Port clients of ScrollableMixedWidgetList to LazyBlock by Adam Barth · 9 years ago
  66. 6d58770 Fix the fixed height card demo by Ian Hickson · 9 years ago
  67. 1ba539a Add constants for FractionalOffsets by Adam Barth · 9 years ago
  68. 502a4ae Use FractionalOffset for gradients by Adam Barth · 9 years ago
  69. 797e27e Add @override annotations to flutter framework by Hixie · 9 years ago
  70. d5b2e2a [rename fixit] Flex alignments by Adam Barth · 9 years ago
  71. 5e1af2f [rename fixit] DismissDirection left -> endToStart, right -> startToEnd by Adam Barth · 9 years ago
  72. ede5dfc [rename fixit] ToolBar -> AppBar by Adam Barth · 9 years ago
  73. 9b9ad3d [rename fixit] RouteBuilder -> BuildContext by Adam Barth · 9 years ago
  74. 95fc5ae [rename fixit] *Component* -> *Widget* by Adam Barth · 9 years ago
  75. e71bd77 [rename fixit] EdgeDims -> EdgeInsets by Adam Barth · 9 years ago
  76. 6795efa Enable always_specify_types lint by Hixie · 9 years ago
  77. 43b0104 Revert "Merge pull request #2639 from Hixie/always_specify_types" by Ian Hickson · 9 years ago
  78. d162d98 Enable always_specify_types lint by Hixie · 9 years ago
  79. e4b1eab Remove //examples/widgets by Adam Barth · 9 years ago[Renamed from examples/widgets/card_collection.dart]
  80. 73d7378 Support undo in the leave-behind demo by Hans Muller · 9 years ago
  81. 2662ea5 Added support for List leave-behind items by Hans Muller · 9 years ago
  82. 44cd57f Add DismissDirection onDismissed() callback parameter by Hans Muller · 9 years ago
  83. 6d2a6ff Merge pull request #2322 from abarth/analyzer_fix by Adam Barth · 9 years ago
  84. 3d2e46a Fix analyzer warning by Adam Barth · 9 years ago
  85. bfc39aa Remove IconThemeColor by Adam Barth · 9 years ago
  86. 870894f Switch Material Design icons to using the iconfont by Adam Barth · 9 years ago
  87. d8eaac4 Added menu dividers by Hans Muller · 9 years ago
  88. 2c2fa23 Remove ThemeData.primarySwatch by Adam Barth · 9 years ago
  89. fd7be69 SizeObserver crusade: snap alignment by Hixie · 9 years ago
  90. 52c5534 Change the text/selection value API of the input field by Jason Simmons · 9 years ago
  91. a94999b Clean up imports and exports. by Ian Hickson · 9 years ago
  92. 6bc65e0 Add support for the appbar behavior described in the "Flexible space with image" section of https://www.google.com/design/spec/patterns/scrolling-techniques.html#scrolling-techniques-scrolling. by Hans Muller · 9 years ago
  93. 8218ff6 Change Block children to be a named parameter by Hans Muller · 9 years ago
  94. 82bb3bd ShaderMask needs to play nicely with compositing by Adam Barth · 9 years ago
  95. 0567664 Use a named argument for Widget children by Adam Barth · 9 years ago
  96. 627c1ff Replace ScrollableList with ScrollableList2 by Adam Barth · 9 years ago
  97. b1f9138 Switch clients of ScrollableList to ScrollableList2 by Adam Barth · 9 years ago
  98. ab89d2e Update to the new TextDecoration API by Adam Barth · 9 years ago
  99. e17c3ec Automatically fill in the menu button when there's a drawer by Adam Barth · 9 years ago
  100. 1d195cb Fix a large number of Drawer bugs by Adam Barth · 9 years ago