flutter_pdf_kit 0.0.2+alpha copy "flutter_pdf_kit: ^0.0.2+alpha" to clipboard
flutter_pdf_kit: ^0.0.2+alpha copied to clipboard

PlatformiOSmacOS

Widgets and useful tools based on native PDFKit on iOS and macOS

Flutter

Pub build Star on Github License: MIT

A flutter package for iOS and MacOS for applying CoreImage filters to image.

Usage #

Display PDF document #

import 'package:flutter_pdf_kit/flutter_pdf_kit.dart';

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

  @override
  Widget build(BuildContext context) {
    return const CupertinoPdfView.asset('assets/dummy.pdf');
  }
}

1
likes
160
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Widgets and useful tools based on native PDFKit on iOS and macOS

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_pdf_kit