79206053

Date: 2024-11-20 06:38:47
Score: 0.5
Natty:
Report link

Creating a Flutter app that blocks access to specific websites across the entire device is technically possible but requires advanced integration with the underlying operating system. However, such functionality usually involves significant limitations and permissions due to security and privacy concerns on modern operating systems.

Here’s how it might be approached:

  1. Using a VPN Service flutter_vpn
  1. Using a Proxy Server Another approach is to set up a proxy server that filters network traffic and blocks requests to specific domains. The app configures the device to use this proxy.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ayman omara