Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Bug fixes and updates (#95)
Browse files Browse the repository at this point in the history
* update dependencies

* apply strict linter - conflict

* Workaround for NPE, ignore IDE project files.

* Bump version, upgrade dependencies.

* Ignored files cleanup.

* More deleted files.

* Delete flutter_plugin_pdf_viewer.iml

* More Eclipse artifacts cleanup.

* Update Gradle dependencies.

* Upgrade old Flutter embedding.

* Upgrade Flutter embedding.

* Better error logging, maybe properly time cache deletion.

* Make sure file is closed when done.

* Make sure file is closed when done, better this time.

* Use initFileURLWithPath to create a valid file path

The NSURL init method initFileURLWithPath will ensure that the file:/// prefix is in place
as well as making sure that any whitespace characters within the original path string
are encoded correctly when creating the url.

* Release implicitly retained CGPDFDocument and release retained CGPDFPage

* Update pubspec.yaml

* Update pubspec.yaml

* Pn 53 (#94)

* I removed the line from 42 to 63 for deleting unused saved cache files.
It makes memory problem when you try to open the PDF after several times.

* remove .idea folder

Co-authored-by: Eko Prasetyo <[email protected]>

* more fixes and updates

* updates

* fixes for state problems

* upgrade ersion number

* update

* bug fixes

Co-authored-by: Ahmed Masoud <[email protected]>
Co-authored-by: Ahmed Masoud <[email protected]>
Co-authored-by: Enver ALTIN <[email protected]>
Co-authored-by: Robert Hillary <[email protected]>
Co-authored-by: Eko Prasetyo <[email protected]>
  • Loading branch information
6 people authored Jan 4, 2022
1 parent 2793178 commit 43ae962
Show file tree
Hide file tree
Showing 50 changed files with 614 additions and 1,382 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ build/
example/ios/Flutter/flutter_export_environment.sh
example/.flutter-plugins-dependencies
android/.idea/

.idea/
android/.settings/

.vscode/
18 changes: 0 additions & 18 deletions .idea/flutter_pdf_viewer.iml

This file was deleted.

27 changes: 0 additions & 27 deletions .idea/libraries/Dart_SDK.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/Flutter_Plugins.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Loading

0 comments on commit 43ae962

Please sign in to comment.