Skyler Thompson, PhD
Skyler Thompson, PhD
So after looking at this a bit last night it looks like it is currently possible to put an icon within a push button because the push button accepts a...
I have made the necessary changes to allow adding an icon to a push button by allowing you to pass in an IconData object (not an Icon object so that...
I have opened a PR for this: https://github.com/macosui/macos_ui/pull/526
I cloned and built it locally and it works just fine unless you use the snap version so this is likely an issue with snaps. FYI @paulnakroshis
I checked the box about updating documentation but I am just assuming that will get updated because of my comments in the push_button.dart class but is that true? If not,...
Sure, here is a screenshot of the modified example next to a blank canvas in swiftui with a push button with an icon for comparison.
I pushed an update to fix the tests that were failing. Apologies - I didn't know that I could run 'flutter test' to run all of the tests - I...
I think you're right. I pushed a change to allow us to control that padding. Here is a screenshot of what it looks like now:
It looks like the dart-code-metrics failing isn't due to anything in my PR
This PR is old and it looks like I never finished it up. I will close and reopen if I get time to fix these issues.