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

outdated

epub_kitty is an epub ebook reader that encapsulates the folioreader framework. It supports iOS and android, but is customizable on iOS. It is very easy to use, you just need to set up the configurati [...]

epub_kitty #

epub_kitty is an epub ebook reader that encapsulates thefolioreader framework. It supports iOS and android, but is customizable on iOS. It is very easy to use, you just need to set up the configuration file can open the ebook, very convenient. However, it is not yet highly customizable on android. But it has been able to meet daily needs.

epub_kitty 0.1.0 package pub

中文文档

Install #

dependencies:
  epub_kitty: ^0.1.0

Use #

first step
/**
 * @identifier (android useless)
 * @themeColor
 * @scrollDirection (android useless)
 * @allowSharing (android useless)
 */
EpubKitty.setConfig("book", "#32a852","vertical",true);

second step
 /**
 * @bookPath 
 */
EpubReader.open('bookPath');

// page channel used to monitor the current number of pages (only on the ios side)
  static const pageChannel = const EventChannel('com.xiaofwang.epub_kitty/page');

QQ Communication: #

QQ Number:853797155,Welcome to exchange questions and technologies!

Welcome TO PR #

32
likes
0
pub points
49%
popularity

Publisher

unverified uploader

epub_kitty is an epub ebook reader that encapsulates the folioreader framework. It supports iOS and android, but is customizable on iOS. It is very easy to use, you just need to set up the configuration file can open the ebook, very convenient. However, it is not yet highly customizable on android. But he has been able to meet daily needs.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on epub_kitty