Skip to content

mattrltrent/killswitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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