Skip to content

Commit

Permalink
Fix pdf operations on web
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Nov 2, 2023
1 parent e0684e5 commit 3362099
Show file tree
Hide file tree
Showing 6 changed files with 58,381 additions and 19 deletions.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Older versions can be found [here](https://docs.butterfly.linwood.dev/pre-1-0).

## Reporting a Vulnerability

Please use [the bug tracker](https://github.com/LinwoodDev/butterfly/issues) or use <[email protected]> if there is a critical bug.
Please use [the bug tracker](https://github.com/LinwoodDev/butterfly/issues) or use [[email protected]](mailto:[email protected]) if there is a critical bug.

## Branches

Expand Down
2 changes: 1 addition & 1 deletion app/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.843.0)
aws-sdk-core (3.185.1)
aws-sdk-core (3.185.2)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
Expand Down
6 changes: 3 additions & 3 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1404,10 +1404,10 @@ packages:
dependency: transitive
description:
name: web
sha256: "14f1f70c51119012600c5f1f60ca68efda5a9b6077748163c6af2893ec5df8fc"
sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
url: "https://pub.dev"
source: hosted
version: "0.2.1-beta"
version: "0.3.0"
web_socket_channel:
dependency: transitive
description:
Expand Down Expand Up @@ -1473,5 +1473,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.2.0-157.0.dev <4.0.0"
dart: ">=3.2.0-194.0.dev <4.0.0"
flutter: ">=3.13.0"
29 changes: 22 additions & 7 deletions app/web/pdf.js/pdf.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3362099

Please sign in to comment.