macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.82k stars 178 forks source link

Version 1.7.0: `MacosImageIcon` & sidebar updates #274

Closed GroovinChip closed 2 years ago

GroovinChip commented 2 years ago

This PR includes version 1.7.0 of macos_ui with the following changes:

Closes #275, #276, and #277.

Pre-launch Checklist

github-actions[bot] commented 2 years ago

Dart Code Metrics analyze report of macos_ui. βœ…

Summary

whiplashoo commented 2 years ago

LGTM

GroovinChip commented 2 years ago

LGTM

Looks like some tests are failing πŸ‘€

whiplashoo commented 2 years ago

Not sure why the datepicker test fails though?

GroovinChip commented 2 years ago

Not sure why the datepicker test fails though?

I patched that in dev, not sure why it hasn't been brought over πŸ€” try cherry-picking that commit? I'm afk.

GroovinChip commented 2 years ago

This one https://github.com/GroovinChip/macos_ui/commit/5687498c7826a223f0758da46a92c1aadf0c5c72

whiplashoo commented 2 years ago

The failing test was not affected by that commit.

I changed it to look for a higher number (21 instead of 10) to avoid collisions with months, and to look for 22 if it's ran on the 22th. πŸ˜‘