ai_pdf_reader 0.0.5
ai_pdf_reader: ^0.0.5 copied to clipboard
A Flutter package for PDF reading, text extraction, TTS audio playback, offline summary generation, and reading progress tracking.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ai_pdf_readerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ai_pdf_reader: ^0.0.5Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ai_pdf_reader/ai_pdf_reader.dart';