File tree 2 files changed +15
-10
lines changed
packages/instabug_private_views
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -97,19 +97,20 @@ packages:
97
97
source: hosted
98
98
version: "0.15.5"
99
99
instabug_flutter:
100
- dependency: "direct overridden"
100
+ dependency: transitive
101
101
description:
102
- path: "../../instabug_flutter"
103
- relative: true
104
- source: path
105
- version: "14.0.0"
102
+ name: instabug_flutter
103
+ sha256: c17513d000a1d6ecf5ee9cd1d820760143985b5b006d06c65744db949988aa17
104
+ url: "https://pub.dev"
105
+ source: hosted
106
+ version: "14.1.0"
106
107
instabug_private_views:
107
108
dependency: "direct main"
108
109
description:
109
110
path: ".."
110
111
relative: true
111
112
source: path
112
- version: "1.0.1 "
113
+ version: "1.0.0 "
113
114
leak_tracker:
114
115
dependency: transitive
115
116
description:
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ import 'package:instabug_private_views/src/private_views_manager.dart';
4
4
export 'src/instabug_private_view.dart' ;
5
5
export 'src/instabug_sliver_private_view.dart' ;
6
6
7
- void enableInstabugMaskingPrivateViews () {
8
- final api = InstabugPrivateViewHostApi ();
9
- api.init ();
10
- InstabugPrivateViewFlutterApi .setup (PrivateViewsManager .I );
7
+ class InstabugPrivateViewManager {
8
+ static void enable () {
9
+ final api = InstabugPrivateViewHostApi ();
10
+ api.init ();
11
+ InstabugPrivateViewFlutterApi .setup (PrivateViewsManager .I );
12
+ }
13
+
14
+
11
15
}
You can’t perform that action at this time.
0 commit comments