File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 22
33* 简约不简单,丰富不复杂*
44
5- 一款简约风格的 flutter 天气项目,提供实时、多日、24 小时、台风路径以及生活指数等服务,支持定位、删除、搜索等操作 。
5+ 一款简约风格的 flutter 天气项目,提供实时、多日、24 小时、台风路径以及生活指数等服务,支持定位、删除、搜索,语音播报等操作 。
66
77作为 flutter 实战项目,包含状态管理、网络请求、数据缓存、自定义 view、自定义动画,三方统计,事件管理等技术点,实用且丰富。
88
99如果图片看不到,请前往 [ 『Flutter』一款风格简约功能丰富的天气] ( http://xiaweizi.cn/article/f7f8/ )
1010
1111### 体验
1212
13- 点击[ 下载链接] ( http://xiaweizi.top/SimplicityWeather-2_1 .apk ) 下载
13+ 点击[ 下载链接] ( http://xiaweizi.top/SimplicityWeather-2_2 .apk ) 下载
1414
1515或者直接扫描二维码抢先体验
1616
3030- [x] 动态降雨卡片
3131- [x] 自动更新
3232- [x] 丰富多样的天气背景效果(雷暴效果)
33+ - [x] 自动升级
34+ - [x] 语音播报
3335- [x] ** 一键换天** ,做天气之子
3436
3537接下来多图警告
@@ -94,6 +96,8 @@ Fluter 为什么目前这么火热,以及开发的效率如此之高,除了
9496| [ path_drawing] ( https://pub.flutter-io.cn/packages/path_drawing ) | 绘制虚线 path 用到 |
9597| [ url_launcher] ( https://pub.flutter-io.cn/packages/url_launcher ) | 通用跳转工具 |
9698| [ package_info] ( https://pub.flutter-io.cn/packages/package_info ) | 获取包相关信息 |
99+ | [ ota_update] ( https://pub.flutter-io.cn/packages/ota_update ) | apk 自动升级 |
100+ | [ flutter_tts] ( https://pub.flutter-io.cn/packages/flutter_tts ) | 语音播报 |
97101
98102### 总结
99103
@@ -110,14 +114,23 @@ Fluter 为什么目前这么火热,以及开发的效率如此之高,除了
110114
111115天气数据来源于 [ 彩云科技] ( https://open.caiyunapp.com/Main_Page )
112116
113- 定位功能来自 [ 高德地图] ( https://lbs.amap.com/ )
117+ 定位功能来自 [ 高德地图] ( https://lbs.amap.com/ )
118+
119+ > 高德 appkey 放在代码中,供大家使用,结果有人恶意刷 api,导致我账号被封,所以部分功能不能正常使用,请见谅
114120
115121统计来自 [ 友盟统计] ( https://mobile.umeng.com/ )
116122
117123天气 icon 来自 [ 阿里icon] ( https://www.iconfont.cn/ )
118124
119125### ChangeLog
120126
127+ #### 2.2.0
128+
129+ - 新增 OTA 时更新说明
130+ - 晴天新增太阳
131+ - 支持语音播报功能
132+ - 容错高德 API 次数限制处理
133+
121134#### 2.1.0
122135
123136- 新增自动更新
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616# Read more about iOS versioning at
1717# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18- version : 2.1 .0+21
18+ version : 2.2 .0+22
1919
2020environment :
2121 sdk : " >=2.7.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments