Open filiph opened 1 year ago
Can I work on this?
@kelvinwieth you can work on this, but there is no ticket assignment, just send a PR when ready!
@miquelbeltran if @kelvinwieth is not currently working on this, I would love to try this out
@miquelbeltran if @kelvinwieth is not currently working on this, I would love to try this out
Hey @vaibhavppandey, I'm working on this, but since there's no ticket assignment, idk how is the correct approach. All I can say is that I will probably open the PR until next sunday.
@miquelbeltran if @kelvinwieth is not currently working on this, I would love to try this out
Hey @vaibhavppandey, I'm working on this, but since there's no ticket assignment, idk how is the correct approach. All I can say is that I will probably open the PR until next sunday.
Oh hey @kelvinwieth . My bad, I did not notice that this issue is not assigned to you. I am eager to contribute and since it is taking a bit longer, can I help or maybe we can work together? Let me know :)
Oh hey @kelvinwieth . My bad, I did not notice that this issue is not assigned to you. I am eager to contribute and since it is taking a bit longer, can I help or maybe we can work together? Let me know :)
I'm not sure if I can finish this week, so you can work on this, @vaibhavppandey.
Also, here is some things I discovered:
PopupMenuEntry
with a Theme
, and change things like hoverColor
;Menu95
is displayed with the Flutter showMenu
method, and therefore it cannot be wrapped by any widget;Menu95(items).show(context)
instead of showMenu95(items)
;MenuAnchor
.
I'd like to bring Menu95 closer to this:
Note the blue mouse hover, the separator lines, the padding, the
>
arrow.Not a high priority, but I thought I'd put this down somewhere, and this is the best place. I might get to this at some point myself.