superuser 2.1.0 copy "superuser: ^2.1.0" to clipboard
superuser: ^2.1.0 copied to clipboard

Detect, verify user who execute Flutter program has superuser role and running with superuser permission with replicated UNIX identification commands.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add superuser

With Flutter:

 $ flutter pub add superuser

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

dependencies:
  superuser: ^2.1.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:superuser/superuser.dart';
3
likes
0
points
109
downloads

Publisher

verified publisherrk0cc.xyz

Weekly Downloads

Detect, verify user who execute Flutter program has superuser role and running with superuser permission with replicated UNIX identification commands.

Homepage
Repository (GitHub)
View/report issues

Topics

#superuser #root #admin #administrator #ffi

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

flutter, meta, superuser_interfaces, superuser_plugin_unix, superuser_plugin_windows

More

Packages that depend on superuser