killswitch 1.0.1 copy "killswitch: ^1.0.1" to clipboard
killswitch: ^1.0.1 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.1

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';
1
likes
0
pub points
0%
popularity

Publisher

verified publishermatthewtrent.me

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on killswitch