Back to Flutter Notebook

widget_to_image

mecury_project/example/widget_to_image/README.md

latest516 B
Original Source

widget_to_image

简介

在flutter中将Widget转化为Image的demo,

这个功能收录于https://medium.com/flutter-community/export-your-widget-to-image-with-flutter-dc7ecfa6bafb

官方:https://docs.flutter.io/flutter/rendering/RenderRepaintBoundary/toImage.html

原理已在注释中详细解释。

样例

Getting Started

For help getting started with Flutter, view our online documentation.