Flutter sample project that integrates a document viewer using PDFTron Flutter. Check out the integration guides to learn how to add PDFTron to your Flutter App.
| Android | iOS |
|---|---|
![]() |
![]() |
- Create a
local.propertiesfile inside the android folder with your Android SDK location, for example:
sdk.dir=/Users/<user-name>/Library/Android/sdk
- For iOS, run:
cd ios
pod install
flutter run
For updating flutter projects, please check out here.
See License

