Skip to content

Commit 48309b2

Browse files
Update pubspec.yaml
1 parent 46c7a5b commit 48309b2

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

pubspec.yaml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug_flutter
2-
version: 9.1.7
2+
version: 9.1.8
33
description: >-
44
Instabug is an in-app feedback and bug reporting tool for mobile apps.
55
With just a simple shake, your users or beta testers can report bugs or
@@ -11,9 +11,6 @@ author: Instabug <[email protected]>
1111
homepage: https://github.com/Instabug/Instabug-Flutter#readme
1212
documentation: https://github.com/Instabug/Instabug-Flutter#readme
1313

14-
environment:
15-
sdk: ">=2.0.0-dev.68.0 <3.0.0"
16-
1714
dependencies:
1815
flutter:
1916
sdk: flutter
@@ -27,5 +24,15 @@ dev_dependencies:
2724

2825
flutter:
2926
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"

0 commit comments

Comments
 (0)