fake_tencent 0.3.4
fake_tencent #
flutter版腾讯(QQ)SDK
fake 系列 libraries #
- flutter版微信SDK
- flutter版腾讯(QQ)SDK
- flutter版新浪微博SDK
- flutter版支付宝SDK
- flutter版腾讯(信鸽)推送SDK
- flutter版talkingdata移动统计SDK
dart/flutter 私服 #
docs #
android #
...
android {
...
defaultConfig{
...
manifestPlaceholders = [TENCENT_APP_ID: "${appId}"]
...
}
...
}
...
# 混淆已打入 Library,随 Library 引用,自动添加到 apk 打包混淆
ios #
在Xcode中,选择你的工程设置项,选中“TARGETS”一栏,在“info”标签栏的“URL type“添加“URL scheme”为你所注册的应用程序id
URL Types
tencent: identifier=tencent schemes=tencent${appId}
iOS 9系统策略更新,限制了http协议的访问,此外应用需要在“Info.plist”中将要使用的URL Schemes列为白名单,才可正常检查其他应用是否安装。
<key>LSApplicationQueriesSchemes</key>
<array>
<string>wtloginmqq2</string>
<string>mqqopensdkapiV3</string>
<string>mqqwpa</string>
<string>mqqopensdkapiV2</string>
<string>mqqOpensdkSSoLogin</string>
<string>mqq</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
flutter #
分享类型 | 说说 | 图片 | 音乐 | 视频 | 网页 |
---|---|---|---|---|---|
不支持 | 支持 | 支持 | 不支持 | 支持 | |
QZone | 支持 | 不支持 | 不支持 | 不支持 | 支持 |
- snapshot
dependencies:
fake_tencent:
git:
url: https://github.com/v7lin/fake_tencent.git
- release
dependencies:
fake_tencent: ^${latestTag}
- example
Getting Started #
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
0.3.4 - 2019.9.10 #
- gradle兼容
0.3.3 - 2019.7.12 #
- 简化
0.3.2 - 2019.6.18 #
- AndroidX兼容
0.3.1 - 2019.6.12 #
- 修正网页分享无描述
0.3.0 - 2019.5.24 #
- 优化
- 自动化发布
0.2.0 - 2019.3.26 #
- 不再自动设置 AccessToken
0.1.0 - 2019.3.19 #
- 规范 fake_tencent 代码
0.0.1 - 2019.3.1 #
- android/ios tencent
fake_tencent_example #
Demonstrates how to use the fake_tencent plugin.
Getting Started #
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Use this package as a library
1. Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
fake_tencent: ^0.3.4
2. Install it
You can install packages from the command line:
with Flutter:
$ flutter pub get
Alternatively, your editor might support flutter pub get
.
Check the docs for your editor to learn more.
3. Import it
Now in your Dart code, you can use:
import 'package:fake_tencent/fake_tencent.dart';
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
74
|
Health:
Code health derived from static analysis.
[more]
|
100
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
80
|
Overall:
Weighted score of the above.
[more]
|
83
|
We analyzed this package on Dec 13, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
- Dart: 2.7.0
- pana: 0.13.1+4
- Flutter: 1.12.13+hotfix.4
Maintenance suggestions
The package description is too short. (-20 points)
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Dependencies
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.1.0 <3.0.0 | ||
flutter | 0.0.0 | ||
jaguar_serializer | >=2.2.12 <3.0.0 | 2.2.12 | |
meta | >=1.1.6 <2.0.0 | 1.1.8 | |
Transitive dependencies | |||
collection | 1.14.11 | 1.14.12 | |
sky_engine | 0.0.99 | ||
typed_data | 1.1.6 | ||
vector_math | 2.0.8 | ||
Dev dependencies | |||
build_runner | any | ||
fake_path_provider | ^0.0.1 | ||
flutter_test | |||
jaguar_serializer_cli | any | ||
path | ^1.6.2 | ||
pedantic | >=1.4.0 <3.0.0 |