pdftron_flutter 1.0.0-beta.3 pdftron_flutter: ^1.0.0-beta.3 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.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.