flutter_pdf_annotations 1.3.0 copy "flutter_pdf_annotations: ^1.3.0" to clipboard
flutter_pdf_annotations: ^1.3.0 copied to clipboard

A Flutter plugin for annotating PDFs natively on iOS and Android. Supports drawing, highlighting, image stamping, and saving.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'home_screen.dart';

void main() => runApp(const App());

class App extends StatelessWidget {
  const App({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'flutter_pdf_annotations',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        colorSchemeSeed: const Color(0xFF2196F3),
        useMaterial3: true,
      ),
      home: const HomeScreen(),
    );
  }
}
1
likes
160
points
119
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for annotating PDFs natively on iOS and Android. Supports drawing, highlighting, image stamping, and saving.

Repository (GitHub)
View/report issues

Topics

#pdf #annotation #drawing #document

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_pdf_annotations

Packages that implement flutter_pdf_annotations