File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.1
2+
3+ * Resolve lower score due to violation of formatting
4+ * Provide ` SuperuserProcessError ` for catching error when fetching from plugin.
5+
16## 1.0.0
27
38* Add error handling
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ library instance;
33
44import 'package:superuser/superuser.dart' ;
55
6- export 'package:superuser_interfaces/superuser_interfaces.dart' show SuperuserInterface;
6+ export 'package:superuser_interfaces/superuser_interfaces.dart'
7+ show SuperuserInterface;
78export 'src/instance.dart' show SuperuserInstance;
Original file line number Diff line number Diff line change 44/// as well as username who run current Flutter program.
55library superuser;
66
7+ export 'package:superuser_interfaces/superuser_interfaces.dart'
8+ show SuperuserProcessError;
9+
710import 'package:superuser_interfaces/superuser_interfaces.dart'
811 show MockSuperuser;
912
Original file line number Diff line number Diff line change 11name : superuser
22description : Detect, verify user who execute Flutter program has superuser role and running with superuser permission.
3- version : 1.0.0
3+ version : 1.0.1
44homepage : https://github.com/rk0cc/superuser
55repository : https://github.com/rk0cc/superuser/tree/main/superuser
66funding :
You can’t perform that action at this time.
0 commit comments