Update README.md

This commit is contained in:
林恒龙 2019-04-28 23:44:43 +08:00 committed by GitHub
parent 4796b00306
commit 716e61f60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,16 +8,16 @@ flutter版新浪微博SDK
## fake libraries ## fake libraries
1. [flutter版okhttp3](https://github.com/v7lin/fake_http) * [flutter版okhttp3](https://github.com/v7lin/fake_http)
2. [flutter版微信SDK](https://github.com/v7lin/fake_wechat) * [flutter版微信SDK](https://github.com/v7lin/fake_wechat)
3. [flutter版腾讯(QQ)SDK](https://github.com/v7lin/fake_tencent) * [flutter版腾讯(QQ)SDK](https://github.com/v7lin/fake_tencent)
4. [flutter版新浪微博SDK](https://github.com/v7lin/fake_weibo) * [flutter版新浪微博SDK](https://github.com/v7lin/fake_weibo)
5. [flutter版支付宝SDK](https://github.com/v7lin/fake_alipay) * [flutter版支付宝SDK](https://github.com/v7lin/fake_alipay)
6. [flutter版腾讯()SDK](https://github.com/v7lin/fake_push) * [flutter版腾讯()SDK](https://github.com/v7lin/fake_push)
## dart/flutter ## dart/flutter
[simple_pub_server](https://github.com/v7lin/simple_pub_server) * [simple_pub_server](https://github.com/v7lin/simple_pub_server)
## android ## android
@ -66,7 +66,8 @@ iOS 9系统策略更新限制了http协议的访问此外应用需要在
```` ````
## flutter ## flutter
#### snapshot * snapshot
```` ````
dependencies: dependencies:
fake_weibo: fake_weibo:
@ -74,7 +75,8 @@ dependencies:
url: https://github.com/v7lin/fake_weibo.git url: https://github.com/v7lin/fake_weibo.git
```` ````
### release * release
```` ````
latestVersion = 0.1.0 latestVersion = 0.1.0
```` ````
@ -84,7 +86,8 @@ dependencies:
fake_weibo: ^${latestVersion} fake_weibo: ^${latestVersion}
```` ````
### example * example
[](./example/lib/main.dart) [](./example/lib/main.dart)
## Getting Started ## Getting Started