Dart uuid 无法扩展

Usa*_*saf 6 uuid gradle dart flutter

我通过 dart pub Upgrade 更新了依赖项,但在这里我认为由于某些缓存已经存在导致此错误。我已经尝试过 dart clean 缓存,但问题仍然存在。请充分考虑下面提到的问题陈述。看来我的 uuid 类无法扩展 umodABLEuint8listview 但类甚至不存在于代码中

**../../flutter/.pub-cache/hosted/pub.dartlang.org/uuid_enhanced-3.0.2/lib/uuid.dart:9:7: Error: 'UnmodifiableUint8ListView' is restricted and can't be extended or implemented.
class Uuid extends UnmodifiableUint8ListView {
      ^**
2

FAILURE: Build failed with an exception.

* Where:
Script 'C:\Users\hp\Documents\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1005

* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command 'C:\Users\hp\Documents\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 54s
Exception: Gradle task assembleDebug failed with exit code 1
Run Code Online (Sandbox Code Playgroud)