⠀
The application is available in Releases:
The repository includes code exclusively for PDF viewing functionality. The complete program can be found in the Releases.
Make sure you have Git and Flutter installed.
To Run The Viewer Engine:
- Clone the repository:
git clone https://github.com/askoq/askopdf.git cd askopdf - Restore project files (Important): Since this is a lightweight repo, generate the platform folders:
flutter create . - Install dependencies:
flutter pub get
- Run:
flutter run -d windows