macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.79k stars 174 forks source link

Target kernel_snapshot failed: Exception #458

Closed baruka99 closed 9 months ago

baruka99 commented 1 year ago

I migrate to the flutter 3.10.5 and dart 3 and got this error while running my project : Target kernel_snapshot failed: Exception

Below you will find the screenshot of the error message I got and the result of my flutter doctor

Screenshot 2023-07-11 at 16 17 21 Screenshot 2023-07-11 at 16 19 54
GroovinChip commented 1 year ago

@baruka99 try using the beta version of macos_ui.

baruka99 commented 1 year ago

I have done it before sending the issue but the problem persists !

Below you will see the implementation

code

GroovinChip commented 1 year ago

Please provide minimum reproducible code I can use to try an diagnose this.