kaushikgodhani / vocsy_epub_viewer

Apache License 2.0
30 stars 64 forks source link

Unable to customise the library as I need to add once button at top header #11

Open neeluagrawal04 opened 1 year ago

neeluagrawal04 commented 1 year ago

Unable to customise the library as I need to add once button at top header to perform some downloading operations

kaushikgodhani commented 1 year ago

Hi @neeluagrawal04

vocsy_epub_viewer is an epub ebook reader that encapsulates the folioreader framework.

so once epub download and giving epub to FolioReaderKit via platform channel.

so if you want to customised any things about FolioReaderKit then need to work on native android and ios code and use that via platform channel in flutter side.

https://docs.flutter.dev/development/platform-integration/platform-channels here link attach for your reference