Flutter web not printing entire page

Viewed 28

I am facing a problem on printing a web page which was built in flutter. enter image description here

The above image is my actual web page. When I print it using (ctrl P) browser shortcut. I get only half of the page. web page when I use (ctrl+p) to print In other websites, When I use the browser shortcut to print, it scale to the paper size and prints the entire content. How to print entire page using browser print shortcut(ctrl p) in flutter?

1 Answers

In the print dialog you might want to change the Layout to Landscape.

If it still doesn't fit all check More settings and reduce the Scale

Related