flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.53k stars 313 forks source link

ScaffoldMessenger.showSnackBar was called, but there are currently no descendant Scaffolds to present to. #7735

Open Pranavkhedkarwebsite opened 1 month ago

Pranavkhedkarwebsite commented 1 month ago

<-- Please describe your problem here. Be sure to include repro steps. -->


DevTools version: 2.20.1 ScaffoldMessenger.showSnackBar was called, but there are currently no descendant Scaffolds to present to. 'package:flutter/src/material/scaffold.dart': scaffold.dart:1 Failed assertion: line 291 pos 7: '_scaffolds.isNotEmpty'

andikatp commented 1 month ago

I was getting this error this morning, then i realize that i wrap my scaffold with two materialApp. Maybe it helps?