Craig Howell

Results 6 issues of Craig Howell

Components have either no transition set for background, color and border or other Components have transition set making the transition from light mode -> dark mode and dark mode ->...

enhancement

Wrap in Postion like so: ``` Widget _showFixedGroupHeader(int index) { if (widget.elements.length > 0) { _groupHeaderKey = GlobalKey(); return Positioned( left: 0, right: 0, top: 55.0, child: Container( key: _groupHeaderKey,...

Sadly it explains itself...

help wanted

Currently, this component is extremely closed off and allows for little to no customization by developers. There should be slots for each child component to allow for full customization and...

enhancement
breaking changes

Currently, child elements are not recognized by autocomplete/IntelliSense this is a development nuisance that must be addressed.

enhancement
help wanted

Currently, this component is extremely closed off and allows for little to no customization by developers. There should be slots for each child component to allow for full customization, the...

enhancement
breaking changes