Skip to content

kmathew-pdftron/flutter-unified-web-mobile-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter - Web & Mobile Sample

This repo is specifically designed for any users interested in applying PDFTron SDK to Flutter in both web and mobile.

Initial setup

Before you begin, make sure your development environment has setup based on the official documentation: install and building a web application with Flutter.

Steps

  1. Run:
flutter pub get

Web

  1. Download and unzip the WebViewer package, then place it in the root folder.

  2. Run (install Google Chrome if you have not):

flutter run

Android

  1. Run to check if you have a usable Android device:
flutter devices

If none are available, check this site for further instructions.

  1. Run:
flutter run

iOS

  1. Run to check if you have a usable iOS device:
flutter devices

If none are available, check this site for further instructions.

  1. Run:
flutter run

Guides

APIs

web

See WebViewer API documentation.

mobile

See Flutter API documentation.

Contributing

See contributing.

License

See license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 68.7%
  • Ruby 14.3%
  • HTML 11.4%
  • Swift 3.9%
  • Kotlin 1.3%
  • Objective-C 0.4%