D Reschner

Results 4 issues of D Reschner

@timothycrosley Thanks for creating this very useful package. Is there any way of letting portray know to look for modules in the `src` directory? The project in question is [`generic_validation`](https://github.com/simphotonics/generic_validation)....

The methods for checking if an instance of DartType refers to a specific **type** or **class literal**: - typeChecker.**isAssignableFromType**(dartType) and - constantReader.**instanceOf**(typeChecker) always return **false** if the import directive of...

**Description** While trying out the class `ReplayBloc` I encountered a problem when using the method `onTransition`. Instead of handling the user defined event `Rewind`, an internal event `_Undo` is handled....

bug
question
waiting for response

Formatting with Dart SDK version: 3.7.2 (stable) (Tue Mar 11 04:27:50 2025 -0700) on "linux_x64" resulted in the following layout, where the variable *name* is placed on a separate line:...