A Simple eBook Flutter App
Flutter eBook App
A simple Flutter app to Read and Download books. The Books included in the app are from the Public Domain (Expired Copyright and completely free).
The Feedbooks API was used to fetch books.
App icon
To download this app, click here to see the codemagic builds. You can choose to install the apk
or the ipa(ios)
.
Requirements
- Any Operating System (ie. MacOS X, Linux, Windows)
- Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
- A little knowledge of Dart and Flutter
Features
- Download eBooks.
- Read eBooks.
- Favorites.
- Dark Mode
- Swipe to delete downloads.
ScreenShots
This flutter app has two themes i.e. Light and Dark.
Light
Dark
Plugins
Name | Usage |
---|---|
Provider | State Management |
Object DB | NoSQL database to store Favorites & Downloads |
XML2JSON | Convert XML to JSON |
DIO | Network calls and File Download |
EPub Viewer | A flutter plugin for Folioreader to read ePub files |
GitHub
Source Code: Flutter eBook App.