This repo is specifically designed for any users interested in applying PDFTron SDK to Flutter in both web and mobile.
Before you begin, make sure your development environment has setup based on the official documentation: install and building a web application with Flutter.
Download and unzip the WebViewer package, then place it in the root folder.
Run (install Google Chrome if you have not):
flutter run -d chrome
Run to check if you have a usable Android device:
flutter devices
If none are available, check this site for further instructions.
Then run (replace ... with your device id):
flutter run -d ...
Run to check if you have a usable iOS device:
flutter devices
If none are available, check this site for further instructions.
Then run (replace ... with your device id):
flutter run -d ...
See WebViewer API documentation.
See Flutter API documentation.
See contributing.
See license.