flutter_echarts icon indicating copy to clipboard operation
flutter_echarts copied to clipboard

Convert Flutter Echarts to pdf from flutter APP

Open DeepMehta517 opened this issue 2 years ago • 1 comments

  • 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

DeepMehta517 avatar Jul 26 '23 06:07 DeepMehta517

Hi @DeepMehta517 you can use screenshot package to convert the current screen into image and the convert that to pdf behind the scenes.

aak-301 avatar Aug 08 '23 10:08 aak-301