Skip to content

Commit 28d9f61

Browse files
committed
Update pubspec
1 parent c54377d commit 28d9f61

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

pubspec.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: one_sdk_flutter
2-
description: Thunderhead ONE SDK Flutter plugin
2+
description: Thunderhead ONE SDK Flutter Plugin
33
version: 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

78
environment:
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

1012
dependencies:
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:

0 commit comments

Comments
 (0)