Juan
Juan
I'm facing the same issue. With target SDK 33 it doesn't work.
> similar problem - maybe it's somehow connected with eWElink is donw since 14.09 and i think still not available https://www.facebook.com/ewelink.support/ > > > > No. That wasn't the issue...
I found the same issue when I was building my application with the new appbars.
Hi @exaby73 here you have it. Try switching between ``SliverAppBar``and ``SliverAppBar.large``. Let me know if you need something else. Code Sample ```dart import 'package:flutter/material.dart'; void main() { runApp(const TabBarDemo()); }...
And here's also another example with a row of chips instead of a tabbar. The commented section is the same with a normal AppBar. Code Sample ```dart import 'package:flutter/material.dart'; void...
Hello again. I just wanted to ask when this could be fixed (an estimated time). Just to know.
I have removed the cache folder as it's suggested on that thread. Will see if that fixes the issue. As I said, the issue wasn't there all time. Thanks for...
Hi again. It has been working fine since last time I commented this. But the error has appeared again. Same messages in console and the app is stuck on the...
I have removed that AVD and created a new one. Will see if that works.
I tried creating a new AVD but still after around 3 weeks it has the same error. The problem is that this happens after around 3 weeks of development. If...