File tree Expand file tree Collapse file tree 1 file changed +41
-1
lines changed Expand file tree Collapse file tree 1 file changed +41
-1
lines changed Original file line number Diff line number Diff line change 1- # multi-tabbed-flutter-pdf-viewer
1+ # How to open and navigate multiple PDFs in separate tabs using Flutter PDF viewer?
2+
23This repository contains an example that demonstrates how to open and navigate multiple PDFs in separate tabs using Flutter PDF viewer
4+
5+ ## System requirements
6+
7+ https://help.syncfusion.com/flutter/system-requirements
8+
9+ ## Clone the repository
10+
11+ * To clone the sample repository locally, open the command prompt in the desired location and execute the following command.
12+
13+ ``` sh
14+
15+ git clone https://github.com/SyncfusionExamples/multi-tabbed-flutter-pdf-viewer.git
16+
17+ ```
18+
19+ * Navigate to the project directory:
20+
21+ ``` sh
22+ cd multi-tabbed-flutter-pdf-viewer
23+ ```
24+
25+ ## Installing Packages
26+
27+ Install the required packages by running the following command:
28+
29+ ``` sh
30+ flutter pub get
31+ ```
32+
33+ ## Run the application
34+
35+ To run the application, use the following command:
36+
37+ ``` sh
38+ flutter run
39+ ```
40+
41+ ## Blog reference
42+ [ Easily Manage Multiple PDFs Simultaneously Using Flutter PDF Viewer] ( https://www.syncfusion.com/blogs/post/multi-tabbed-pdf-viewer-in-flutter )
You can’t perform that action at this time.
0 commit comments