Yanren

Results 13 comments of Yanren

I tried using a StatefulWidget, but it still doesn't work: ```dart class HomeView extends StatefulWidget { const HomeView({super.key}); @override State createState() => _HomeViewState(); } class _HomeViewState extends State { final...

![Image](https://github.com/user-attachments/assets/70a7769c-663a-4589-8434-97c9c9ce1b1b) In the official MVI demo, adding a Center or other Widget at this position also triggers this error ![Image](https://github.com/user-attachments/assets/61aca810-f5f6-4c3b-89e6-3af1f3451453)