-
Notifications
You must be signed in to change notification settings - Fork 75
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
Assertion failed: "boolean expression must not be null" as "flutter run web" tries to launch in chrome #2332
Comments
Hi @DasTobbel - thanks for the report. To try to narrow this down a bit more, could you try running your app from the command line |
Hi @elliette
Same results for And the chrome console output stays the same:
Btw. Running as "Release" works - so i don't think it has to do with any of the Apps startup process/the methods in it.
And no Errors/Outputs in the chrome-console Any more details i can provide? :) |
Hmm it's suspicious that the error stack trace you provided doesn't match what I would expect based on the version of Could you try two things for me?
|
I tried those two things: For 1 - File: client.js - its version 3.2
As you said, it should be Version 3.0 - so i thought i add my current dependencies:
For the clearing of app caches etc, already did this, but nothing changed sadly. |
Hi @DasTobbel - a new version of Flutter stable was just released. Could you try running |
Yepp, its solved, whatever it was...
DId it and its back to working. |
Hello there,
upgraded android studio, upgraded Flutter and all my pub packages + pub upgrade - since then the project can't be run/started as web-app anymore. Any other run (linux/android) works fine.
Tried to "flutter clean" but issue stays.
Chrome opens, no warn/error in the run console in android-studio or on the shell.
Loading Bar visible in Chrome and the debug-console has an error. Nothing else happens.
This is the output which said i should report it here.
Console Output of Chrome (Version: Version 120.0.6099.199 (Official Build) (64-bit))
Flutter Doctor:
Anything more i can provide ?
Or does somebody know what i should try?
Thanks!
// edit: added Chrome Version
The text was updated successfully, but these errors were encountered: