epub_kitty是款epub电子书阅读器,是对开源框架folioreader的封装。 epub_kitty 0.0.4
dependencies:
epub_kitty: ^0.1.5
first step
/**
* @identifier (android 无效)
* @themeColor
* @scrollDirection (android 无效)
* @allowSharing (android 无效)
*/
EpubKitty.setConfig("book", "#32a852","vertical",true);
second step
/**
* @bookPath 电子书文档路径
*/
EpubReader.open('bookPath');
// page channel 用来监听当前页数(仅限ios端)
static const pageChannel = const EventChannel('com.xiaofwang.epub_kitty/page');
群聊号:853797155,欢迎交流问题和技术!