epub 1.3.1
epub: ^1.3.1 copied to clipboard
Epub Parser for Dart. Suitable for use on the Server, the Web, or in Flutter
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[Unreleased] #
1.3.1 - 2018-08-01 #
1.2.10 - 2018-07-29 #
Fixed #
- Merged pull request #15 from ShadowJonathan/dev.
- Fixes issue with parsing schema by removing
opf:namespace
- Fixes issue with parsing schema by removing
1.2.4 - 2018-01-26 #
Changed #
- EnumFromString no longer uses the
mirrorspackage to make this Flutter compatible by @MostafaAyesh