Christopher Boyd

Results 34 comments of Christopher Boyd

I already +1'd the original post, but @joejulian I think this is a bug/regression not simply a question. While it may be related to #5800, everything works as expected with...

The main issue needing cgo seems to be related to VPN clients on macOS. I'm not sure if the same applies to VPNs on Linux.

@phumberdroz Ah, I forgot that you have to add the fake tap: ```sh brew tap-new $USER/local-helm ``` See: https://cmichel.io/how-to-install-an-old-package-version-with-brew/

Additional notes: Currently, for my use case (in dark mode with a Scaffold background of black to match Apple's defaults), there's no real discernible difference between the original content and...

@jamesblasco With regards to the making it lighter, I looked into how Apple's Mail app handles it... They use https://github.com/flutter/flutter/blob/4d7525f05c05a6df0b29396bc9eb78c3bf1e9f89/packages/flutter/lib/src/cupertino/colors.dart#L448-L449 This corresponds to the hex value of #1C1C1E, but when...

This seems to work as a `MaterialWithModalsPage`, but might be more ideal to create a `mixin` to reduce duplicate code from `MaterialWithModalsPageRoute`: https://gist.github.com/cpboyd/fc13020371b71c02502dd4def64e985c

I've created a simplified Route wrapper as well: https://gist.github.com/cpboyd/864524e80c80aec9aa400ec09652ca24

@azverinus Are you using a custom animation transition?

@azverinus I don't see any differences from my code with regards to your `Page`, but the error was thrown on `MainNavigatorPage`. I know that I had seen issues with the...

I've also noticed these issues with PaperDropdownMenu. However, I'm not sure the issue is solely related to mix-ins. It seems that the entire element isn't seen, because I've worked-around this...