Skip to content

Commit 7b8627e

Browse files
Update README.md
Readme added
1 parent 6670f24 commit 7b8627e

File tree

1 file changed

+22
-25
lines changed

1 file changed

+22
-25
lines changed

README.md

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,39 @@
1-
# How to identify and highlight spell errors using Flutter PDF Viewer?
1+
# Flutter PdfViewer Highlight Spell Errors
22

3-
This repository contains an example that demonstrates how to identify and highlight spell errors in PDF files using Flutter PDF viewer
43

5-
## System requirements
4+
This repository contains a sample that demonstrates how to identify and highlight spell errors in Syncfusion® <Control> package.
65

7-
https://help.syncfusion.com/flutter/system-requirements
86

9-
## Clone the repository
7+
## Syncfusion® controls:
108

11-
* To clone the sample repository locally, open the command prompt in the desired location and execute the following command.
129

13-
```sh
10+
This project used the following Syncfusion® widget(s):
11+
* [PdfViewer](https://www.syncfusion.com/pdf-viewer-sdk/flutter-pdf-viewer)
1412

15-
git clone https://github.com/SyncfusionExamples/how-to-identify-and-highlight-spell-errors-using-flutter-pdf-viewer.git
1613

17-
```
14+
## Supported platforms
1815

19-
* Navigate to the project directory:
2016

21-
```sh
22-
cd how-to-identify-and-highlight-spell-errors-using-flutter-pdf-viewer
23-
```
17+
Refer to the following link to know about the supported platform - [Platforms](https://help.syncfusion.com/flutter/system-requirements#supported-platforms)
2418

25-
## Installing Packages
2619

27-
Install the required packages by running the following command:
20+
## Requirements to run the sample
2821

29-
```sh
30-
flutter pub get
31-
```
3222

33-
## Run the application
23+
Refer to the following link to know about system requirements - [System Requirements](https://help.syncfusion.com/flutter/system-requirements)
3424

35-
To run the application, use the following command:
3625

37-
```sh
38-
flutter run
39-
```
26+
## How to run the sample
4027

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)
28+
29+
1. Clone the sample and open it in preferred IDE.
30+
2. Run the application.
31+
32+
33+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
34+
35+
36+
## License
37+
38+
39+
Syncfusion® has no liability for any damage or consequence that may arise by using or viewing the samples. The samples are for demonstrative purposes, and if you choose to use or access the samples, you agree to not hold Syncfusion® liable, in any form, for any damage that is related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion®’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion®’s samples.

0 commit comments

Comments
 (0)