Skip to content

Instantly share code, notes, and snippets.

@DhruvamUnikon
Created June 16, 2024 12:29
Show Gist options
  • Save DhruvamUnikon/c015e3204437313929baa6e199e3f37f to your computer and use it in GitHub Desktop.
Save DhruvamUnikon/c015e3204437313929baa6e199e3f37f to your computer and use it in GitHub Desktop.
Launching lib/qa.dart on sdk gphone64 arm64 in debug mode...
Running Gradle task 'assembleQaDebug'...
You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply
[ZEGO][PLUGIN] Download native dependency
[ZEGO][PLUGIN] Native version: 3.15.1.38837
[ZEGO][PLUGIN] The specified version SDK already exists!
../../.pub-cache/hosted/pub.dev/zego_uikit_prebuilt_call-4.12.2/lib/src/invitation/components/send_calling_invitation_list.dart:391:22: Error: The getter 'WidgetStateProperty' isn't defined for the class '_ZegoSendCallingInvitationListState'.
- '_ZegoSendCallingInvitationListState' is from 'package:zego_uikit_prebuilt_call/src/invitation/components/send_calling_invitation_list.dart' ('../../.pub-cache/hosted/pub.dev/zego_uikit_prebuilt_call-4.12.2/lib/src/invitation/components/send_calling_invitation_list.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'WidgetStateProperty'.
fillColor: WidgetStateProperty.all(
^^^^^^^^^^^^^^^^^^^
Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileFlutterBuildQaDebug'.
> Process 'command '/Users/unikon/Downloads/flutter/bin/flutter'' 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 14s
Error: Gradle task assembleQaDebug failed with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment