This repository contains an example that demonstrates how to identify and highlight spell errors in PDF files using Flutter PDF viewer
https://help.syncfusion.com/flutter/system-requirements
- To clone the sample repository locally, open the command prompt in the desired location and execute the following command.
git clone https://github.com/SyncfusionExamples/how-to-identify-and-highlight-spell-errors-using-flutter-pdf-viewer.git
- Navigate to the project directory:
cd how-to-identify-and-highlight-spell-errors-using-flutter-pdf-viewer
Install the required packages by running the following command:
flutter pub get
To run the application, use the following command:
flutter run
Identify and Highlight Spelling Errors in PDFs Using Flutter PDF Viewer