Skip to content

Commit 3a1b0cc

Browse files
Update README.md
1 parent f00b2d0 commit 3a1b0cc

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

README.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,42 @@
1-
# multi-tabbed-flutter-pdf-viewer
1+
# How to open and navigate multiple PDFs in separate tabs using Flutter PDF viewer?
2+
23
This 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)

0 commit comments

Comments
 (0)