An open API service indexing awesome lists of open source software.

https://github.com/plugfox/book

Book is a Dart library for working with books.
https://github.com/plugfox/book

book dart epub flutter package pub

Last synced: 6 months ago
JSON representation

Book is a Dart library for working with books.

Awesome Lists containing this project

README

          

# Book

[![Pub](https://img.shields.io/pub/v/book.svg)](https://pub.dev/packages/book)
[![Actions Status](https://github.com/PlugFox/book/actions/workflows/checkout.yml/badge.svg)](https://github.com/PlugFox/book/actions)
[![Coverage](https://codecov.io/gh/PlugFox/book/branch/master/graph/badge.svg)](https://codecov.io/gh/PlugFox/book)
[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)
[![Linter](https://img.shields.io/badge/style-linter-40c4ff.svg)](https://pub.dev/packages/linter)
[![GitHub stars](https://img.shields.io/github/stars/plugfox/book?style=social)](https://github.com/plugfox/book/)

Book is a Dart library for working with books.

## Installation

Add the following dependency to your `pubspec.yaml` file:

```yaml
dependencies:
book:
```