Metin Ur

Results 3 comments of Metin Ur

Yes, it could be better. Should be considered.

Is there any update on this issue, on cross distribution packaging the most promising packaging solution is flatpak. Supporting flatpak would be great.

for this I combine FilterChip with MenuAnchor, to anyone who wanna use it here is the code: ```dart class ChipMenu extends StatefulWidget { ChipMenu({required this.menuItemList, required this.initialSelectionIndex, this.onSelected, super.key}); final...