superuser_plugin_unix 4.1.2
superuser_plugin_unix: ^4.1.2 copied to clipboard
Detect, verify user who execute Dart program has superuser role in UNIX (or POSIX) API
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add superuser_plugin_unixWith Flutter:
$ flutter pub add superuser_plugin_unixThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
superuser_plugin_unix: ^4.1.2Alternatively, 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:superuser_plugin_unix/superuser_plugin_unix.dart';