Craig Roberts
Craig Roberts
can we add a prefix to the abstract event classes? IE: ``` public abstract class BridgeStateEvent : ManagerEvent public abstract class AbstractBridgeStateEvent : ManagerEvent ```
CreateFolderPicker() - Creates a new instance of a FolderPicker with the provided window as a parent.
FormatException (FormatException: Invalid number (at character 1)) utils.dart line 17 Fix: update line 14 to include a check for empty value `} else if (value is String && value.isNotEmpty) {`