flutter_echarts
flutter_echarts copied to clipboard
Convert Flutter Echarts to pdf from flutter APP
- Right now i have used Flutter Echart in my flutter app , i want to convert the whole screen into PDF including ECharts displayed on the screen . There is one solution i have found convert them into image and use repaint boundaries but it cannot render platform view so its of no use for me
Hi @DeepMehta517 you can use screenshot package to convert the current screen into image and the convert that to pdf behind the scenes.