killswitch 1.0.0 killswitch: ^1.0.0 copied to clipboard
Killswitch that listens to a URL and will kill the app if the URL returns a bad status code. You can also whitelist an app via a different status code.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add killswitch
With Flutter:
$ flutter pub add killswitch
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
killswitch: ^1.0.0
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:killswitch/killswitch.dart';