harlanx
Results
2
issues of
harlanx
**Describe the bug** When re-arranging the items with any fluent buttons in ReorderableListView.builder, it throws an assertion on AnimatedDefaultTextStyle **Additional context** Sample code ```dart ReorderableListView.builder( shrinkWrap: true, buildDefaultDragHandles: false, itemCount:...
enhancement
help wanted
Similar issue to #588 has resurfaced on the latest update. **To Reproduce** Steps to reproduce the behavior: 1. Use fluent package example app 2. Provide a widget for `infoBadge` parameter...
bug