Rydmike
Rydmike
Some potential gotchas: - runtimeType is not guaranteed to work, especially not if you obfuscate the build, but since there is no plan to do that, should be fine. But...
Awesome, looks good to me. Did not build it though, just reviewed it on GH. Maybe some gotchas I'm not thinking of now, but if so, we can deal with...
Been fighting a nasty usage edge case bug in the V8-dev.1 version of the package, discovered it while fixing tests and getting them up to snuff again. Nothing that concerns...
Closing this feature request, as it exists in the latest release: https://pub.dev/packages/flex_color_scheme
Hi @laterdayi, Thanks for you question. There are couple of options. ## 1. Use `SystemUiOverlayStyle` The `FlexColorScheme.themedSystemNavigationBar` is just static small convenience helper for the `SystemUiOverlayStyle`. You can use it...
Current `ThemeData` in Flutter cannot contain blur filters in any of its config properties. And since `FlexColorScheme` is a super fancy `ThemeData` factory, it cannot be done since Flutter `ThemeData`...
Thanks @danagbemava-nc, yes of course I can add the `Accessibility Improvements` chapter as its own issue. It was just something I noticed and that occurred to me while making the...
@danagbemava-nc for info and as requested, the keyboard accessibility part now has its own issue, see https://github.com/flutter/flutter/issues/123797
Thanks @tgrushka for bringing attention to this old issue by providing a real world example of how it causes accessibility problems. The keyboard behavior is also quite problematic imo, but...
It seems to be working. The painted wheel seems to have a diameter of 500 in the video as specified and it works. What do you expect it to do?...