Skip to content

Commit 299fc9a

Browse files
Update readme (#352)
* update readme * Updating package version * Update to match React Native * Updating pubspec.yaml * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d81169 commit 299fc9a

2 files changed

Lines changed: 10 additions & 17 deletions

File tree

README.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
## About PDFTron Flutter
2-
PDFTron's Flutter PDF library brings smooth, flexible, and stand-alone document viewing and editing solutions using Flutter codebases for iOS and Android applications.
1+
## About PDFTron Flutter Wrapper
32

4-
- Direct MS Office document viewing and conversion
5-
- Fully customizable open source UI to improve app engagement
6-
- Document reflow to increase readability and accessibility on mobile
7-
- File streaming to view remote and complex documents faster
8-
- Night mode to improve viewing in low-light environments
9-
- And much more...
10-
11-
More information can be found at https://docs.apryse.com/documentation/guides/flutter/
12-
13-
**Android**|**iOS**
14-
:--:|:--:
15-
<img src="https://pdftron.s3.amazonaws.com/custom/websitefiles/flutter/flutter-pdftron-demo-android.gif" alt="A gif showcasing the UI and some features on Android"/>|<img src="https://pdftron.s3.amazonaws.com/custom/websitefiles/flutter/flutter-pdftron-demo-ios.gif" alt="A gif showcasing the UI and some features on iOS"/>
16-
17-
## Contents
3+
> [!IMPORTANT]
4+
> This repository serves as a wrapper around the native SDKs. It exposes only a limited set of APIs intended for basic viewing, annotating and removing components from the out‑of‑box UI. Any advanced customization or access to lower‑level functionality should be performed directly through the native SDKs rather than this wrapper.
185
196
- [API](https://pub.dev/documentation/pdftron_flutter/latest/pdftron/pdftron-library.html)
207
- [Prerequisites](#prerequisites)
@@ -27,6 +14,12 @@ More information can be found at https://docs.apryse.com/documentation/guides/fl
2714
- [Contributing](#contributing)
2815
- [License](#license)
2916

17+
## Preview
18+
19+
**Android**|**iOS**
20+
:--:|:--:
21+
<img src="https://pdftron.s3.amazonaws.com/custom/websitefiles/flutter/flutter-pdftron-demo-android.gif" alt="A gif showcasing the UI and some features on Android"/>|<img src="https://pdftron.s3.amazonaws.com/custom/websitefiles/flutter/flutter-pdftron-demo-ios.gif" alt="A gif showcasing the UI and some features on iOS"/>
22+
3023
## Prerequisites
3124
- No license key is required for trial. However, a valid commercial license key is required after trial.
3225
- PDFTron SDK >= 6.9.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pdftron_flutter
22
description: A convenience wrapper to build Flutter apps that use the PDFTron mobile SDK for smooth, flexible, and stand-alone document viewing.
3-
version: 1.0.1-52
3+
version: 1.0.1-53
44
homepage: https://www.apryse.com
55
repository: https://github.com/ApryseSDK/pdftron-flutter
66
issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues

0 commit comments

Comments
 (0)