macosui / macos_ui

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

Fix compilation errors from mock canvas copy #468

Closed Piinks closed 11 months ago

Piinks commented 11 months ago

Follow up PR. The last PR fixed analysis issues, now we are blocked on some compilation issues from copied code we are trying to make public in https://github.com/flutter/flutter/pull/131631

The customer_testing branch and flutter/tests will need to be updated again once this lands.

Pre-launch Checklist

Piinks commented 11 months ago

@GroovinChip 😁

GroovinChip commented 11 months ago

@Piinks actually I just noticed that the last PR didn't update the version in the pubspec, so can we actually remove the 2.0.1 changelog entry too?

Piinks commented 11 months ago

Sure! One sec!

GroovinChip commented 11 months ago

@Piinks customer_testing has been updated!