Marcelo Rabelo

Results 15 comments of Marcelo Rabelo

@jumperchen Unfortunately it has the same result. Doesn't make the connection. 😥 Could it be due to the lack of key, cert.pem?

@jumperchen unfortunately, 😥, I couldn't find an example of Flutter web with socket client and server in production. Using https.

I ended up moving my project to Firebase with streams.

Exactly the same thing that happens to me. I've been trying for 8 hours and nothing. 😒. Web app on localHost and Android works perfectly. Only on flutter web and...

This made it even more elegant ``` return AppBar( title: const Text('HomeView'), centerTitle: true, leading: Visibility( visible: !ResponsiveBreakpoints.of(context).largerThan(TABLET), child: IconButton( icon: const Icon(Icons.menu), onPressed: () {}, ), ), ```

![Image](https://github.com/user-attachments/assets/7df79843-702c-4ec9-89e8-0e1a327f03f4)

If I type anything in the TextField the return of [onSuggestionTap] is null

![Image](https://github.com/user-attachments/assets/c675e9f9-ed3c-471d-b253-bbba83b66acc) [searchfield.dart]

I'm rebuilding the screen a lot. I use didUpdateWidget a lot. I believe that when the screen is reconstructed, the value in the context should be lost. I believe so....