macosui / macos_ui

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

Fix EnumProperty test. #419

Closed bernaferrari closed 1 year ago

bernaferrari commented 1 year ago

I'm changing EnumProperty to require an Enum and your test still uses a class. In Flutter, it went to DiagnosticsProperty, which is what I'm doing here.

image

Related: https://github.com/flutter/flutter/pull/125016

goderbauer commented 1 year ago

@GroovinChip Can you take a look at this one? It is blocking some work in Flutter (https://github.com/flutter/flutter/pull/125016).

GroovinChip commented 1 year ago

@GroovinChip Can you take a look at this one? It is blocking some work in Flutter (https://github.com/flutter/flutter/pull/125016).

Yes, thank you

GroovinChip commented 1 year ago

Looks like the Flutter 3.10 stuff needs to get merged first. I'll take care of it.

GroovinChip commented 1 year ago

@bernaferrari Can you please merge the latest from dev into your branch? It should resolve the failing checks.