Marcus Gregory

Results 6 comments of Marcus Gregory

> @JLuisRojas I was looking more closely into web the other day and I still see lot of issues. Most troublesome is that some emoji's can't be displayed and we...

@aghanti7 I'm using it this way in my application You can also check my [repository](https://github.com/marcusgregory/UniDiscente/blob/master/lib/pages/inicio.page.dart) ``` dart int onlineFlag = 0; StreamSubscription listenConnection; listenConnection = DataConnectionChecker().onStatusChange.listen((status) { switch (status) {...

Still no solution for this problem @Kishan-Somaiya.

I have the same problem in flutter stable 2.10.4.

It would be interesting for someone to keep this project, I offer my help if necessary