Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncvescera/keepreading
KeepReading is a Mobile (Android/IOS) Cross-Platform App wrapper for the Keep Talking and Nobody Explodes manual.
https://github.com/ncvescera/keepreading
android flutter keeptalkingandnobodyexplodes pdf-viewer
Last synced: 13 days ago
JSON representation
KeepReading is a Mobile (Android/IOS) Cross-Platform App wrapper for the Keep Talking and Nobody Explodes manual.
- Host: GitHub
- URL: https://github.com/ncvescera/keepreading
- Owner: ncvescera
- License: mit
- Created: 2022-05-09T19:02:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T08:03:54.000Z (over 2 years ago)
- Last Synced: 2024-10-23T01:46:39.098Z (2 months ago)
- Topics: android, flutter, keeptalkingandnobodyexplodes, pdf-viewer
- Language: Dart
- Homepage:
- Size: 77.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![dart]( https://img.shields.io/badge/Dart-0175C2?style=for-the-badge&logo=dart&logoColor=white) ![flutter](https://img.shields.io/badge/Flutter-02569B?style=for-the-badge&logo=flutter&logoColor=white) ![android](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white) ![ios](https://img.shields.io/badge/iOS-000000?style=for-the-badge&logo=ios&logoColor=white)
KeepReading
**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 🚀!
## Features 🚀
- 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## Install ⬇️
[![Codemagic build status](https://api.codemagic.io/apps/629f525050f339bef537fc16/629f525050f339bef537fc15/status_badge.svg)](https://codemagic.io/apps/629f525050f339bef537fc16/629f525050f339bef537fc15/latest_build)
Download the APK/APP.ZIP file from this link [Latest Release](https://github.com/ncvescera/KeepReading/releases/latest) and just install it !
_Builds are made with ❤️ by [CodeMagic](https://codemagic.io/start/)!_
## Build from Source ⚙️
1. Clone the repo:
```
git clone https://github.com/ncvescera/KeepReading.git
cd KeepReading/KeepReading
```
2. Get all required packages:
```
flutter pub get
```
3. Build the apk/ipa with
```
flutter build apk
flutter build ipa
```For more info see:
- [Deploy on Android](https://docs.flutter.dev/deployment/android)
- [Deploy on IOS](https://docs.flutter.dev/deployment/ios)## Future Updates 💪
- [ ] 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](https://github.com/ScerIO/packages.flutter/issues/299))