Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] BackgroundColor not work in flutter > 3.22.3 #481

Open
azkadev opened this issue Aug 12, 2024 · 2 comments
Open

[Bug] BackgroundColor not work in flutter > 3.22.3 #481

azkadev opened this issue Aug 12, 2024 · 2 comments

Comments

@azkadev
Copy link

azkadev commented Aug 12, 2024

Flutter 3.22.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b0850beeb2 (4 weeks ago) • 2024-07-16 21:43:41 -0700
Engine • revision 235db911ba
Tools • Dart 3.4.4 • DevTools 2.34.3
      await windowManager.waitUntilReadyToShow(
        const WindowOptions( 
          backgroundColor: Colors.transparent, 
        ),
        () async {},
      );

After the new flutter version 3.22.3 the background color cannot be changed to any color, it can only be black
this happens on window_manager: 0.3.9 & 0.4.0

@Henry-Hiles
Copy link

Can reproduce.

@Henry-Hiles
Copy link

Hmm this actually happens to me on Flutter 3.22.2 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants