- 15 Dec, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 05 Sep, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 14 Aug, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 22 Jul, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 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>
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 06 Mar, 2023 1 commit
-
-
Bruno Leroux authored
Add ZoomPageTransitionsBuilder.allowSnapshotting
-
- 27 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 26 Apr, 2022 1 commit
-
-
Jonah Williams 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
-
- 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
-
- 03 Aug, 2021 1 commit
-
-
Darren Austin authored
-
- 28 May, 2021 1 commit
-
-
Darren Austin authored
-
- 20 Nov, 2020 1 commit
-
-
Greg Spencer authored
Adds Navigator.maybeOf to replace calling Navigator.of(context, nullOk: true), and removes the nullOk parameter. Also changes Navigator.of to return a non-nullable value, and removes many (120!) instances of the ! operator, reducing the possible places where a null dereference could occur.
-
- 02 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 07 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Jul, 2020 1 commit
-
-
Darren Austin authored
Updated references to the old button classes to the new ones in comments and documentation for tests in the material and cupertino libraries. (#62164)
-
- 25 Jun, 2020 1 commit
-
-
Shi-Hao Hong authored
Revert "Revert "[PageTransitionsBuilder] Fix 'ZoomPageTransition' built more than once (#58686)" (#59992)" (#60245)
-
- 23 Jun, 2020 1 commit
-
- 17 Jun, 2020 1 commit
-
-
Alex Vincent authored
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 23 Feb, 2020 1 commit
-
-
Shi-Hao Hong authored
Fix tests that rely on FadeTransition incorrectly and depend on implementation details of FadeUpwardsTransitionBuilder (#51150)
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 17 Jan, 2020 2 commits
-
-
Anthony authored
[a11y] Make sure RenderFractionalTranslation updates its semantics after the translation field is set (#48985)
-
Greg Spencer authored
This contains the test changes for adding TargetPlatform.macOS, which was done in #43457. The main goal of this PR is to enable tests in the material library that are currently running only on iOS to also run on macOS, but only for the tests where that makes sense. For instance, we don't run any of the haptic feedback tests on macOS.
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 22 Oct, 2019 1 commit
-
-
Shi-Hao Hong authored
* Android 10 zoom transition
-
- 25 Sep, 2018 2 commits
-
-
Dan Field authored
-
Hans Muller authored
MaterialPageRoute transitions are now defined by the Theme. Added (optional) support for Android P style page transitions.
-