responsive_scaffold icon indicating copy to clipboard operation
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

Results 26 responsive_scaffold issues
Sort by recently updated
recently updated
newest added

[childDelagate](https://pub.dev/documentation/responsive_scaffold/latest/templates_list_responsive_list/ResponsiveListScaffold/childDelagate.html) should be `childDelegate`.

My first `ResponsiveScaffold` was for the _Home Screen_, so I did not notice this deficiency right away. However, my next `ResponsiveScaffold` was for a secondary screen, and now I can't...

Please fix the documentation here since none of the screenshots are appearing: https://github.com/fluttercommunity/responsive_scaffold/tree/master#3-column-layout

When `drawer` is `null`, shouldn't the `menuIcon` be hidden/suppressed? Passing `null` does not avoid the default burger.

This requires the 'control-flow-collections' experiment to be enabled. Solution worked For Me. Restricting the app For sdk: ">=2.5.2

stacktrace: ``` 2019-06-01 07:59:17.358 29040-29081/com.example.path_manager I/flutter: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ 2019-06-01 07:59:17.375 29040-29081/com.example.path_manager I/flutter: The following _CompileTimeError was thrown building LayoutBuilder: 2019-06-01 07:59:17.375 29040-29081/com.example.path_manager I/flutter: 'package:responsive_scaffold/templates/3-column/three_column_navigation.dart': error:...

question