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
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