superuser_plugin_windows 2.0.1 copy "superuser_plugin_windows: ^2.0.1" to clipboard
superuser_plugin_windows: ^2.0.1 copied to clipboard

unlisted

Detect, verify user who execute Flutter program has superuser role in Windows

2.0.1 #

  • Uses binary search to find admin group.
    • It will throws ERROR_INVALID_PARAMETER when this operation failed.

2.0.0 #

  • Implement listing joined group for current user.

2.0.0-m.2 #

  • Fix incorrect configuration in CMakeLists.txt

2.0.0-m.1 #

  • Change condition of isSuperuser by finding local user joined Administrators group already.
  • Adjust buffer size to 256 wide character.

1.0.0 #

  • Add throw error if native code returns with error.
  • Improve memory effiency.

0.1.0 #

  • Define interface's result