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. a8e2606 Migrate manual_tests to null safety (#82611) by Abhishek Ghaskata · 3 years, 10 months ago
  4. 7c4c341 Remove accentColor et al. from tests (#78449) by Hans Muller · 4 years ago
  5. 0f56829 enable use_key_in_widget_constructors lint (#77032) by Michael Goderbauer · 4 years, 1 month ago
  6. d546e1d fix for upcoming lint use_named_constants (#74788) by Alexandre Ardhuin · 4 years, 2 months ago
  7. 2b63181 Remove "unnecessary" imports. (#74385) by Sam Rawlins · 4 years, 2 months ago
  8. 1ba4f1f Add Linux and Windows target platforms (#51519) by Greg Spencer · 5 years ago
  9. 4f9b6cf enable lint prefer_final_in_for_each (#47724) by Alexandre Ardhuin · 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. 245d1b5 Add macOS to TargetPlatform (#43457) by Greg Spencer · 5 years ago
  13. 29ab6b5 Update manual_tests to be able to run on macOS/web (#44830) by Greg Spencer · 5 years ago
  14. 9749f59 Desktop manual tests (#41247) by Greg Spencer · 6 years ago
  15. df4bf45 more UI-as-code (#35516) by Alexandre Ardhuin · 6 years ago
  16. a07d371 enable lint prefer_generic_function_type_aliases (#21680) by Alexandre Ardhuin · 7 years ago
  17. d927c93 Unnecessary new (#20138) by Alexandre Ardhuin · 7 years ago
  18. eda03e2 re-re-enable lint unnecessary_const (#20103) by Alexandre Ardhuin · 7 years ago
  19. 00aac68 Revert flutter/flutter#19592 (#19861) by Todd Volkert · 7 years ago
  20. 2701835 re-enable lint unnecessary_const (#19592) by Alexandre Ardhuin · 7 years ago
  21. f630f90 Revert "enable lint unnecessary_const (#19342)" (#19423) by Ian Hickson · 7 years ago
  22. cc1cf13 enable lint unnecessary_const (#19342) by Alexandre Ardhuin · 7 years ago
  23. 2ae4884 Revert elimination of Dart 1 (#18460) by Chris Bracken · 7 years ago
  24. 6c56bb2 Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) by Greg Spencer · 7 years ago
  25. 09276be enable lint prefer_equal_for_default_values (#18156) by Alexandre Ardhuin · 7 years ago
  26. b921fdc Revert "Update typedef syntax to use Function notation and turn on lint for old notation. (#18035)" (#18041) by Greg Spencer · 7 years ago
  27. 3258602 Update typedef syntax to use Function notation and turn on lint for old notation. (#18035) by Greg Spencer · 7 years ago
  28. da5be60 Fix overlay_geometry manual test. (#13315) by Ian Hickson · 7 years ago
  29. 457b8c0 Repackage manual_tests with the current project template (#10057) by Jason Simmons · 8 years ago[Renamed from dev/manual_tests/overlay_geometry.dart]
  30. 9541848 make @immutable const classes (#9532) by Alexandre Ardhuin · 8 years ago
  31. bf017b7 Move Point to Offset (#9277) by Ian Hickson · 8 years ago
  32. 3eb8783 Constants! Constants everywhere! (#9286) by Ian Hickson · 8 years ago
  33. 578ca0a use color.shadeXxx instead of color[Xxx] (#8932) by Alexandre Ardhuin · 8 years ago
  34. 329e52c apply upcoming rule use_collection_literals_when_possible (#8649) by Alexandre Ardhuin · 8 years ago
  35. 6c97dd2 Declare locals as final where not reassigned (dev) (#8574) by Chris Bracken · 8 years ago
  36. e9a775b prefer const constructors (#8316) by Alexandre Ardhuin · 8 years ago
  37. e0b12ca Two becomes one (#8253) by Adam Barth · 8 years ago
  38. 464a8e7 Formally deprecate Block and ScrollableViewport (#8166) by Adam Barth · 8 years ago
  39. fe0b909 Remove more clients of LazyBlock (#8071) by Adam Barth · 8 years ago
  40. 53fc96d Small Flutter strong mode cleanup fixes. (#7825) by Jacob Richman · 8 years ago
  41. 51f8fb9 Add a scrollbar to the license screen. (#5114) by Ian Hickson · 9 years ago
  42. 7d9f8d9 Introduce TapDownDetails and TapUpDetails (#4431) by Adam Barth · 9 years ago
  43. 7ac0ce7 Add API for specifying the system overlay style. (#4422) by Todd Volkert · 9 years ago
  44. 1b9476c Hide routes from the API when they're not needed. (#3431) by Ian Hickson · 9 years ago
  45. 6fd6859 LazyBlock docs and physics by Adam Barth · 9 years ago
  46. 40899eb Port clients of ScrollableMixedWidgetList to LazyBlock by Adam Barth · 9 years ago
  47. 797e27e Add @override annotations to flutter framework by Hixie · 9 years ago
  48. ede5dfc [rename fixit] ToolBar -> AppBar by Adam Barth · 9 years ago
  49. 9b9ad3d [rename fixit] RouteBuilder -> BuildContext by Adam Barth · 9 years ago
  50. 95fc5ae [rename fixit] *Component* -> *Widget* by Adam Barth · 9 years ago
  51. e71bd77 [rename fixit] EdgeDims -> EdgeInsets by Adam Barth · 9 years ago
  52. e4b1eab Remove //examples/widgets by Adam Barth · 9 years ago[Renamed from examples/widgets/overlay_geometry.dart]
  53. a94999b Clean up imports and exports. by Ian Hickson · 9 years ago
  54. 0567664 Use a named argument for Widget children by Adam Barth · 9 years ago
  55. ab89d2e Update to the new TextDecoration API by Adam Barth · 9 years ago
  56. 13f9e91 Cleanup the global scope a bit: by Adam Barth · 9 years ago
  57. f162555 PointerInput refactor by Ian Hickson · 9 years ago
  58. abf0359 Remove PaintingCanvas by Adam Barth · 9 years ago
  59. 72329cf Callback identity is too fragile for CustomPaint by Adam Barth · 9 years ago
  60. c769d12 Add a Positioned constructor from a Rect by Adam Barth · 9 years ago
  61. a6c473e Strong modeify the examples by Hixie · 9 years ago
  62. 529fa95 Give the CustomPaint and SizeObserver callbacks better names by Adam Barth · 9 years ago
  63. 47c854b Merge pull request #1673 from abarth/rm_old_paint_setters by Adam Barth · 9 years ago
  64. 2aa79d5 Remove old setFoo functions on Paint by Adam Barth · 9 years ago
  65. 27b5fc1 Scaffold should wrap its body in a Material by Adam Barth · 9 years ago
  66. ccfecf4 Restored overlay_geometry example by Hans Muller · 9 years ago
  67. ecce1eb Import dart:ui as ui (instead of as sky) by Adam Barth · 9 years ago
  68. 65eba90 Rename package:sky to package:flutter by Adam Barth · 9 years ago
  69. 5b37f87 Rename dart:sky to dart:ui by Adam Barth · 9 years ago
  70. db3b9e8 Rename App to MaterialApp by Adam Barth · 9 years ago
  71. cc80949 Split material design widgets out of widgets.dart by Adam Barth · 9 years ago
  72. 89a0982 Simplify Scaffold by Adam Barth · 9 years ago
  73. 90a0f63 Simplify the usage of Navigator's routes argument by Hixie · 9 years ago
  74. 4d186e3 Port overlay_geometry.dart demo. by Hixie · 10 years ago
  75. 051354a Remove EventDisposition by Adam Barth · 10 years ago
  76. 4467a26 Move theme into material.dart by Adam Barth · 10 years ago
  77. d0ad775 Remove lerp.dart by Adam Barth · 10 years ago
  78. 9047830 Rationalise the Key API. by Hixie · 10 years ago
  79. 010589b Rename all the scrollable classes by Adam Barth · 10 years ago
  80. 51c7194 Add SetRequestedOrientation to Activity service by Adam Barth · 10 years ago
  81. dea3a09 Add package:sky/rendering.dart by Adam Barth · 10 years ago
  82. 91a783b Rename Widget.root to Widget.renderObject by Adam Barth · 10 years ago
  83. d2d9ae1 The IgnorePointer class enables one to cut a widget subtree off from pointer events. This is useful when a sibling should not shield pointer events from overlapping siblings below it. by Hans Muller · 10 years ago