Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maoqitian committed Mar 8, 2020
1 parent 4a0baeb commit e668dfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ Dart 2.7.0
- [**历史版本下载地址**](https://github.com/maoqitian/flutter_wanandroid/releases)

### **最新版本下载**
- 可以手机浏览器输入以下地址下载 [http://d.alphaqr.com/b8ja](http://d.alphaqr.com/b8ja)
- 可以手机浏览器输入以下地址下载 [http://d.alphaqr.com/9n12](http://d.alphaqr.com/9n12)


类型 | 二维码
---|---
Apk 下载二维码 |<img src="https://github.com/maoqitian/MaoMdPhoto/raw/master/flutter/flutter_wanandroid/version/v1.0.2/flutter-wanandroid-two-dimensional-code-v1.0.2.png" height="200" width="200">
Apk 下载二维码 |<img src="https://github.com/maoqitian/MaoMdPhoto/raw/master/flutter/flutter_wanandroid/version/v1.0.2/flutter-wanandroid-v1.0.2.png" height="200" width="200">
ios 下载| 暂无下载,可以自行clone项目编译体验


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class _ProjectListItemState extends State<ProjectListItem> {
Constants.COLLECT_PAGE_TYPE,
widget.articleData.collect);
Application.router.navigateTo(context,
'${Routes.webViewPage}??routePageJson=${ToolUtils.object2string(routePageData)}');
'${Routes.webViewPage}?routePageJson=${ToolUtils.object2string(routePageData)}');
},
title: Row(
mainAxisAlignment: MainAxisAlignment.start,
Expand Down
2 changes: 1 addition & 1 deletion flutter_wanandroid/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter application for wanandroid.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.3+4 # 1.0.1 代表版本名 2 代表版本代号
version: 1.0.2+3 # 1.0.1 代表版本名 2 代表版本代号

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit e668dfa

Please sign in to comment.