responsive_scaffold
responsive_scaffold copied to clipboard
Responsive Scaffold - On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. Maintainer: @rodydavis
I have a long list that I want to display on mobile and tablet, but I need the list to start a certain position. Could you let us pass a...
n many cases, it's required not to have the FAB on top on desktops as well as having a fully customized app bar and a bottomNavigationBar. That's why I suggest...
The drawer of the ResponsiveScaffold has some unwanted padding at the top and bottom end. Looks almost like some SafeArea stuff. I can't remove it to replicate the issue just...
I would like the appBar to go all of the way across the screen in landscape (wide) mode when it's open all the time. Is there a way to cause...
when I put a Key to the ResponsiveScaffold, and check the state of the drawer by key.currentState.isDrawerOpen it always returns FALSE always, why is that and Is there any solution...
how can i change the blue default color of the responsive scaffold into any color I want
[Here](https://pub.dev/packages/responsive_scaffold#responsive-layout) it appears that you can add a [BottomSheet](https://api.flutter.dev/flutter/material/BottomSheet-class.html) to the [ResponsiveScaffold](https://pub.dev/documentation/responsive_scaffold/latest/templates_layout_scaffold/ResponsiveScaffold-class.html), but there does not seem to be a field for it like there is for [Scaffold](https://api.flutter.dev/flutter/material/Scaffold/bottomSheet.html). 🤔 _How...
With `ResponsiveListScaffold`, Is there a way to get the _current selection_?
Hi, I am using `ResponsiveListScaffold.builder` to show lists on the left and once the user selects a list item on the left I show the Video View on the right....