오류
../../../.pub-cache/hosted/pub.dev/watcher-1.0.2/lib/src/constructable_file_system_event.dart:7:57: Error: The class 'FileSystemEvent' can't be extended, implemented, or mixed in outside of its library because it's a sealed class.
Dart 을 업그레이드 해주니 해결
dart pub upgrade
해결 : https://github.com/dart-lang/sdk/issues/52570
반응형
'Dev > Error' 카테고리의 다른 글
Flutter - Cannot provide both a color and a decorationTo provide both, use "decoration: BoxDecoration(color: color)". (2) | 2023.11.24 |
---|---|
Android - E/AndroidRuntime: FATAL EXCEPTION: grpc-okhttp-0 (0) | 2022.02.11 |
Firebase - Functions Emulator Error (0) | 2022.02.10 |
Android - 빈 파일 읽기 오류 (0xFFFFFFEA) (0) | 2019.06.18 |
[Error] Aapt2InternalException: AAPT2 aapt2-3.3.2-5309881 (0) | 2019.03.19 |