- 24 Jun, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 Jun, 2022 1 commit
-
-
Bruno Leroux authored
-
- 08 Jun, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jun, 2022 1 commit
-
-
Nils Reichardt authored
-
- 31 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
* more const immutable classes * more const constructors in dev/ and examples/
-
- 27 May, 2022 1 commit
-
-
Jonah Williams authored
-
- 25 May, 2022 2 commits
-
-
Pierre-Louis authored
Use `curly_braces_in_flow_control_structures` for `foundation`, `gestures`, `painting`, `physics` (#104610) * Use `curly_braces_in_flow_control_structures` for `foundation` * Use `curly_braces_in_flow_control_structures` for `gestures` * Use `curly_braces_in_flow_control_structures` for `painting` * Use `curly_braces_in_flow_control_structures` for `physics` * fix comments * remove trailing space * fix TODO style
-
Michael Goderbauer authored
-
- 24 May, 2022 1 commit
-
-
Yang Chao authored
-
- 20 May, 2022 1 commit
-
-
Tong Mu authored
-
- 19 May, 2022 2 commits
-
-
David Miguel Lozano authored
-
Bernardo Ferrari authored
-
- 27 Apr, 2022 2 commits
-
-
Phil Quitslund authored
-
Alexandre Ardhuin authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 12 Apr, 2022 1 commit
-
-
Jason Simmons authored
-
- 25 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 18 Mar, 2022 1 commit
-
-
Jonah Williams authored
-
- 04 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 01 Mar, 2022 1 commit
-
-
Viren Khatri authored
* migrates lib/foundation and lib/widgets * migrates lib/painting and lib/material * migrates lib/cupertino, lib/gestures, lib/services, lib/semantics and lib/rendering * fixes failing tests * migrates test/ * improves hashing of lists
-
- 22 Feb, 2022 1 commit
-
-
chunhtai authored
-
- 03 Feb, 2022 2 commits
-
-
Ian Hickson authored
-
Jason Simmons authored
-
- 26 Jan, 2022 1 commit
-
-
Jonas Martinez authored
-
- 21 Jan, 2022 1 commit
-
-
Marcel Kirchhoff authored
* Call image stream listeners with new flag * Make _synchronousCall private * Rename _synchronousCall parameter to be more descriptive and add more documentation * Rename _hasInitialListeners to _addingInitialListeners and provide a better explanation * Formatting fix * Add tests * Remove dependency on decoration_test.dart * Simplify tests * Remove empty line in comment * Documentation * Trigger tests * Trigger tests * Flip boolean value
-
- 11 Dec, 2021 1 commit
-
-
Dan Field authored
* Remove chunk event subscription when disposing a MultiFrameImageStreamCompleter * Add impl.. * stray prints
-
- 03 Nov, 2021 1 commit
-
-
Konstantin Scheglov authored
-
- 27 Oct, 2021 1 commit
-
-
Everskies authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 07 Oct, 2021 1 commit
-
-
Denis Grafov authored
-
- 04 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 29 Sep, 2021 1 commit
-
-
Hans Muller authored
-
- 28 Sep, 2021 1 commit
-
-
Greg Spencer authored
This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework. The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead. The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
-
- 15 Sep, 2021 1 commit
-
-
Sam Rawlins authored
-
- 11 Sep, 2021 1 commit
-
-
LongCatIsLooong authored
-
- 07 Sep, 2021 1 commit
-
-
Anis Alibegić authored
-
- 30 Aug, 2021 1 commit
-
-
Kate Lovett authored
-
- 26 Aug, 2021 1 commit
-
-
nt4f04uNd authored
* Add missing parameters to DecorationImage * tune docs * fix test
-