File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : instabug_flutter
2
- version : 9.1.7
2
+ version : 9.1.8
3
3
description : >-
4
4
Instabug is an in-app feedback and bug reporting tool for mobile apps.
5
5
With just a simple shake, your users or beta testers can report bugs or
11
11
homepage : https://github.com/Instabug/Instabug-Flutter#readme
12
12
documentation : https://github.com/Instabug/Instabug-Flutter#readme
13
13
14
- environment :
15
- sdk : " >=2.0.0-dev.68.0 <3.0.0"
16
-
17
14
dependencies :
18
15
flutter :
19
16
sdk : flutter
@@ -27,5 +24,15 @@ dev_dependencies:
27
24
28
25
flutter :
29
26
plugin :
30
- androidPackage : com.instabug.instabugflutter
31
- pluginClass : InstabugFlutterPlugin
27
+ platforms :
28
+ android :
29
+ package : com.instabug.instabugflutter
30
+ pluginClass : InstabugFlutterPlugin
31
+ ios :
32
+ pluginClass : InstabugFlutterPlugin
33
+
34
+ environment :
35
+ sdk : " >=2.1.0 <3.0.0"
36
+ # Flutter versions prior to 1.12 did not support the
37
+ # flutter.plugin.platforms map.
38
+ flutter : " >=1.12.0 <2.0.0"
You can’t perform that action at this time.
0 commit comments