pdftron_flutter 1.0.1-8 pdftron_flutter: ^1.0.1-8 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-8 - Feb 17, 2023 #
- Update Android to v9.5.0
1.0.0-4 - Dec 19, 2022 #
- Update Android to v9.4.2
1.0.0-3 - Dec 16, 2022 #
- setFitMode()
- setLayoutMode()
1.0.0-2 - Dec 2, 2022 #
- Update Android to v9.4.1
1.0.0-beta.55 - Oct 13, 2022 #
- Update Android to v9.4.0
1.0.0-beta.48 - Aug 25, 2022 #
- Update Android to v9.4.0
1.0.0-beta.36 - Jul 13, 2022 #
- Update Android to v9.3.0
1.0.0-beta.24 - Jul 13, 2022 #
- Update Android to v9.2.3
1.0.0-beta.21 - April 22, 2022 #
- Update Android to v9.2.2
1.0.0-beta.18 - April 22, 2022 #
- Fix for setting layout mode on document open on iOS
1.0.0-beta.17 - March 31, 2022 #
- hideScrollbars_iOS
1.0.0-beta.16 - March 31, 2022 #
- zoomWithCenter()
- zoomToRect()
1.0.0-beta.16 - March 31, 2022 #
- Minor updates to API docs
1.0.0-beta.15 - March 23, 2022 #
- getZoom Method
- setZoomLimits Methods
1.0.0-beta.12 - March 23, 2022 #
- QuickBookMarkConfig Option
1.0.0-beta.11 - March 22, 2022 #
- Update Android to v9.2.1
1.0.0-beta.10 - March 18, 2022 #
- Minor bug fixes in pubspec.yaml and other files
1.0.0-beta.9 - March 18, 2022 #
- Implemented the following APIs:
- GetSavedSignatures()
- GetSavedSignaturesFolder()
- GetSavedSignaturesJpgFolder()
1.0.0-beta.8 - March 11, 2022 #
- Bug Fixes
1.0.0-beta.7 - March 4, 2022 #
- Add additional viewMode hiding options (vertical scrolling)
1.0.0-beta.5 - Februrary 22, 2022 #
- Toggle widget and plugin (internal sample)
- Remove Jcenter (Android)
1.0.0-beta.4 - Februrary 3, 2022 #
- 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
, anddartdoc
comments. - 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.md
andREADME.md
to use null safe code.
- Updated the
- Added
dartdoc
comments across the library. - Updated the
README.md
to 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.