Craig Roberts

Results 5 issues of Craig Roberts

can we add a prefix to the abstract event classes? IE: ``` public abstract class BridgeStateEvent : ManagerEvent public abstract class AbstractBridgeStateEvent : ManagerEvent ```

enhancement

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) {`