Kshitiz Sharma
Kshitiz Sharma
This is what I settled on for onPressed of my Login button (based on the suggestion of @doriansabo ) ```dart try { isProcessing(true); final connectivityStatus = await Connectivity().checkConnectivity(); debugPrint(connectivityStatus.name); if...
Looks like this ticket is getting stale. Ahh, here is a comment to prevent it from auto-closing in 15 days.
Hello @shah-xad, I am also facing this issue. First time user, so I cloned this project and ran example to understand it. Please see the attached clip. https://github.com/shah-xad/flutter_tex/assets/25612158/3db5f8a0-8c2a-46c6-898e-05285e947c70 This happens...