pitanni

Results 5 comments of 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: ![IMG_20220318_193719](https://user-images.githubusercontent.com/9722026/159064191-af7fc30d-c0ee-430b-9a2c-8b4cd02eca52.jpg) 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:...