Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
thl committed Jun 3, 2019
1 parent a4a30ef commit 8555814
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
flutter packages get
flutter run --release
ps:作者Futter版本
[✓] Flutter (Channel beta, v1.6.3, locale zh-Hans-CN)
```

### [更新说明](./CHANGELOGS.md)
Expand Down Expand Up @@ -438,6 +441,10 @@ Email   : [email protected]
⭐⭐⭐ 如果您觉得本项目不错的话,来个star支持下作者吧! ⭐⭐⭐
关于项目任何问题请提交[issues](https://github.com/Sky24n/flutter_wanandroid/issues),私发QQ邮件将不再回复~

Flutter全局屏幕适配 [AutoSize](https://github.com/flutterchina/auto_size)

[![GitHub stars](https://img.shields.io/github/stars/flutterchina/auto_size.svg?style=social&label=Star)](https://github.com/flutterchina/auto_size) [![GitHub forks](https://img.shields.io/github/forks/flutterchina/auto_size.svg?style=social&label=Fork)](https://github.com/flutterchina/auto_size) [![GitHub watchers](https://img.shields.io/github/watchers/flutterchina/auto_size.svg?style=social&label=Watch)](https://github.com/flutterchina/auto_size)

Flutter版玩安卓 [flutter_wanandroid](https://github.com/Sky24n/flutter_wanandroid)

[![GitHub stars](https://img.shields.io/github/stars/Sky24n/flutter_wanandroid.svg?style=social&label=Star)](https://github.com/Sky24n/flutter_wanandroid) [![GitHub forks](https://img.shields.io/github/forks/Sky24n/flutter_wanandroid.svg?style=social&label=Fork)](https://github.com/Sky24n/flutter_wanandroid) [![GitHub watchers](https://img.shields.io/github/watchers/Sky24n/flutter_wanandroid.svg?style=social&label=Watch)](https://github.com/Sky24n/flutter_wanandroid)
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ dependencies:
# Flutter 常用工具类库 https://github.com/Sky24n/flustars
flustars: ^0.2.5+1
# Flutter 国际化/多语言库 https://github.com/Sky24n/fluintl
fluintl: ^0.1.2
fluintl: ^0.1.3
# Flutter 城市列表 https://github.com/flutterchina/azlistview
azlistview: ^0.1.0
azlistview: ^0.1.1


# https://github.com/flutterchina/dio
dio: ^1.0.13
dio: 1.0.13
# rxdart https://github.com/ReactiveX/rxdart
rxdart: ^0.22.0
# https://github.com/renefloor/flutter_cached_network_image
Expand All @@ -46,7 +46,7 @@ dependencies:
# device_info
# device_info: ^0.4.0+1
# webview_flutter
webview_flutter: ^0.3.7+1
webview_flutter: ^0.3.9
# https://github.com/flutterchina/flukit.
flukit: ^1.0.0

Expand Down

0 comments on commit 8555814

Please sign in to comment.