Update README.md
This commit is contained in:
parent
4796b00306
commit
716e61f60d
23
README.md
23
README.md
@ -8,16 +8,16 @@ flutter版新浪微博SDK
|
||||
|
||||
## fake 系列 libraries
|
||||
|
||||
1. [flutter版okhttp3](https://github.com/v7lin/fake_http)
|
||||
2. [flutter版微信SDK](https://github.com/v7lin/fake_wechat)
|
||||
3. [flutter版腾讯(QQ)SDK](https://github.com/v7lin/fake_tencent)
|
||||
4. [flutter版新浪微博SDK](https://github.com/v7lin/fake_weibo)
|
||||
5. [flutter版支付宝SDK](https://github.com/v7lin/fake_alipay)
|
||||
6. [flutter版腾讯(信鸽)推送SDK](https://github.com/v7lin/fake_push)
|
||||
* [flutter版okhttp3](https://github.com/v7lin/fake_http)
|
||||
* [flutter版微信SDK](https://github.com/v7lin/fake_wechat)
|
||||
* [flutter版腾讯(QQ)SDK](https://github.com/v7lin/fake_tencent)
|
||||
* [flutter版新浪微博SDK](https://github.com/v7lin/fake_weibo)
|
||||
* [flutter版支付宝SDK](https://github.com/v7lin/fake_alipay)
|
||||
* [flutter版腾讯(信鸽)推送SDK](https://github.com/v7lin/fake_push)
|
||||
|
||||
## dart/flutter 私服
|
||||
|
||||
[simple_pub_server](https://github.com/v7lin/simple_pub_server)
|
||||
* [simple_pub_server](https://github.com/v7lin/simple_pub_server)
|
||||
|
||||
## android
|
||||
|
||||
@ -66,7 +66,8 @@ iOS 9系统策略更新,限制了http协议的访问,此外应用需要在
|
||||
````
|
||||
## flutter
|
||||
|
||||
#### snapshot
|
||||
* snapshot
|
||||
|
||||
````
|
||||
dependencies:
|
||||
fake_weibo:
|
||||
@ -74,7 +75,8 @@ dependencies:
|
||||
url: https://github.com/v7lin/fake_weibo.git
|
||||
````
|
||||
|
||||
### release
|
||||
* release
|
||||
|
||||
````
|
||||
latestVersion = 0.1.0
|
||||
````
|
||||
@ -84,7 +86,8 @@ dependencies:
|
||||
fake_weibo: ^${latestVersion}
|
||||
````
|
||||
|
||||
### example
|
||||
* example
|
||||
|
||||
[示例](./example/lib/main.dart)
|
||||
|
||||
## Getting Started
|
||||
|
Loading…
Reference in New Issue
Block a user