O seguinte erro aparece:
PS C:\Projects\2965-gerenciamento-de-estados-mobx-main> flutter pub run build_runner watch
Deprecated. Use dart run
instead.
Building package executable... (1.8s)
Failed to build build_runner:build_runner:
/C:/Users/aliss/AppData/Local/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 {
^
PS C:\Projects\2965-gerenciamento-de-estados-mobx-main>