FLUTTER ECOSYSTEM

miguelpruivo/flutter_pdf_previewer

从PDF文件提供一个简单的PNG页面预览创建器

flutter_pdf_previewer 项目封面
Stars
13
Forks
3
最近推送(UTC)
2019年7月16日
项目状态
未归档
miguelpruivo GitHub avatar
GITHUB User

miguelpruivo ↗

Mobile developer, in love with @flutter.

Portugal
语言DartObjective-CJavaRuby

此仓库发布的插件

使用的依赖

依赖清单 2 项
  • flutter{"sdk":"flutter"}
  • meta^1.1.5

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

pdf_previewer

PDF Previewer plugin alows you to generate PNG's of specified pages from a provided PDF file source.

Installation

First, add pdf_previewer as a dependency in your pubspec.yaml file.

pdf_previewer: ^0.1.0

Android

Add <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> to your app AndroidManifest.xml file.

iOS

No permissions required.

Demo App

Demo

Example

Check the example app.

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.