Flutter package: killswitch 🔐

Remotely turn your app on/off even after you no longer have access to its code.

  • Quick-start guide found here.
  • Package found here.
  • GitHub repo found here

Documentation is found largely in the package itself via doc-comments. This is useful after you get started.

In the meantime, here's a small taste showing how simple the package is to use (wrap high-up in your widget tree in main.dart):

Killswitch(
	killWhitelistAndIgnoreSourceUrl:  "https://example.com/killswitch", // <-- your control URL
	child: ...
);

analytics

Libraries

killswitch