Skip to content

Commit f1ab96c

Browse files
committed
deps: Upgrade watcher
With a recent Dart SDK from Flutter main, this is required in order for build_runner to work. Otherwise it gives an error like (reformatted): Failed to build build_runner:build_runner: ../../.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. abstract class _ConstructableFileSystemEvent implements FileSystemEvent {
1 parent f25242c commit f1ab96c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,10 +929,10 @@ packages:
929929
dependency: transitive
930930
description:
931931
name: watcher
932-
sha256: "6a7f46926b01ce81bfc339da6a7f20afbe7733eff9846f6d6a5466aa4c6667c0"
932+
sha256: "3d2ad6751b3c16cf07c7fca317a1413b3f26530319181b37e3b9039b84fc01d8"
933933
url: "https://pub.dev"
934934
source: hosted
935-
version: "1.0.2"
935+
version: "1.1.0"
936936
web_socket_channel:
937937
dependency: transitive
938938
description:

0 commit comments

Comments
 (0)