Skip to content

Commit fa23e08

Browse files
committed
Update Readme
1 parent 22d7b45 commit fa23e08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
继续上一篇 [Flutter侧滑栏及城市选择UI的实现](https://juejin.im/post/5d316609f265da1b6836f593),今天继续讲Flutter的实现篇,画中画效果的实现。先看一下PIP的实现效果.
44

5+
![](https://github.com/DingProg/FlutterPIP/blob/master/screen/home.png)
6+
![](https://github.com/DingProg/FlutterPIP/blob/master/screen/main.png)
7+
58
![](https://github.com/DingProg/FlutterPIP/blob/master/screen/pip_cd.png)
69
![](https://github.com/DingProg/FlutterPIP/blob/master/screen/pip_pao.png)
710
![](https://github.com/DingProg/FlutterPIP/blob/master/screen/pip_movie.png)
811
![](https://github.com/DingProg/FlutterPIP/blob/master/screen/pip_gloass.png)
912
![](https://github.com/DingProg/FlutterPIP/blob/master/screen/pip_photo.png)
1013
![](https://github.com/DingProg/FlutterPIP/blob/master/screen/pip_draw.png)
1114

12-
![](https://github.com/DingProg/FlutterPIP/blob/master/screen/home.png)
13-
![](https://github.com/DingProg/FlutterPIP/blob/master/screen/main.png)
14-
1515
更多效果请查看PIP DEMO
1616
代码地址:[FlutterPIP](https://github.com/DingProg/FlutterPIP)
1717

@@ -137,7 +137,7 @@ Flutter 中也有相同的API,通过设置画笔Paint的blendMode属性,可
137137

138138
我们要用到一个Frame图片(frame.png),用来和原图进行混合,Frame图片如下
139139

140-
![](https://github.com/DingProg/FlutterPIP/blob/master/screen/frame.png)
140+
[frame.png](https://github.com/DingProg/FlutterPIP/blob/master/screen/frame.png)
141141

142142

143143
实现代码

0 commit comments

Comments
 (0)