responsive_scaffold
responsive_scaffold copied to clipboard
Removed resizeToAvoidBottomPadding parameter
The resizeToAvoidBottomPadding parameter is deprecated and was now removed, as stated in the docs.
This prevents to compile this plugin with newer Flutter versions on the master channel.
Launching lib\main.dart on Chrome in debug mode...
Waiting for connection from debug service on Chrome...
../../../AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/responsive_scaffold-1.3.0+2/lib/templates/list/responsive_list.dart:217:11: Error: No named parameter with the name 'resizeToAvoidBottomPadding'.
resizeToAvoidBottomPadding: resizeToAvoidBottomPadding,
^^^^^^^^^^^^^^^^^^^^^^^^^^
/C:/flutter/packages/flutter/lib/src/material/scaffold.dart:1449:9: Context: Found this candidate, but the arguments don't match.
const Scaffold({
^^^^^^^^
../../../AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/responsive_scaffold-1.3.0+2/lib/templates/list/views/tablet.dart:188:15: Error: No named parameter with the name 'resizeToAvoidBottomPadding'.
resizeToAvoidBottomPadding: widget?.resizeToAvoidBottomPadding,
^^^^^^^^^^^^^^^^^^^^^^^^^^
/C:/flutter/packages/flutter/lib/src/material/scaffold.dart:1449:9: Context: Found this candidate, but the arguments don't match.
const Scaffold({
^^^^^^^^
Failed to compile application.
Yeah, i need that
@Fonzeca if you need it now, you can just use
responsive_scaffold:
git: https://github.com/Gebes/responsive_scaffold.git
in your pubspec.yaml
Now It prevents to compile this plugin with newer Flutter versions on the Dev channel.