Skip to content

Commit b2c5dc6

Browse files
Update README.md
1 parent 2370b19 commit b2c5dc6

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-
# how-to-identify-and-highlight-spell-errors-using-flutter-pdf-viewer
1+
# How to identify and highlight spell errors using Flutter PDF Viewer?
2+
23
This repository contains an example that demonstrates how to identify and highlight spell errors in PDF files 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/how-to-identify-and-highlight-spell-errors-using-flutter-pdf-viewer.git
16+
17+
```
18+
19+
* Navigate to the project directory:
20+
21+
```sh
22+
cd how-to-identify-and-highlight-spell-errors-using-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+
[Identify and Highlight Spelling Errors in PDFs Using Flutter PDF Viewer](https://www.syncfusion.com/blogs/post/handle-error-with-flutter-pdf-viewer)

0 commit comments

Comments
 (0)