1. d35671c Fix FlutterError.onError in debug mode (#53843) by chunhtai · 4 years, 9 months ago
  2. 173c93d Minimal implementation of FlutterError.toString for release mode (#54291) by Jason Simmons · 4 years, 10 months ago
  3. 40aea47 [web] Unskip assertions test. Update for latest stack trace format. (#53795) by Ferhat · 4 years, 10 months ago
  4. 210f4d8 Convert Diagnosticable to a mixin (#51495) by Greg Spencer · 4 years, 11 months ago
  5. 7820641 Fix Diagnostics subclasses that had the wrong default value for the named parameter. (#50645) by Jacob Richman · 5 years ago
  6. ccf5d64 Fix stack filtering (#49956) by Dan Field · 5 years ago
  7. a1aa3c5 Reland elide long tree walks (#49891) by Dan Field · 5 years ago
  8. b5f328e remove unnecessary string interpolations (#49622) by Alexandre Ardhuin · 5 years ago
  9. effc019 Revert "Elide tree walks (#48413)" (#49886) by Shi-Hao Hong · 5 years ago
  10. 46ccd08 Elide tree walks (#48413) by Dan Field · 5 years ago
  11. e7baef0 Use DiagnosticableMixin instead of Diagnosticable for some conditionals. (#49726) by Greg Spencer · 5 years ago
  12. fabeb2a Revert string interp (#49602) by Dan Field · 5 years ago v1.14.6
  13. 92cbaa3 remove unnecessary string interpolations (#49352) by Alexandre Ardhuin · 5 years ago v1.14.5
  14. 505af78 StackTrace parser, fix assertion error message (#48343) by Dan Field · 5 years ago
  15. 5005824 Mark unused but desired private constructors as such (#46200) by Sam Rawlins · 5 years ago
  16. 4f9b6cf enable lint prefer_final_in_for_each (#47724) by Alexandre Ardhuin · 5 years ago
  17. c6fe7bb Normalizes all of the "See also" blocks in comments. (#46121) by Greg Spencer · 5 years ago
  18. b61dec7 Start fixing docs (#45977) by Dan Field · 5 years ago
  19. 449f4a6 License update (#45373) by Ian Hickson · 5 years ago
  20. 4055e19 implicit-casts:false in flutter/lib/src/foundation (#45503) by Alexandre Ardhuin · 5 years ago
  21. a60bf8e Spell check of Flutter docs (#45200) by Greg Spencer · 5 years ago
  22. b75abd9 Try a mildly prettier FlutterError and make it less drastic in release mode. (#44967) by Ian Hickson · 5 years ago
  23. 890b939 indent formal parameters correctly (#41644) by Alexandre Ardhuin · 5 years ago
  24. f0553ba Missing trailing commas (#41473) by Alexandre Ardhuin · 5 years ago
  25. df4bf45 more UI-as-code (#35516) by Alexandre Ardhuin · 5 years ago
  26. 190698d run web tests in batches; enable foundation tests (#37268) by Yegor · 5 years ago
  27. b2f8d3a Instrument pending timers in tests (#37646) by James D. Lin · 5 years ago
  28. 920961a [web][upstream] Fix debugPrintStack for web platform (#37638) by Ferhat · 5 years ago
  29. aa9ca8f Ensure user-thrown errors have ErrorSummary nodes (#36857) by Danny Tuppeny · 5 years ago
  30. 45ae4f6 use sentence case in error message titles (#35750) by Devon Carew · 6 years ago
  31. a76e39f Rendering errors with root causes in the widget layer should have a reference to the widget (#32511) by chunhtai · 6 years ago
  32. 758009b more ui-as-code (#35393) by Alexandre Ardhuin · 6 years ago
  33. 38f8490 Add more structure to errors messages. (#34684) by Jacob Richman · 6 years ago
  34. 4a60bee Release diagnostics (#34474) by Dan Field · 6 years ago
  35. 156b422 Americanise spellings (#33323) by Chris Bracken · 6 years ago
  36. 63aa5b3 Refactor core uses of FlutterError. (#30983) by Jacob Richman · 6 years ago
  37. 387f885 Add missing trailing commas (#28673) by Alexandre Ardhuin · 6 years ago
  38. d5d47f6 [H] Add ImageStreamCompleter.hasListeners (and cleanup) (#25865) by Ian Hickson · 6 years ago
  39. f9374fe Update the URL to the recommend bug report (#23708) by Ian Hickson · 6 years ago
  40. a07d371 enable lint prefer_generic_function_type_aliases (#21680) by Alexandre Ardhuin · 6 years ago
  41. d927c93 Unnecessary new (#20138) by Alexandre Ardhuin · 6 years ago
  42. eda03e2 re-re-enable lint unnecessary_const (#20103) by Alexandre Ardhuin · 6 years ago
  43. 00aac68 Revert flutter/flutter#19592 (#19861) by Todd Volkert · 6 years ago
  44. 2701835 re-enable lint unnecessary_const (#19592) by Alexandre Ardhuin · 7 years ago
  45. f630f90 Revert "enable lint unnecessary_const (#19342)" (#19423) by Ian Hickson · 7 years ago
  46. cc1cf13 enable lint unnecessary_const (#19342) by Alexandre Ardhuin · 7 years ago
  47. 2ae4884 Revert elimination of Dart 1 (#18460) by Chris Bracken · 7 years ago
  48. 6c56bb2 Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) by Greg Spencer · 7 years ago
  49. 09276be enable lint prefer_equal_for_default_values (#18156) by Alexandre Ardhuin · 7 years ago
  50. b921fdc Revert "Update typedef syntax to use Function notation and turn on lint for old notation. (#18035)" (#18041) by Greg Spencer · 7 years ago
  51. 3258602 Update typedef syntax to use Function notation and turn on lint for old notation. (#18035) by Greg Spencer · 7 years ago
  52. c5050bc Prepare for running tests on Windows (#14112) by Ian Hickson · 7 years ago
  53. c28121e Allow the ErrorWidget to be overridden. (#13578) by Ian Hickson · 7 years ago
  54. 095e6af Reroll engine to 2a84f18c795d24ba95baed360fcb58b3dc66d661 (#12487) by Alexander Aprelev · 7 years ago
  55. 7f5b973 Revert "Roll engine after dart roll (#12473)" (#12477) by Alexander Aprelev · 7 years ago
  56. e706169 Roll engine after dart roll (#12473) by Alexander Aprelev · 7 years ago
  57. 4e48a73 Fix flex floating point error causing unnecessary striped warnings (#12424) by Ian Hickson · 7 years ago
  58. 2958d7d use bool in assert (#12170) by Alexandre Ardhuin · 7 years ago
  59. 60f5ae8 Add const non-null asserts where required (#9945) by Chris Bracken · 8 years ago
  60. 5b18fca Add const non-null asserts where required (#9937) by Chris Bracken · 8 years ago
  61. 30d4736 Random dartdoc fixes (#9745) by Ian Hickson · 8 years ago
  62. ad496e1 enable lint overridden_fields (#9527) by Alexandre Ardhuin · 8 years ago
  63. 944ee24 Report GlobalKey duplicates (#8593) by Ian Hickson · 8 years ago
  64. 27e8cc3 Declare locals final where not reassigned (#8564) by Chris Bracken · 8 years ago
  65. cbda208 Reduce the amount of spam from analyze watch. (#7582) by Ian Hickson · 8 years ago
  66. 2b74228 Fix several minor bugs and add many tests (#7506) by Adam Barth · 8 years ago
  67. 5bc8888 Make tests more realistic (#5762) by Ian Hickson · 8 years ago
  68. 17cdc88 Improve our scroll physics on iOS (#5340) by Ian Hickson · 8 years ago
  69. c8db004 Add debugPrintTransientCallbackRegistrationStack (#5198) by Ian Hickson · 8 years ago
  70. 2b343a9 Some cleanup for hot reload (#5108) by Ian Hickson · 8 years ago
  71. b1b6271 Use "call" instead of "invoke" (#4177) by Adam Barth · 9 years ago
  72. 94636bd Cleanup based on new lints (#4052) by Ian Hickson · 9 years ago
  73. 07719ad Improve error reporting (#4025) by Ian Hickson · 9 years ago
  74. 3252701 Make it possible to run tests live on a device (#3936) by Ian Hickson · 9 years ago
  75. 91dd969 Refactor the test framework (#3622) by Ian Hickson · 9 years ago
  76. b5e471e Include the error runtimeType in the message. (#3355) by Ian Hickson · 9 years ago
  77. e41c1c0 Split services/ into services/ and foundation/ (#3350) by Ian Hickson · 9 years ago[Renamed from packages/flutter/lib/src/services/assertions.dart]
  78. ecf1cce Provide details when reporting invalid constraints (#3281) by Ian Hickson · 9 years ago
  79. 7f2efb2 Further improve error reporting by wrapping messages. by Ian Hickson · 9 years ago
  80. ee703da Rationalise all our exception handling. by Ian Hickson · 9 years ago
  81. 7e3bef1 Replace WidgetError and RenderingError with FlutterError by Hixie · 9 years ago
  82. 797e27e Add @override annotations to flutter framework by Hixie · 9 years ago
  83. 7cf2dbd Fix crash when dumping the app if it uses RichText by Ian Hickson · 9 years ago