FLUTTER ECOSYSTEM

451518849/epub_kitty

Um belo leitor de EPUB do Flutter!

Capa do projeto epub_kitty
Stars
71
Forks
31
Último push (UTC)
1 de abr. de 2021
Status do projeto
Ativo
451518849 GitHub avatar
GITHUB User

451518849 ↗

MuShiNanjingSite oficial ↗
LinguagensJavaSwiftDartRubyObjective-C

Tópicos técnicos

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 2 itens
  • flutter{"sdk":"flutter"}
  • flutter_testDesenvolvimento{"sdk":"flutter"}

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

epub_kitty

https://img.shields.io/badge/build-passing-brightgreen https://img.shields.io/badge/version-0.1.7-orange https://img.shields.io/badge/platform-flutter-lightgrey

https://raw.githubusercontent.com/451518849/epub_kitty/HEAD/1.jpeg https://raw.githubusercontent.com/451518849/epub_kitty/HEAD/2.jpeg

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 it has been able to meet daily needs.

中文文档

Install

dependencies:
  epub_kitty: ^0.1.7

Simple Use

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

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');

Tool Language

iOS

plugin in ios default language is en,if you are chinese,you should configuare Localizable.strings. And you can see example to match.

android

android default lanuage is chinese before 0.1.7 and later is en, if you used before 0.1.7 ,you should use res/strings.xml to match chinese. see issue #7

issues

if you can not install it, mybe it exists some confict in your plugins or may not full-install.

more solutions see issuses.

Good luck to you !

QQ Communication:

QQ:853797155,Welcome to exchange questions and technologies!

Welcome TO PR