mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-05-19 16:26:08 +08:00
Update pubspec.yaml
This commit is contained in:
13
pubspec.yaml
13
pubspec.yaml
@ -5,7 +5,8 @@ version: 1.1.0
|
||||
homepage: https://github.com/v7lin/fake_tencent
|
||||
|
||||
environment:
|
||||
sdk: ">=2.3.0 <3.0.0"
|
||||
sdk: ">=2.7.0 <3.0.0"
|
||||
flutter: ">=1.10.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
@ -33,12 +34,16 @@ dev_dependencies:
|
||||
# The following section is specific to Flutter.
|
||||
flutter:
|
||||
# This section identifies this Flutter project as a plugin project.
|
||||
# The androidPackage and pluginClass identifiers should not ordinarily
|
||||
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
|
||||
# be modified. They are used by the tooling to maintain consistency when
|
||||
# adding or updating assets for this project.
|
||||
plugin:
|
||||
androidPackage: io.github.v7lin.tencent_kit
|
||||
pluginClass: TencentKitPlugin
|
||||
platforms:
|
||||
android:
|
||||
package: io.github.v7lin.tencent_kit
|
||||
pluginClass: TencentKitPlugin
|
||||
ios:
|
||||
pluginClass: TencentKitPlugin
|
||||
|
||||
# To add assets to your plugin package, add an assets section, like this:
|
||||
# assets:
|
||||
|
Reference in New Issue
Block a user