Rahiche / soft_edge_blur

A Flutter package that provides a customizable soft edge blur effect for widgets.
MIT License
122 stars 6 forks source link

Map mobile #11

Closed sgruhier closed 1 month ago

sgruhier commented 1 month ago

On small device, the sidebar is moved to a bottom sheet. Code required some changes due to state management inside the bottom sheet. It would have been easier and cleaner to use a state library like riverpod, but I didn't want to add dependencies.

Rahiche commented 1 month ago

LGTM Thanks a a lot yeah adding a state for a sample app would be too much