fluttercandies / flutter_filereader

Flutter实现的本地文件(pdf word excel 等)查看插件,非在线预览
Other
109 stars 51 forks source link

Search Function #58

Open albatrosify opened 2 years ago

albatrosify commented 2 years ago

Hello and thanks for the plugin! 🥰

Is there any way to trigger the iOS In-File-Search-Function? I would like to be able to give users the option to trigger the search function with a button so they can find keywords in a very big pdf file. It does not need to take search keywords directly from flutter, it would be enough to have a button that can trigger the native search field.

Is there anything like that?