Closed bernaferrari closed 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 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
Looks like the Flutter 3.10 stuff needs to get merged first. I'll take care of it.
@bernaferrari Can you please merge the latest from dev
into your branch? It should resolve the failing checks.
I'm changing
EnumProperty
to require anEnum
and your test still uses a class. In Flutter, it went to DiagnosticsProperty, which is what I'm doing here.Related: https://github.com/flutter/flutter/pull/125016