flutter
Flutter screenshot of a widget with RepaintBoundary
Take a screenshot of the current screen or widget. In a flutter, this could be easily done by the RepaintBoundary widget then store it in image formate. RepaintBoundary widget for flutter screenshot. So, we will use RepaintBoundary widget as a parent widget of widgets we want to take screenshot off. Read more…