Nogringo

Results 6 comments of Nogringo

@KTBsomen The Fireship app did not work because he use `Gun()` without default peers, you need to use `Gun("https://gun-manhattan.herokuapp.com/gun")` and your 2 tabs will sync.

Hello, You can use this logic: ```dart List apps = await InstalledApps.getInstalledApps(false, true); final installedPackages = apps.map((e) => e.packageName).toList(); installedPackages.remove("com.brave.browser"); openvpn.connect( config, "USA", username: defaultVpnUsername, password: defaultVpnPassword, certIsRequired: true, bypassPackages:...

You need a global variable containing your toast. ```dart ToastificationItem? pinToast; return InkWell( onTap: () { Clipboard.setData(ClipboardData(text: pinNumber)); if (pinToast != null) { toastification.dismiss(pinToast) } pinToast = toastification.show( title: Text('copied!',...

Mirroring can be done from the client side and it save bandwidth.

I was talking about the buttons allignement.