KeepReading is a Mobile (Android/IOS) Cross-Platform App wrapper for the Keep Talking and Nobody Explodes manual. It helps you to jump directly to a specific section of the manual with just a tap 🚀!
- Select and Import PDFs from phone storage
- Auto update check with GitHub Releases
- Quick Jump to PDFs section via buttons
- Pre-rendering PDF's pages to avoid lag when using the app
Download the APK/APP.ZIP file from this link Latest Release and just install it !
Builds are made with ❤️ by CodeMagic!
- Clone the repo:
git clone https://github.com/ncvescera/KeepReading.git cd KeepReading/KeepReading
- Get all required packages:
flutter pub get
- Build the apk/ipa with
flutter build apk flutter build ipa
For more info see:
- IOS release
- Page Helpers, some tools that help you with specific blocks e.g. pre-calculated intersections in complex cables, ecc
- Desktop version ??
- Better performance when PDF is pre-rendering pages (there is a problems with Isolate module and PDF reader: issue)