|
1 |
| -# myflutterapp |
| 1 | +# How to add a Flutter PDFViewer Widget to a Flutter app |
| 2 | +A quick-start example to help you add Syncfusion Flutter PDFViewer widget to a Flutter app. In this example, you will learn how to create a PDFViewer and load a PDF document from the network. You will also learn how to perform zooming, navigation using the page navigation, and bookmark navigation programmatically. |
2 | 3 |
|
3 |
| -A new Flutter project. |
| 4 | +Watch the video: Coming soon... |
4 | 5 |
|
5 |
| -## Getting Started |
| 6 | +Documentation: https://help.syncfusion.com/flutter/pdf-viewer/overview |
6 | 7 |
|
7 |
| -This project is a starting point for a Flutter application. |
| 8 | +## Requirements to run the demo |
| 9 | +* [VS Code](https://code.visualstudio.com/download) |
| 10 | +* [Flutter SDK v1.22+] (https://flutter.dev/docs/development/tools/sdk/overview) |
| 11 | +* [For more development tools](https://flutter.dev/docs/development/tools/devtools/overview) |
8 | 12 |
|
9 |
| -A few resources to get you started if this is your first Flutter project: |
| 13 | +## How to run this application |
| 14 | +To run this application, you need to first clone or download the ‘how to add a flutter pdfviewer widget to a flutter app’ repository and open it in your preferred IDE, say VS Code. Then, build and run your project to view the output. |
10 | 15 |
|
11 |
| -- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) |
12 |
| -- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) |
13 |
| - |
14 |
| -For help getting started with Flutter, view our |
15 |
| -[online documentation](https://flutter.dev/docs), which offers tutorials, |
16 |
| -samples, guidance on mobile development, and a full API reference. |
| 16 | +## Further help |
| 17 | +For more help, check the [Syncfusion Flutter documentation](https://help.syncfusion.com/flutter/introduction/overview), |
| 18 | + [Flutter documentation](https://flutter.dev/docs/get-started/install). |
0 commit comments