# epub_reader **Repository Path**: VenusFlutter/epub_reader ## Basic Information - **Project Name**: epub_reader - **Description**: No description available - **Primary Language**: Dart - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-20 - **Last Updated**: 2024-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Epub Reader An open source book reader developed in Flutter for Android ([And eventually other platforms as well](#what-about-other-platforms)). ## Preview ![preview](https://user-images.githubusercontent.com/44374434/183841596-5dccd2d6-6306-4f43-acb9-81592ad1730d.gif) ## Running from source 1. Clone `https://github.com/FlafyDev/epub_reader` somewhere. 2. Clone `https://github.com/FlafyDev/epub-renderer` somewhere. 3. In `epub-renderer` do `yarn build --outDir ..../epub_reader/assets`. 4. In `epub_reader` do `flutter pub get && flutter run`. ## What about other platforms? - IOS: I don't have a device to test it on. - Web: Would require a lot of changes and there isn't a stable webview package for web. - Windows: Blocked on [flutter/flutter#37597](https://github.com/flutter/flutter/issues/37597) - MacOS: Blocked on [flutter/flutter#41725](https://github.com/flutter/flutter/issues/41725) - Linux: Blocked on [flutter/flutter#41726](https://github.com/flutter/flutter/issues/41726) ## License [GNU GENERAL PUBLIC LICENSE Version 3](LICENSE)