how can i convert a flutter screen to pdf?
You can capture the screen using this package screenshot then add that image to pdf document and save it import ‘dart:io’; import ‘dart:typed_data’; import ‘package:pdf/pdf.dart’; import ‘package:pdf/widgets.dart ‘ as pw; …