简体   繁体   中英

How to Show Pdf file pages like a listview in flutter

I have a pdf file Picked from file picker and I want to display pdf file pages like a list view items. On click page its show like page is selected and get page number that clicked My Final input is look like:

My Required Output Image

Anyone help me Please

Try this - https://pub.dev/packages/pdf_render#multi-page-view-using-listviewbuilder

Then you have to use scrollDirection: Axis.horizontal, for your ListView. Also, wrap PdfPageView with your custom widget that will handle selection and render checkmark.

If you need a scrollbar, just wrap your ListView with Scrollbar widget and tune it. More info - https://api.flutter.dev/flutter/material/Scrollbar-class.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM