killswitch 1.0.2 copy "killswitch: ^1.0.2" to clipboard
killswitch: ^1.0.2 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 Flutter:

 $ flutter pub add killswitch

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  killswitch: ^1.0.2

Alternatively, your editor might support 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
160
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on killswitch