Marcelo Rabelo
Marcelo Rabelo
hey i need to
@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: () {}, ), ), ```

If I type anything in the TextField the return of [onSuggestionTap] is null
 [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....