pdftron_flutter 1.0.0-beta.13
pdftron_flutter: ^1.0.0-beta.13 copied to clipboard
A convenience wrapper to build Flutter apps that use the PDFTron mobile SDK for smooth, flexible, and stand-alone document viewing.
1.0.0-beta.12 March 23, 2021 #
- QuickBookMarkConfig Option
1.0.0-beta.11 March 22, 2021 #
- Update Android to v9.2.1
1.0.0-beta.10 March 18, 2021 #
- Minor bug fixes in pubspec.yaml and other files
1.0.0-beta.9 March 18, 2021 #
- Implemented the following APIs:
- GetSavedSignatures()
- GetSavedSignaturesFolder()
- GetSavedSignaturesJpgFolder()
1.0.0-beta.8 March 11, 2021 #
- Bug Fixes
1.0.0-beta.7 March 4, 2021 #
- Add additional viewMode hiding options (vertical scrolling)
1.0.0-beta.5 Februrary 22, 2021 #
- Toggle widget and plugin (internal sample)
- Remove Jcenter (Android)
1.0.0-beta.4 Februrary 3, 2021 #
- Added sound null safety support for new API's
- Updated API.md files to reflect changes
1.0.0-beta.3 November 8, 2021 #
- Updated the Android plugin and widget (#128):
- The plugin now supports Flutter's new embedding engine.
- The widget now uses hybrid composition. This update fixes issues such as: https://github.com/flutter/flutter/issues/58273 and in regards to stability, places the widget on parity with the plugin.
- Fixed a bug that caused incorrect viewer configurations to be placed on the iOS plugin and widget (#138 and #143).
- Added new APIs for:
- opening UI lists e.g.
openAnnotationList() - traversing to different pages e.g.
gotoPreviousPage() - configuring the viewer e.g.
config.defaultEraserType
- opening UI lists e.g.
See the commit history for the full list of new APIs.
- Made minor updates to
API.md,README.md, anddartdoccomments. - Edited example app:
- Updated its Podfile.
- Commented out code related to permission handling and added instructions for use.
1.0.0-beta.2 June 14, 2021 #
- Added support for sound null safety:
- Updated the
API.mdandREADME.mdto use null safe code.
- Updated the
- Added
dartdoccomments across the library. - Updated the
README.mdto use absolute URLs, remove redudancies and explain how to download the package from either GitHub or pub.dev.
1.0.0-beta.1 June 11, 2021 #
- Initial prerelease on pub.dev
Previous Versions #
Development of pdftron-flutter has been ongoing since January 25, 2019. To see previous versions of and more information on the package, please look at our GitHub repository.