Cadu Thiesen
Cadu Thiesen
I'm facing the same issue as @bohdantrotsenko. In some cases it causes my device to restart. Device: Samsung s20+
BarChartSample https://github.com/example/lib/bar_chart/samples/bar_chart_sample1.dart is not opening.
Is this fixed? Should I point my pubspec to a specific branch? thanks in advance.
@nmfisher yes, they work outside the isolate in production. Inside only when debbuging
Here's my flutter doctor (obs: I also tested in stable branch, same issue) ``` [✓] Flutter (Channel master, 3.1.0-0.0.pre.1358, on macOS 12.4 21F79 darwin-x64, locale en-BR) • Flutter version 3.1.0-0.0.pre.1358...
@nmfisher thanks for the suggestion. I tried now and received the following error: `Unhandled Exception: [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()`
Yes, I have authentication set up. When the user opens the app a listener checks the firebase credentials and if they are not valid, routes the user to the auth...
Hi @nmfisher. That happened to me too ;D I'll test that as soon as I can. But I don't see this working in a real scenario, since I have authentication...
Hey @nmfisher . I didn't have a change to test your latest suggestion. But, as I mentioned, it would not be a viable solution in my case. The funny thing...
Yes, I have authentication set up. When the user opens the app a listener checks the firebase credentials and if they are not valid, routes the user to the auth...