Skip to content

Commit

Permalink
[doc] 更新版本 2.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: xiaweizi <[email protected]>
  • Loading branch information
xiaweizi committed Sep 26, 2020
1 parent cbbe7bf commit 737308a
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### 体验

点击[下载链接](http://xiaweizi.top/SimplicityWeather-2_5.apk)下载
点击[下载链接](http://xiaweizi.top/SimplicityWeather-2_6.apk)下载

或者直接扫描二维码抢先体验

Expand Down Expand Up @@ -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)

### 技术介绍

Expand Down Expand Up @@ -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 请求 |
Expand Down Expand Up @@ -125,6 +127,13 @@ Fluter 为什么目前这么火热,以及开发的效率如此之高,除了

### ChangeLog

#### 2.6.0

- 新增城市管理动画效果
- 优化搜索结果页展示效果
- 新增炫酷的 demo 入口效果
- 优化背景动画效果

#### 2.5.0

- 更新背景动画依赖
Expand Down
Binary file added images/check.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/gird.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/home.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/list.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/page.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/qrcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/weather1.gif
Binary file not shown.
Binary file modified images/weather1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/weather2.gif
Binary file not shown.
Binary file modified images/weather2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/weather3.gif
Binary file not shown.
Binary file modified images/weather3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 737308a

Please sign in to comment.