- 09 Jun, 2023 1 commit
-
-
Taha Tesser authored
fixes https://github.com/flutter/flutter/issues/128465
-
- 31 May, 2023 1 commit
-
-
Renzo Olivares authored
This fixes an issue where the bottom sheet would rebuild when `enableDrag` is set to true on every tap. This is because `DragGestureRecognizer` would win the arena by default and dispatch the `drag` callbacks (in `acceptGesture`) even though it had not met the drag threshold. This changes keep the default behavior of `DragGestureRecognizer` the same, but adds a parameter `onlyAcceptDragOnThreshold` that a user can use to stop drag callbacks from being fired when the drag threshold has not been met. Fixes #126833
-
- 23 May, 2023 1 commit
-
-
NikolajHarderNota authored
Adds barrierLabel as optional param in showModalBottomSheet Fixes #83180
-
- 27 Apr, 2023 1 commit
-
-
Pierre-Louis authored
This PR constrains M3 bottom sheets to 640dp max width by default. `constraints` can be used to provide different `minWidth` and `maxWidth`. This is not a breaking change per the breaking change policy. Part of https://github.com/flutter/flutter/issues/118619 Part of https://github.com/flutter/flutter/issues/111448 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
-
- 19 Mar, 2023 1 commit
-
-
hangyu authored
* M3 bottomsheet * Update bottom_sheet.dart * Update bottom_sheet.dart * Update bottom_sheet.dart * Update bottom_sheet.dart * Update bottom_sheet.dart * Update bottom_sheet.dart * Update bottom_sheet.dart * Update bottom_sheet.dart * Update bottom_sheet.dart * Update bottom_sheet.dart * Update packages/flutter/lib/src/material/bottom_sheet.dart Co-authored-by:
Pierre-Louis <6655696+guidezpl@users.noreply.github.com> * Update packages/flutter/lib/src/material/bottom_sheet.dart Co-authored-by:
Pierre-Louis <6655696+guidezpl@users.noreply.github.com> * Update packages/flutter/lib/src/material/bottom_sheet.dart Co-authored-by:
Pierre-Louis <6655696+guidezpl@users.noreply.github.com> * Update packages/flutter/lib/src/material/bottom_sheet.dart Co-authored-by:
Pierre-Louis <6655696+guidezpl@users.noreply.github.com> * Update packages/flutter/lib/src/material/bottom_sheet.dart Co-authored-by:
Pierre-Louis <6655696+guidezpl@users.noreply.github.com> * Update packages/flutter/lib/src/material/bottom_sheet.dart Co-authored-by:
Pierre-Louis <6655696+guidezpl@users.noreply.github.com> * Update bottom_sheet.dart Update bottom_sheet_test.dart Update bottom_sheet.dart * showDragHandle defaults to false * fix test --------- Co-authored-by:
Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
-
- 08 Mar, 2023 1 commit
-
-
Chris Bobbe authored
ModalBottomSheetRoute: Remove gap at screen bottom with `useSafeArea: true`
-
- 06 Mar, 2023 1 commit
-
-
Eilidh Southren authored
* add shadowColor property * add to bottom app bar * add test * update m2/m3 diffs * reorder debug test * finalize * remove crswap * update doc comments * add m2 shadow back * add const * update docs * update docs * comment replies * make param non-null * indentation fix * doc fix
-
- 24 Feb, 2023 1 commit
-
-
Bruno Leroux authored
Remove accessibleNavigation reference from BottomSheet
-
- 11 Feb, 2023 1 commit
-
-
Casey Hillers authored
This reverts commit 0a97ef85.
-
- 08 Feb, 2023 1 commit
-
-
Eilidh Southren authored
* remove m3 shadows * fix * fix that test over there
-
- 20 Dec, 2022 1 commit
-
-
harperl-lgtm authored
* Implemented Scrim Focus for BottomSheet so that assistive technology users can focus and tap on the scrim to close the BottomSheet, which they could not do before the change . The Scrim Focus's size changes to avoid overlapping the BottomSheet.
-
- 13 Oct, 2022 1 commit
-
-
Gregor Weber authored
-
- 11 Oct, 2022 1 commit
-
-
hangyu authored
-
- 09 Aug, 2022 1 commit
-
-
xubaolin authored
-
- 19 Jul, 2022 1 commit
-
-
Bruno Leroux authored
-
- 13 May, 2022 1 commit
-
-
- 27 Apr, 2022 1 commit
-
-
Phil Quitslund authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 22 Mar, 2022 1 commit
-
-
xubaolin authored
-
- 08 Mar, 2022 1 commit
-
-
Andrei Diaconu authored
-
- 08 Dec, 2021 1 commit
-
-
Markus Aksli authored
-
- 01 Dec, 2021 1 commit
-
-
sanlittt authored
-
- 11 Nov, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 11 Oct, 2021 1 commit
-
-
xubaolin authored
-
- 09 Oct, 2021 1 commit
-
-
xubaolin authored
-
- 07 Oct, 2021 1 commit
-
-
Denis Grafov authored
-
- 25 Aug, 2021 1 commit
-
-
xubaolin authored
* Fix the showBottomSheet controller leaking * codereview feedback
-
- 11 Aug, 2021 1 commit
-
-
xubaolin authored
-
- 13 May, 2021 2 commits
-
-
Alexandre Ardhuin authored
-
Darren Austin authored
Fixed a problem with the FAB position if a maximum width was set on the bottom sheet of a scaffold. (#82234)
-
- 28 Apr, 2021 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 21 Apr, 2021 2 commits
-
-
Phil Quitslund authored
-
Darren Austin authored
-
- 05 Mar, 2021 1 commit
-
-
Tong Mu authored
Revert "[showModalBottomSheet] fix: showModalBottomSheet does not move along keyboard (#71636)" (#77286)
-
- 04 Mar, 2021 2 commits
-
-
Michael Goderbauer authored
-
Greg Spencer authored
-
- 04 Feb, 2021 2 commits
-
-
Sam Rawlins authored
-
Ian Hickson authored
-
- 22 Jan, 2021 1 commit
-
-
Zain Ur Rehman authored
* Expose AnimationController property to showBottomSheet/showModalBottomSheet (#72541) ong <shihaohong@google.com> Co-authored-by:
Kate Lovett <katelovett@google.com> Co-authored-by:
Shi-Hao Hong <shihaohong@google.com>
-