You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/Projects/opensource/flutter_acrylic/example master*
❯ flutter run
Launching lib/main.dart on Linux in debug mode...
Building Linux application...
✓ Built build/linux/x64/debug/bundle/flutter_acrylic_example
(flutter_acrylic_example:8222): Gdk-CRITICAL **: 09:03:50.340: gdk_device_get_source: assertion 'GDK_IS_DEVICE (device)' failed
(flutter_acrylic_example:8222): Gdk-CRITICAL **: 09:03:50.340: gdk_device_get_source: assertion 'GDK_IS_DEVICE (device)' failed
Syncing files to device Linux... 63ms
Flutter run key commands.
r Hot reload. 🔥🔥🔥
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).
A Dart VM Service on Linux is available at: http://127.0.0.1:41851/JkvbyiCNQdc=/
(flutter_acrylic_example:8222): Gdk-CRITICAL **: 09:03:50.993: gdk_device_get_source: assertion 'GDK_IS_DEVICE (device)' failed
(flutter_acrylic_example:8222): Gdk-CRITICAL **: 09:03:51.003: gdk_device_get_source: assertion 'GDK_IS_DEVICE (device)' failed
The Flutter DevTools debugger and profiler on Linux is available at: http://127.0.0.1:9101?uri=http://127.0.0.1:41851/JkvbyiCNQdc=/
(flutter_acrylic_example:8222): Gdk-CRITICAL **: 09:03:51.582: gdk_device_get_source: assertion 'GDK_IS_DEVICE (device)' failed
(flutter_acrylic_example:8222): Gdk-CRITICAL **: 09:03:55.115: gdk_device_get_source: assertion 'GDK_IS_DEVICE (device)' failed
(flutter_acrylic_example:8222): Gdk-CRITICAL **: 09:03:56.184: gdk_device_get_source: assertion 'GDK_IS_DEVICE (device)' failed
(flutter_acrylic_example:8222): Gdk-CRITICAL **: 09:03:56.184: gdk_device_get_source: assertion 'GDK_IS_DEVICE (device)' failed
Note: Transparency was working fine with version Flutter 3.19.6
The text was updated successfully, but these errors were encountered:
Looks like using the latest version of Flutter breaks the windows effect on Linux:
This is the example:
![image](https://private-user-images.githubusercontent.com/17642033/377096950-4f136310-5355-4ab2-ad87-b7a0f476c90c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MjM0NzYsIm5iZiI6MTczOTkyMzE3NiwicGF0aCI6Ii8xNzY0MjAzMy8zNzcwOTY5NTAtNGYxMzYzMTAtNTM1NS00YWIyLWFkODctYjdhMGY0NzZjOTBjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDIzNTkzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRiM2EzYjNiMjMxZDYzOWQ3ZTgxMDExM2Y1MWNiZDUyMTMwZDI4ODk0NGQ0MWNkOWZmNmQ2NGE4NTcxYzZhYWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.urd3mMGeUdEtowNusxy__s8LJcgBDyHWJ67Rc8p7Omc)
This is the application log:
Note: Transparency was working fine with version Flutter 3.19.6
The text was updated successfully, but these errors were encountered: