简体   繁体   English

如何使用 flutter 开发集成 PDF 的应用程序? 请有人帮我制定路线图

[英]How can I develop a app using flutter with integrating a PDFs ? Pls someone help me with the roadmap

Basically, I'm trying to develop the app with simple UI and the with multiple integrations of PDFs simply to make like books, I'm fed up with the disorganized pdfs so I want to make it integrated to the app in itself so that it will be easier for me to see the pdfs when required.基本上,我正在尝试使用简单的 UI 和 PDF 的多个集成来开发应用程序,只是为了制作像书一样的东西,我受够了杂乱无章的 pdf,所以我想将它集成到应用程序本身,以便它需要时我可以更轻松地查看 pdf。

I searched for the proper resources over the webs I couldn't find any specific pathway for that so anyone seeing this can answer the question and help me out.我在网上搜索了适当的资源,但找不到任何特定的途径,所以看到这个的任何人都可以回答问题并帮助我。

I'm really new to the Dart programming!我真的是Dart编程的新手!

you can use combination of path_provider and syncfusion_flutter_pdfviewer packages.您可以结合使用path_providersyncfusion_flutter_pdfviewer包。

path_provider will get you list of files in a directory and syncfusion_flutter_pdfviewer will view it. path_provider将为您提供目录中的文件列表, syncfusion_flutter_pdfviewer将查看它。

this links will help you.此链接将为您提供帮助。

how to get a list of files from the directory and pass it to the ListView? 如何从目录中获取文件列表并将其传递给 ListView?

https://pub.dev/packages/syncfusion_flutter_pdfviewer https://pub.dev/packages/syncfusion_flutter_pdfviewer

https://pub.dev/packages/path_provider https://pub.dev/packages/path_provider

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我无法在我的模拟器上运行这个应用程序有人可以帮助我吗 - i cant run this app on my emulator CAN someone help me 我在使用 android studio 构建我的第一个 flutter 应用程序时遇到问题,几乎没有错误有人可以帮助我吗? - I am having issue building my first flutter app with android studio getting few errors can someone help me? 我该如何实施? 有人能帮我吗? - How do I Implement this? Can someone help me? FLUTTER - 有人可以帮我让这个帖子按钮执行吗? - FLUTTER - Can someone help me get this post button to execute? 你能帮我关于 sqlite 开发应用程序 Android 吗? - Can yow help me about sqlite develop app Android? 有人可以帮助我使用这个文件夹字符串的应用程序吗? - Can someone help me with the App that uses this folder string? 我无法解决此错误。 有人能帮我吗? - I can't solve this error. Can someone help me? 我找不到解决方案可以请某人 - I cant find the solutin can pls someone 有人可以帮我如何在Android中用手指拖动来裁剪图像吗? - Can someone help me how can i crop image by dragging with fingers in android? 有人可以帮我把我使用的下载代码放在ASyncTask中吗? - Can someone help me put this download code that I use in ASyncTask?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM