File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 11name : one_sdk_flutter
2- description : Thunderhead ONE SDK Flutter plugin
2+ description : Thunderhead ONE SDK Flutter Plugin
33version : 0.1.0
4- author :
5- homepage :
4+ author : Thunderhead ONE, Inc.
5+ homepage : https://www.thunderhead.com
6+ repository : https://github.com/thunderheadone/one-sdk-flutter
67
78environment :
8- sdk : " >=2.1.0 <3.0.0"
9+ sdk : " >=2.7.0 <3.0.0"
10+ flutter : " >=1.20.0 <2.0.0"
911
1012dependencies :
1113 flutter :
@@ -25,8 +27,12 @@ flutter:
2527 # be modified. They are used by the tooling to maintain consistency when
2628 # adding or updating assets for this project.
2729 plugin :
28- androidPackage : com.thunderhead.one_sdk_flutter
29- pluginClass : OnePlugin
30+ platforms :
31+ android :
32+ package : com.thunderhead.one_sdk_flutter
33+ pluginClass : OnePlugin
34+ ios :
35+ pluginClass : OnePlugin
3036
3137 # To add assets to your plugin package, add an assets section, like this:
3238 # assets:
You can’t perform that action at this time.
0 commit comments