Customize page navigation in the Flutter PDF viewer
After Nutrient Flutter SDK loads a PDF document, you can configure which page the viewer shows first.
Change the current page
Users can change the current page in the UI by swiping on a device. It’s also possible to set the initial page programmatically with the startPage configuration option:
NutrientViewConfiguration( startPage: 2)