Jaime Blasco
Jaime Blasco
Hello, while this option is not pre-built for the modal you can still use backdrop blur filter with the modal. Just make the backgroundColor param transparent. There is an example...
For the second comment, I will try to make to make the back route lighter when the modal pops up in dark mode. Using the ColorFiltered widget should solve this.
Thanks for trying it out. You can get the brightness of the Theme and the platformBrightness MediaQuery.of(context).platformBrightness Theme.of(context).brightness I would suggest to use the theme one, maybe to allow to...
Yes, I think it is the added border that it should not be there. I will remove it in the next version
Hello, there are two errors in the BarBottomSheetRight now. First there was a unneeded border that has been removed, Second, the clips had the behavior Clip.hardEdge by default. Clip.antiAlias is...
The reason why a MaterialWithModalsPageRoute is required because it is not possible to override the MaterialPageRoute transition animations. There is a PR https://github.com/flutter/flutter/pull/69669 pending that would definitely make this easier
Hey! Sorry for not replying in this thread. The only requirement for the animation is that the previous route needs to be of type `MaterialWithModalsPageRoute`. If you have nested navigators...
I won't merge this PR at the end. In the upcoming weeks a new package will be released that has this implemented by default
This should be fixed with the latest changes. Please let me know if is no the case
Hello! Thanks for submitting the issue. For the moment the package only works with one size(expanded or not) and you can open or close it. I have added to the...