diff --git a/README.md b/README.md index 31097ef..7c0b92e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ### 体验 -点击[下载链接](http://xiaweizi.top/SimplicityWeather-2_5.apk)下载 +点击[下载链接](http://xiaweizi.top/SimplicityWeather-2_6.apk)下载 或者直接扫描二维码抢先体验 @@ -52,9 +52,11 @@ 目前支持多达 **12** 种不同的天气类型,其中包括:晴、多云、阴天、小中大雨、小中大雪、雾、霾、浮尘,为了更好,在关于页面有上角添加切换天气类型的入口,实时查看不同气象下不同的背景效果。下面用一种 GIF 图展示效果,鉴于 GIF 本身的局限,可能会模糊低帧,请下载 apk 自行体验。 -![一键换天1](/images/weather1.gif) -![一键换天2](/images/weather2.gif) -![一键换天3](/images/weather3.gif) +![home](/images/home.gif) +![page](/images/page.gif) +![list](/images/list.gif) +![grid](/images/grid.gif) +![check](/images/check.gif) ### 技术介绍 @@ -83,7 +85,7 @@ Fluter 为什么目前这么火热,以及开发的效率如此之高,除了 | 插件名称 | 插件说明 | | ------------------------------------------------------------ | ------------------------------------------------------------ | -| [flutter_weather_bg](https://pub.flutter-io.cn/packages/flutter_weather_bg) | 炫酷的天气动态背景 | +| [flutter_weather_bg](https://pub.flutter-io.cn/packages/flutter_weather_bg) | 本人开发的炫酷的天气动态背景 | | [flutter_bloc](https://pub.flutter-io.cn/packages/flutter_bloc) | 不多说,很强大,作为新手再也不用担心数据共享与更新 | | [shared_preferences](https://pub.flutter-io.cn/packages/shared_preferences) | 很常用,持久化保存数据 | | [dio](https://pub.flutter-io.cn/packages/dio) | 网络请求当然离不开一个好的网络框架,项目只是用到了基础的 GET 请求 | @@ -125,6 +127,13 @@ Fluter 为什么目前这么火热,以及开发的效率如此之高,除了 ### ChangeLog +#### 2.6.0 + +- 新增城市管理动画效果 +- 优化搜索结果页展示效果 +- 新增炫酷的 demo 入口效果 +- 优化背景动画效果 + #### 2.5.0 - 更新背景动画依赖 diff --git a/images/check.gif b/images/check.gif new file mode 100644 index 0000000..e0e98c4 Binary files /dev/null and b/images/check.gif differ diff --git a/images/gird.gif b/images/gird.gif new file mode 100644 index 0000000..e63633e Binary files /dev/null and b/images/gird.gif differ diff --git a/images/home.gif b/images/home.gif new file mode 100644 index 0000000..f3fac84 Binary files /dev/null and b/images/home.gif differ diff --git a/images/list.gif b/images/list.gif new file mode 100644 index 0000000..7b61a40 Binary files /dev/null and b/images/list.gif differ diff --git a/images/page.gif b/images/page.gif new file mode 100644 index 0000000..1cc933e Binary files /dev/null and b/images/page.gif differ diff --git a/images/qrcode.png b/images/qrcode.png index 5033434..3e1887c 100644 Binary files a/images/qrcode.png and b/images/qrcode.png differ diff --git a/images/weather1.gif b/images/weather1.gif deleted file mode 100644 index f6280e4..0000000 Binary files a/images/weather1.gif and /dev/null differ diff --git a/images/weather1.png b/images/weather1.png index 9b8db93..2b6e13b 100644 Binary files a/images/weather1.png and b/images/weather1.png differ diff --git a/images/weather2.gif b/images/weather2.gif deleted file mode 100644 index aa631a1..0000000 Binary files a/images/weather2.gif and /dev/null differ diff --git a/images/weather2.png b/images/weather2.png index 2d8a154..5436b4c 100644 Binary files a/images/weather2.png and b/images/weather2.png differ diff --git a/images/weather3.gif b/images/weather3.gif deleted file mode 100644 index 07cd90a..0000000 Binary files a/images/weather3.gif and /dev/null differ diff --git a/images/weather3.png b/images/weather3.png index 50dde8e..1b56cbe 100644 Binary files a/images/weather3.png and b/images/weather3.png differ