Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating plugin configs #148

Merged
merged 5 commits into from Aug 25, 2021
Merged

Updating plugin configs #148

merged 5 commits into from Aug 25, 2021

Conversation

PcolBP
Copy link
Contributor

@PcolBP PcolBP commented Aug 24, 2021

This PR contains no breaking change.

  1. Updated dependencies to be newest with latest flutter version.
  2. Allowed myself to update minimal flutter version to 2.2.0 since this package is already null safety no need to go below 2.0.0 version. Updated to 2.2.0 because has optimization improvment.
  3. Updated compileSdkVersion in Android gradle to 30 because in future new apps on Google Play will have to set at least compile version to 30.
  4. Updated README:
  • Removed third step for setup to ios. Since minimal version will be now 2.2.0 no needs to implement ('io.flutter.embedded_views_preview') because of flutter version 1.22 and above its not needed any more.
<key>io.flutter.embedded_views_preview</key>
<true/>
  1. Updated Native Android dependency of AndroidPdfViewer to 3.2.0-beta.1 because of fixes that update include.

… with fixes such as:

Merge PR #714 with optimized page load
Merge PR #776 with fix for max & min zoom level
Merge PR #722 with fix for showing right position when view size changed
Merge PR #703 with fix for too many threads
Merge PR #702 with fix for memory leak
Merge PR #689 with possibility to disable long click
Merge PR #628 with fix for hiding scroll handle
Merge PR #627 with fitEachPage option
Merge PR #638 and #406 with fixed NPE
Merge PR #780 with README fix
Update compile SDK and support library to 28
Update Gradle and Gradle Plugin

available at https://github.com/barteksc/AndroidPdfViewer
@endigo endigo merged commit 25b2a8a into endigo:master Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants