../../../.pub-cache/hosted/pub.dev/reown_appkit-1.3.0/lib/base/appkit_base_impl.dart:196:19: Error: The method 'ReownAppKit.request' has fewer named arguments than those of overridden method 'IReownSignDapp.request'.
Future<dynamic> request({
^
../../../.pub-cache/hosted/pub.dev/reown_sign-1.1.6+1/lib/i_sign_dapp.dart:20:19: Context: This is the overridden method ('request').
Future<dynamic> request({
^
../../../.pub-cache/hosted/pub.dev/reown_appkit-1.3.0/lib/base/appkit_base_impl.dart:196:19: Error: The method 'ReownAppKit.request' doesn't have the named parameter 'requestId' of overridden method 'IReownSignDapp.request'.
Future<dynamic> request({
^
../../../.pub-cache/hosted/pub.dev/reown_sign-1.1.6+1/lib/i_sign_dapp.dart:20:19: Context: This is the overridden method ('request').
Future<dynamic> request({
^
../../../.pub-cache/hosted/pub.dev/reown_appkit-1.3.0/lib/base/appkit_base_impl.dart:221:30: Error: The method 'requestReadContract' isn't defined for the class 'IReownSign'.
- 'IReownSign' is from 'package:reown_sign/i_sign_engine.dart' ('../../../.pub-cache/hosted/pub.dev/reown_sign-1.1.6+1/lib/i_sign_engine.dart').
Try correcting the name to the name of an existing method, or defining a method named 'requestReadContract'.
return await reOwnSign.requestReadContract(
^^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/reown_appkit-1.3.0/lib/base/appkit_base_impl.dart:244:30: Error: The method 'requestWriteContract' isn't defined for the class 'IReownSign'.
- 'IReownSign' is from 'package:reown_sign/i_sign_engine.dart' ('../../../.pub-cache/hosted/pub.dev/reown_sign-1.1.6+1/lib/i_sign_engine.dart').
Try correcting the name to the name of an existing method, or defining a method named 'requestWriteContract'.
return await reOwnSign.requestWriteContract(
^^^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/reown_appkit-1.3.0/lib/modal/appkit_modal_impl.dart:1210:28: Error: The method 'requestReadContract' isn't defined for the class 'IReownAppKit'.
- 'IReownAppKit' is from 'package:reown_appkit/base/i_appkit_base_impl.dart' ('../../../.pub-cache/hosted/pub.dev/reown_appkit-1.3.0/lib/base/i_appkit_base_impl.dart').
Try correcting the name to the name of an existing method, or defining a method named 'requestReadContract'.
return await _appKit.requestReadContract(
^^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/reown_appkit-1.3.0/lib/modal/appkit_modal_impl.dart:1253:28: Error: The method 'requestWriteContract' isn't defined for the class 'IReownAppKit'.
- 'IReownAppKit' is from 'package:reown_appkit/base/i_appkit_base_impl.dart' ('../../../.pub-cache/hosted/pub.dev/reown_appkit-1.3.0/lib/base/i_appkit_base_impl.dart').
Try correcting the name to the name of an existing method, or defining a method named 'requestWriteContract'.
return await _appKit.requestWriteContract(
^^^^^^^^^^^^^^^^^^^^
Target kernel_snapshot_program failed: Exception
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command '/Users/.../development/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 2m 25s
Running Gradle task 'assembleRelease'... 151.2s
Gradle task assembleRelease failed with exit code 1
@raz0r