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