Skip to content

Commit 2098edc

Browse files
authored
Update README.md
1 parent 7877ffb commit 2098edc

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
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.
23

3-
A new Flutter project.
4+
Watch the video: Coming soon...
45

5-
## Getting Started
6+
Documentation: https://help.syncfusion.com/flutter/pdf-viewer/overview
67

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)
812

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.
1015

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

Comments
 (0)