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- # how-to-identify-and-highlight-spell-errors-using-flutter-pdf-viewer
1+ # How to identify and highlight spell errors using Flutter PDF Viewer?
2+
23This 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 )
You can’t perform that action at this time.
0 commit comments