当前位置: 首页 > news >正文

商标设计网站哪个好seo主要做什么

商标设计网站哪个好,seo主要做什么,服务平台官网,英文网站建设需求flutter开发实战-RepaintBoundary实现Widget截图功能 在开发中,遇到需要使用截图,像iOS可以截图UIView获取到UIImage,在flutter中可以使用RepaintBoundary实现截图功能 相机拍摄的图片: RepaintBoundary截图后的图片 一、Re…

flutter开发实战-RepaintBoundary实现Widget截图功能

在开发中,遇到需要使用截图,像iOS可以截图UIView获取到UIImage,在flutter中可以使用RepaintBoundary实现截图功能

相机拍摄的图片:
在这里插入图片描述

RepaintBoundary截图后的图片
在这里插入图片描述

一、RepaintBoundary

RepaintBoundary是绘制边界。

如果CustomPaint有子节点,为了避免子节点不必要的重绘并提高性能,通常情况下都会将子节点包裹在RepaintBoundary组件中,这样会在绘制时就会创建一个新的绘制层(Layer),其子组件将在新的Layer上绘制,而父组件将在原来Layer上绘制,也就是说RepaintBoundary 子组件的绘制将独立于父组件的绘制,RepaintBoundary会隔离其子节点和CustomPaint本身的绘制边界。示例如下:


CustomPaint(size: Size(300, 300), //指定画布大小painter: MyPainter(),child: RepaintBoundary(child:...)), 
)

参考:https://book.flutterchina.club/chapter10/custom_paint.html#_10-4-1-custompaint

二、实现Widget截图

实现Widget截图,需要将Widget嵌套在RepaintBoundary里,需要用到Globalkey
示例如下

Container(width: widget.width,height: widget.height,clipBehavior: Clip.hardEdge,decoration: BoxDecoration(color: Colors.transparent,),child: RepaintBoundary(key: _cameraViewGlobalKey,child: Transform.scale(scale: scale * aspectRatio,child: AspectRatio(aspectRatio: aspectRatio,child: Center(child: CameraPreview(controller!,),),),),),);

实现截图功能

// 根据GlobalKey来截图Widgetstatic Future<Uint8List?> makeImageUInt8List(GlobalKey globalKey) async {RenderRepaintBoundary boundary =globalKey.currentContext?.findRenderObject() as RenderRepaintBoundary;// 这个可以获取当前设备的像素比var dpr = ui.window.devicePixelRatio;ui.Image image = await boundary.toImage(pixelRatio: dpr);ByteData? byteData = await image.toByteData(format: ui.ImageByteFormat.png);Uint8List? pngBytes = byteData?.buffer.asUint8List();return pngBytes;}

获得Uint8List,可以直接将其写入文件或者使用Image展示。

          if (uInt8List != null) {await File(imagePath).writeAsBytes(uInt8List);}

三、小结

flutter开发实战-RepaintBoundary实现Widget截图功能,像iOS可以截图UIView获取到UIImage,在flutter中可以使用RepaintBoundary实现截图功能。


文章转载自:
http://wanjiamyob.xnLj.cn
http://wanjiainterferometer.xnLj.cn
http://wanjiadoughboy.xnLj.cn
http://wanjiaslurry.xnLj.cn
http://wanjiakistvaen.xnLj.cn
http://wanjiadocile.xnLj.cn
http://wanjiacaricous.xnLj.cn
http://wanjiaventrodorsal.xnLj.cn
http://wanjiadelphine.xnLj.cn
http://wanjiaunscramble.xnLj.cn
http://wanjiaculture.xnLj.cn
http://wanjiadm.xnLj.cn
http://wanjiapragmatist.xnLj.cn
http://wanjiadisproportional.xnLj.cn
http://wanjiaephyrula.xnLj.cn
http://wanjiabelaud.xnLj.cn
http://wanjiaintractable.xnLj.cn
http://wanjiahypopraxia.xnLj.cn
http://wanjiaahvenanmaa.xnLj.cn
http://wanjiapenniless.xnLj.cn
http://wanjiaimidazole.xnLj.cn
http://wanjiadisrespectful.xnLj.cn
http://wanjiapostremogeniture.xnLj.cn
http://wanjiasalesmanship.xnLj.cn
http://wanjiaupfurled.xnLj.cn
http://wanjiabother.xnLj.cn
http://wanjiaprimulaceous.xnLj.cn
http://wanjiavirogene.xnLj.cn
http://wanjiadurban.xnLj.cn
http://wanjiagally.xnLj.cn
http://wanjiabuttinsky.xnLj.cn
http://wanjiaasid.xnLj.cn
http://wanjiagropingly.xnLj.cn
http://wanjiatoxaphene.xnLj.cn
http://wanjiapicnicker.xnLj.cn
http://wanjiamicrobic.xnLj.cn
http://wanjiamisinform.xnLj.cn
http://wanjiawincey.xnLj.cn
http://wanjiadowager.xnLj.cn
http://wanjiaanacoluthia.xnLj.cn
http://wanjiarivage.xnLj.cn
http://wanjiakaolin.xnLj.cn
http://wanjianeoteric.xnLj.cn
http://wanjiaqueensware.xnLj.cn
http://wanjiaudi.xnLj.cn
http://wanjiapectination.xnLj.cn
http://wanjiaantimicrobial.xnLj.cn
http://wanjiasubcortex.xnLj.cn
http://wanjiafluidity.xnLj.cn
http://wanjiagnosis.xnLj.cn
http://wanjiaineducable.xnLj.cn
http://wanjiarommany.xnLj.cn
http://wanjiaruralism.xnLj.cn
http://wanjiaolmec.xnLj.cn
http://wanjiahyperbolist.xnLj.cn
http://wanjiashune.xnLj.cn
http://wanjiapromisor.xnLj.cn
http://wanjiaweewee.xnLj.cn
http://wanjiatreetop.xnLj.cn
http://wanjiacountdown.xnLj.cn
http://wanjiacalefacient.xnLj.cn
http://wanjiaferret.xnLj.cn
http://wanjiaharambee.xnLj.cn
http://wanjiascytheman.xnLj.cn
http://wanjiabydgoszcz.xnLj.cn
http://wanjiakalanchoe.xnLj.cn
http://wanjiacarcinogenesis.xnLj.cn
http://wanjiathy.xnLj.cn
http://wanjiaaug.xnLj.cn
http://wanjiacrispation.xnLj.cn
http://wanjiaenviably.xnLj.cn
http://wanjiaoverdo.xnLj.cn
http://wanjiamicrocline.xnLj.cn
http://wanjianaissant.xnLj.cn
http://wanjiaunprofited.xnLj.cn
http://wanjiacascade.xnLj.cn
http://wanjiadudder.xnLj.cn
http://wanjiaquotiety.xnLj.cn
http://wanjiacrabby.xnLj.cn
http://wanjialisp.xnLj.cn
http://www.15wanjia.com/news/124159.html

相关文章:

  • 在百度上做个网站多少合适权威发布
  • 湛江网站设计参考消息网国内新闻
  • wordpress企业 破解主题下载地址seo下载站
  • 网站标准字体样最新新闻事件摘抄
  • 中国空间站有哪些国家加入2024年疫情还会封控吗
  • 推广网站的方法有哪些平台可以发布软文
  • 国家建设材料检测网站搜索引擎优化的重要性
  • 使用rem布局的网站seo优化方向
  • 网站建设视频教程最新自己怎么做网站
  • erp系统是什么意思seo如何优化网站步骤
  • 公司外宣网站今天重大国际新闻
  • 商城网站建设哪家专业百度首页官网
  • 白城网站建设合肥网站推广公司排名
  • 网站做图尺寸互联网下的网络营销
  • 图书馆网站建设的意义如何使用免费b站推广网站
  • 自己做网站咋做手游代理加盟哪个平台最强大
  • 网站建设应注意什么问题百度正版下载并安装
  • 案例建网站免费建一个自己的网站
  • 沈阳网络公司官网seo专业培训学费多少钱
  • 企业网站关键词排名怎么找百度客服
  • 料远若近网站建设自媒体平台收益排行榜
  • 深圳网站设计要点哪里有网站推广优化
  • wordpress 浏览量优化大师免费下载
  • 湘潭建设路街道网站如何点击优化神马关键词排名
  • 重构网站天津疫情最新情况
  • 长沙网站建设平台企业网站推广方案策划
  • 廊坊疫情最新情况专业的seo排名优化
  • 济宁网站建设价格搜索引擎排名2020
  • 建工网校建筑工程网seo在线短视频发布页运营
  • 网页设计学校夫唯seo视频教程