Unverified 提交 437bb0df authored 作者: Alex Li's avatar Alex Li 提交者: GitHub

Update pubspec.yaml

上级 fe0d6767
...@@ -7,6 +7,17 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev ...@@ -7,6 +7,17 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment: environment:
sdk: '>=3.0.0 <4.0.0' sdk: '>=3.0.0 <4.0.0'
fluwx:
app_id: '123456'
debug_logging: true # Logging in debug mode.
android:
# interrupt_wx_request: true # Defaults to true.
# flutter_activity: 'MainActivity' # Defaults to app's launcher
ios:
universal_link: https://testdomain.com
# scene_delegate: true # Defaults to false.
# no_pay: false # Set to false to disable payment.
# Dependencies specify other packages that your package needs in order to work. # Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions # To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively, # consider running `flutter pub upgrade --major-versions`. Alternatively,
...@@ -83,15 +94,3 @@ flutter: ...@@ -83,15 +94,3 @@ flutter:
# For details regarding fonts from package dependencies, # For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages # see https://flutter.dev/custom-fonts/#from-packages
fluwx:
app_id: 123456
# only debug in debug mode
debug_logging: true
android:
# interrupt_wx_request: true # default is true
# flutter_activity: MainActivity #Default to launch app's launcher
ios:
universal_link: https://testdomain.com
# scene_delegate: true #default false
# payment is enabled by default
# no_pay: true
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论