- 10 Oct, 2023 1 commit
-
-
Jonah Williams authored
In the past I switched the implementation of the zoom page transition because the performance of the old transition was terrible, but I'm hopeful that with Impeller we'll be able to identify and fix the issues that made it so slow. In order to evaluate this though, we need to be able to opt into the old transition for benchmarks on CI. https://github.com/flutter/flutter/issues/129742 https://github.com/flutter/flutter/issues/121325
-
- 07 Jul, 2023 1 commit
-
-
Hans Muller authored
Reverts flutter/flutter#114303 The breaking API change in flutter/flutter#114303 broke internal tests/apps (Google internal link b/290154304) as well as external dependents: https://github.com/flutter/flutter/issues/130062. Fixes https://github.com/flutter/flutter/issues/130062
-
- 05 Jul, 2023 1 commit
-
-
ipcjs authored
When android uses iOS style `PageTransitionsBuilder` and iOS uses android style `PageTransitionsBuilder`, on android, swipe from the left edge of the screen doesn't work. This PR solves that problem. #99919 introduced a breaking change, the pr re-implemented it <del>without introducing a breaking change.**</del>
-
- 07 Jun, 2023 1 commit
-
-
Bruno Leroux authored
## Description Fix two typos where 'wether' was used instead of 'whether'. ## Tests Documentation only.
-
- 08 May, 2023 1 commit
-
-
Michael Goderbauer authored
Fixes https://github.com/flutter/flutter/issues/126096. Fixes https://github.com/flutter/flutter/issues/126097. Fixes https://github.com/flutter/flutter/issues/126102. Fixes https://github.com/flutter/flutter/issues/126098. Fixes https://github.com/flutter/flutter/issues/126147. Work towards https://github.com/flutter/flutter/issues/126100. Does not fix the OverlyEntry/ModalRoute leak (https://github.com/flutter/flutter/issues/126100).
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 06 Mar, 2023 1 commit
-
-
Bruno Leroux authored
Add ZoomPageTransitionsBuilder.allowSnapshotting
-
- 02 Mar, 2023 1 commit
-
-
Bruno Leroux authored
Cleanup PageTransitionsTheme documentation and add one example
-
- 24 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes
-
- 10 Jan, 2023 1 commit
-
-
Youchen Du authored
* Add option for opting out of enter route snapshotting. * Fix typo. * Merge find layers logic. * Add justification comment on why web is skipped in test. * Update documentation as suggested. * Update documentation as suggested.
-
- 16 Nov, 2022 1 commit
-
-
Jonah Williams authored
* [framework] autoresize on snapshot widget * ++ * ++ * ++ * use layout to resize
-
- 15 Nov, 2022 1 commit
-
-
fzyzcjy authored
* add tests * try to fix * fix compile error * refactor code * rename * doc * refactor test * simple rename
-
- 24 Oct, 2022 1 commit
-
-
Jonah Williams authored
-
- 25 Aug, 2022 1 commit
-
-
Jonah Williams authored
-
- 10 Aug, 2022 1 commit
-
-
Jonah Williams authored
-
- 28 Jul, 2022 1 commit
-
-
Jonah Williams authored
-
- 22 Jul, 2022 1 commit
-
-
Jonah Williams authored
-
- 21 Jun, 2022 1 commit
-
-
Albin PK authored
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `material` * include test/material * add back removed comments
-
- 27 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 26 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 13 Apr, 2022 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 26 Mar, 2022 1 commit
-
-
Alex Li authored
-
- 25 Mar, 2022 2 commits
-
-
-
Alex Li 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
-
- 13 Sep, 2021 1 commit
-
-
Darren Austin authored
This reverts commit 43e31977
-
- 19 Aug, 2021 1 commit
-
-
Hans Muller authored
-
- 18 Aug, 2021 2 commits
-
-
Jenn Magder authored
This reverts commit a1ae4fea.
- 17 Aug, 2021 1 commit
-
-
Alex Li authored
-
- 28 May, 2021 1 commit
-
-
Darren Austin authored
-
- 18 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 29 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 02 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 06 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate material to nullsafety * address review comments * address review comments * fix build
-
- 17 Sep, 2020 1 commit
-
-
Matěj Žídek authored
-
- 25 Jun, 2020 1 commit
-
-
chunhtai authored
* Add material page, cupertino page, and transition page classes * update * update comments * fix test * addressing comments * make page getter private
-