epub_kitty 0.0.4 copy "epub_kitty: ^0.0.4" to clipboard
epub_kitty: ^0.0.4 copied to clipboard

outdated

A epub flutter plugin project.

epub_kitty #

epub_kitty是款epub电子书阅读器,是对开源框架folioreader的封装。 epub_kitty 0.0.4

安装 #

dependencies:
  epub_kitty: ^0.0.4

使用 #

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_reader/page');
32
likes
0
pub points
49%
popularity

Publisher

unverified uploader

A epub flutter plugin project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on epub_kitty