File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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实现代码
You can’t perform that action at this time.
0 commit comments