Reuben Turner
Reuben Turner
> Also, a [more complete way](https://github.com/DylanMcD8/MacAccentColorCatalyst/blob/f4461d5e6641f7aa24648f34079502c203a2af5e/Mac%20Accent%20Color%20Test/ViewController.swift) of getting the accent color. Okay, I have done a first pass on this feature via the code found above. It should be noted...
@bdlukaa do you intent to continue work on this?
Version 1.0 has been released 🎉 and I have submitted `macos_ui` to the Flutter Favorite committee for consideration!
Hi @BerlinLion! Thanks for reporting this. Would you mind sharing some minimum reproducible sample code? This will help me diagnose the issue. Thanks!
Does this happen for debug builds? Release builds? Both? Was the color picker opened when the application was closed? I need more details, please.
Is the color picker open prior to closing the app?
Yeah, I understand you see it when you reopen the app, you've mentioned that several times. Are you telling me that when you close the app you don't know if...
I see. Well, I can verify that this behavior isn't appearing in any of the mac apps I work on. But none of those apps use the color picker, so...
I've been unable to reproduce this issue, so I am closing it.
I've contemplated this further, and it occurs to me that the way the material library handles customization of TextField style is via InputDecoration. Perhaps instead of having a MacosTextFieldThemeData we...