superuser_interfaces 4.0.0
superuser_interfaces: ^4.0.0 copied to clipboard
Interface defination for verifying user executes Flutter program with superuser role.
4.0.0 #
- New type:
OSStringandOSStringsSet- These types are applied into
whoAmIandgroupsgetter to align character matching staregy in running platforms.
- These types are applied into
- Directly provide function name of native API when
SuperuserProcessErroris going to throw when errors occur in FFI. - Cease Flutter dependencies
- Increase minimum Dart SDK to
3.10.0for implementing FFI via hook.
3.0.0+1 #
- Fix repository link unreachable problem as the default branch renamed.
3.0.0 #
- Change Dart SDK constraint to
^3.8.0
2.2.0 #
- Change Dart SDK constraint to
^3.6.0for applying monorepo support.
2.1.0 #
- Add user groups getter.
2.0.0 #
- Mark
SuperuserInterfacefinal - Add
SuperuserPlatformfor handling fetching properties. - Add
SuperuserProcessErrorto indicate error occured when fetching properties.
1.0.0 #
- Include features
- User with superuser right
- Execute under superuser
- Obtain username