You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following issue when importing the library:
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/rive-0.7.33/lib/src/rive.dart:93:11: Error: Superclass has no method named 'dispose'.
super.dispose();
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/rive-0.7.33/lib/src/rive_scene.dart:84:11: Error: Superclass has no method named 'dispose'.
super.dispose();
^^^^^^^
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
Process 'command 'C:\src\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.
I'm getting the following issue when importing the library:
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/rive-0.7.33/lib/src/rive.dart:93:11: Error: Superclass has no method named 'dispose'.
super.dispose();
^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/rive-0.7.33/lib/src/rive_scene.dart:84:11: Error: Superclass has no method named 'dispose'.
super.dispose();
^^^^^^^
FAILURE: Build failed with an exception.
Where:
Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1035
What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
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 8s
Exception: Gradle task assembleDebug failed with exit code 1
All i did was adding the dependency to pubspec.yaml and importing the package main.
The text was updated successfully, but these errors were encountered: