vector_epub_reader 1.0.0-beta.2 copy "vector_epub_reader: ^1.0.0-beta.2" to clipboard
vector_epub_reader: ^1.0.0-beta.2 copied to clipboard

A customizable Flutter package for reading EPUB files. Developed by Myat Min Lu(vector.com.mm)

Customization #

The EpubReader widget has several properties you can use to customize the look:

  • epubUrl: The URL of the EPUB file to load.
  • backgroundColor: Background color of the reader.
  • textColor: Color of the text in the content.
  • settingsBackgroundColor: Background color of the settings overlay.
  • settingsTextColor: Text color for the settings overlay.
  • appBarColor: Background color of the AppBar.
  • appBarTextColor: Text color of the AppBar title.
  • drawerBackgroundColor: Background color of the chapter drawer.
  • drawerTextColor: Text color of the chapter titles in the drawer.
  • navigationBarColor: Background color of the navigation bar.
  • navigationTextColor: Text color for the navigation bar items.
  • appBarIconColor: Color of the icons on the AppBar.
  • appBarIconDisabledColor: Color of the disabled icons on the AppBar.

Users can also customize font size, line height, and content padding using the settings modal.

Example #

For a more detailed example of how to use the package, see the example/ folder in the repository.

Contributing #

Contributions are welcome! Please open issues or submit pull requests on the GitHub repository.

1
likes
120
points
90
downloads

Publisher

verified publishermyatminlu.com

Weekly Downloads

A customizable Flutter package for reading EPUB files. Developed by Myat Min Lu(vector.com.mm)

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

archive, flutter, flutter_html, html, http, shared_preferences, url_launcher, xml

More

Packages that depend on vector_epub_reader