Closed sgruhier closed 2 months 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.
LGTM Thanks a a lot yeah adding a state for a sample app would be too much
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.