This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/flutter/viewer/page-navigation.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Flutter PDF viewer page navigation | Nutrient SDK

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
)