pitanni
pitanni
Hello, Same problem for me on Chromecast Google TV with message "Overlay Permissions Deny".
Hi @virresh, The overley permission Is enabled in setting option:  When open app the overlay permission Is "Not Granted". If i click "SETUP PERMISSION" and the click back the...
Hi @virresh , resolved by shell `adb shell appops set io.github.virresh.matvt SYSTEM_ALERT_WINDOW allow`
> Did you find a resolution? I'm attempting to run Ventura on WSL2 but after installing macOS, I'm in a boot loop. I'm in the same situation with Sonoma as...
My code of widgets/connectivity_widget.dart is: ` import 'package:app_settings/app_settings.dart'; import 'package:flutter/material.dart'; import 'package:flutter_offline/flutter_offline.dart'; abstract class ConnectivityWidget extends StatelessWidget{ const ConnectivityWidget({Key? key}) : super(key: key); @override Widget build(BuildContext context) => OfflineBuilder( connectivityBuilder:...