Closed GalimzyanovDanil closed 1 year ago
@GalimzyanovDanil exception on analysis check flutter version for package, maybe need to update?
@GalimzyanovDanil exception on analysis check flutter version for package, maybe need to update?
I can fix depracted fields, but this dont resolve all problems. Also needed upgrade surf_lint_rules package.
Patch coverage: 100.00%
and no project coverage change.
Comparison is base (
1c528c9
) 100.00% compared to head (3281937
) 100.00%.:exclamation: Current head 3281937 differs from pull request most recent head 8f5833a. Consider uploading reports for the commit 8f5833a to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Checklist
Changes
How does this PR fix the problem?
Since the snackbar is shown relative to the current active scaffold, it was necessary to remove the scaffold from the widget tree, leaving the possibility of displaying the snackbar on top of the bottom sheet. A new parameter was added that allows you to remove the scaffold from the bootom sheet widget tree.
With Scaffold in widget tree.
https://user-images.githubusercontent.com/86564275/216302668-8ac7c46a-517c-498d-ae1a-8a7c1d101e88.mov
Without Scaffold in widget tree.
https://user-images.githubusercontent.com/86564275/216302705-5adec5d6-eefe-4733-9b32-22a140ecb8b5.mov