messenger-chat-head-flutter-ui icon indicating copy to clipboard operation
messenger-chat-head-flutter-ui copied to clipboard

Error

Open pudelos opened this issue 3 years ago • 1 comments

Hi! lib/ui/chat_head.dart:96:7: Error: No named parameter with the name 'resizeToAvoidBottomPadding'. resizeToAvoidBottomPadding: false, ^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../flutter/packages/flutter/lib/src/material/scaffold.dart:1451:9: Context: Found this candidate, but the arguments don't match. const Scaffold({ ^^^^^^^^

FAILURE: Build failed with an exception.

  • Where: Script 'D:\Programowanie\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 991

  • What went wrong: Execution failed for task ':app:compileFlutterBuildDebug'.

Process 'command 'D:\Programowanie\flutter\bin\flutter.bat'' finished with non-zero exit value 1

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 12s Running Gradle task 'assembleDebug'... Running Gradle task 'assembleDebug'... Done 12,9s Exception: Gradle task assembleDebug failed with exit code 1

Please help, I need it

pudelos avatar Apr 15 '21 08:04 pudelos

@pudelos Hi there! look like u r using updated version of sdk as this parameter is now deprecated so comment it and push the code to new branch the owner of repo will merge it .

uzairleo avatar Sep 24 '21 12:09 uzairleo