pdf-master-landing 0.0.6 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +82 -82
- package/bin/deploy.mjs +164 -164
- package/dist/_diag.html +159 -159
- package/dist/app/.last_build_id +1 -1
- package/dist/app/README.md +49 -49
- package/dist/app/assets/AssetManifest.bin +1 -1
- package/dist/app/assets/AssetManifest.bin.json +1 -1
- package/dist/app/assets/FontManifest.json +1 -1
- package/dist/app/assets/NOTICES +235 -104
- package/dist/app/assets/assets/fonts/MiSans-Medium.ttf +0 -0
- package/dist/app/assets/assets/fonts/MiSans-Regular.ttf +0 -0
- package/dist/app/assets/assets/fonts/MiSans-Semibold.ttf +0 -0
- package/dist/app/assets/fonts/MaterialIcons-Regular.otf +0 -0
- package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w100.ttf +0 -0
- package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w200.ttf +0 -0
- package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w300.ttf +0 -0
- package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w400.ttf +0 -0
- package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w500.ttf +0 -0
- package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w600.ttf +0 -0
- package/dist/app/assets/packages/lucide_icons_flutter/assets/lucide.ttf +0 -0
- package/dist/app/assets/packages/pdfrx/assets/pdfium_client.js +65 -65
- package/dist/app/assets/packages/pdfrx/assets/pdfium_worker.js +5327 -5206
- package/dist/app/canvaskit/canvaskit.wasm +0 -0
- package/dist/app/canvaskit/chromium/canvaskit.wasm +0 -0
- package/dist/app/canvaskit/experimental_webparagraph/canvaskit.wasm +0 -0
- package/dist/app/canvaskit/skwasm.wasm +0 -0
- package/dist/app/canvaskit/skwasm_heavy.wasm +0 -0
- package/dist/app/canvaskit/wimp.wasm +0 -0
- package/dist/app/drift_worker.dart.js +13271 -13271
- package/dist/app/flutter_bootstrap.js +2 -2
- package/dist/app/flutter_service_worker.js +31 -31
- package/dist/app/index.html +59 -59
- package/dist/app/main.dart.js +104160 -93754
- package/dist/app/main.dart.mjs +496 -494
- package/dist/app/main.dart.wasm +0 -0
- package/dist/app/manifest.json +34 -34
- package/dist/app/version.json +1 -1
- package/dist/index.html +21 -21
- package/dist/privacy.html +18 -18
- package/package.json +41 -41
package/dist/app/assets/NOTICES
CHANGED
|
@@ -2206,6 +2206,7 @@ flutter_plugin_android_lifecycle
|
|
|
2206
2206
|
image_picker_for_web
|
|
2207
2207
|
image_picker_macos
|
|
2208
2208
|
image_picker_platform_interface
|
|
2209
|
+
in_app_purchase
|
|
2209
2210
|
in_app_purchase_android
|
|
2210
2211
|
in_app_purchase_storekit
|
|
2211
2212
|
path_provider_android
|
|
@@ -3264,6 +3265,38 @@ desktop_drop
|
|
|
3264
3265
|
See the License for the specific language governing permissions and
|
|
3265
3266
|
limitations under the License.
|
|
3266
3267
|
|
|
3268
|
+
--------------------------------------------------------------------------------
|
|
3269
|
+
device_info_plus
|
|
3270
|
+
device_info_plus_platform_interface
|
|
3271
|
+
|
|
3272
|
+
Copyright 2017 The Chromium Authors. All rights reserved.
|
|
3273
|
+
|
|
3274
|
+
Redistribution and use in source and binary forms, with or without
|
|
3275
|
+
modification, are permitted provided that the following conditions are
|
|
3276
|
+
met:
|
|
3277
|
+
|
|
3278
|
+
* Redistributions of source code must retain the above copyright
|
|
3279
|
+
notice, this list of conditions and the following disclaimer.
|
|
3280
|
+
* Redistributions in binary form must reproduce the above
|
|
3281
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
3282
|
+
in the documentation and/or other materials provided with the
|
|
3283
|
+
distribution.
|
|
3284
|
+
* Neither the name of Google Inc. nor the names of its
|
|
3285
|
+
contributors may be used to endorse or promote products derived from
|
|
3286
|
+
this software without specific prior written permission.
|
|
3287
|
+
|
|
3288
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
3289
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
3290
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
3291
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
3292
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
3293
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
3294
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
3295
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
3296
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
3297
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
3298
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3299
|
+
|
|
3267
3300
|
--------------------------------------------------------------------------------
|
|
3268
3301
|
devtools
|
|
3269
3302
|
|
|
@@ -6363,37 +6396,37 @@ shaderc
|
|
|
6363
6396
|
flutter
|
|
6364
6397
|
|
|
6365
6398
|
Copyright 2014 The Flutter Authors. All rights reserved.
|
|
6366
|
-
|
|
6367
|
-
|
|
6399
|
+
|
|
6400
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
6401
|
+
are permitted provided that the following conditions are met:
|
|
6402
|
+
|
|
6403
|
+
* Redistributions of source code must retain the above copyright
|
|
6404
|
+
notice, this list of conditions and the following disclaimer.
|
|
6405
|
+
* Redistributions in binary form must reproduce the above
|
|
6406
|
+
copyright notice, this list of conditions and the following
|
|
6407
|
+
disclaimer in the documentation and/or other materials provided
|
|
6408
|
+
with the distribution.
|
|
6409
|
+
* Neither the name of Google Inc. nor the names of its
|
|
6410
|
+
contributors may be used to endorse or promote products derived
|
|
6411
|
+
from this software without specific prior written permission.
|
|
6412
|
+
|
|
6413
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
6414
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
6415
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
6416
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
6417
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
6418
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
6419
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
6420
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
6421
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
6422
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
6423
|
+
|
|
6368
6424
|
--------------------------------------------------------------------------------
|
|
6369
6425
|
flutter
|
|
6370
6426
|
|
|
6371
|
-
Copyright 2014 The Flutter Authors. All rights reserved.
|
|
6372
|
-
|
|
6373
|
-
|
|
6374
|
-
are permitted provided that the following conditions are met:
|
|
6375
|
-
|
|
6376
|
-
* Redistributions of source code must retain the above copyright
|
|
6377
|
-
notice, this list of conditions and the following disclaimer.
|
|
6378
|
-
* Redistributions in binary form must reproduce the above
|
|
6379
|
-
copyright notice, this list of conditions and the following
|
|
6380
|
-
disclaimer in the documentation and/or other materials provided
|
|
6381
|
-
with the distribution.
|
|
6382
|
-
* Neither the name of Google Inc. nor the names of its
|
|
6383
|
-
contributors may be used to endorse or promote products derived
|
|
6384
|
-
from this software without specific prior written permission.
|
|
6385
|
-
|
|
6386
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
6387
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
6388
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
6389
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
6390
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
6391
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
6392
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
6393
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
6394
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
6395
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
6396
|
-
|
|
6427
|
+
Copyright 2014 The Flutter Authors. All rights reserved.
|
|
6428
|
+
Use of this source code is governed by a BSD-style license that can be
|
|
6429
|
+
found in the LICENSE file.
|
|
6397
6430
|
--------------------------------------------------------------------------------
|
|
6398
6431
|
flutter
|
|
6399
6432
|
|
|
@@ -6483,7 +6516,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
6483
6516
|
flutter_lints
|
|
6484
6517
|
image_picker_linux
|
|
6485
6518
|
image_picker_windows
|
|
6486
|
-
in_app_purchase
|
|
6487
6519
|
in_app_purchase_platform_interface
|
|
6488
6520
|
path_provider
|
|
6489
6521
|
path_provider_linux
|
|
@@ -22158,32 +22190,6 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
|
22158
22190
|
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
22159
22191
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
22160
22192
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
22161
|
-
--------------------------------------------------------------------------------
|
|
22162
|
-
in_app_review
|
|
22163
|
-
in_app_review_platform_interface
|
|
22164
|
-
|
|
22165
|
-
MIT License
|
|
22166
|
-
|
|
22167
|
-
Copyright (c) 2020 Britannio Jarrett
|
|
22168
|
-
|
|
22169
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22170
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
22171
|
-
in the Software without restriction, including without limitation the rights
|
|
22172
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22173
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
22174
|
-
furnished to do so, subject to the following conditions:
|
|
22175
|
-
|
|
22176
|
-
The above copyright notice and this permission notice shall be included in all
|
|
22177
|
-
copies or substantial portions of the Software.
|
|
22178
|
-
|
|
22179
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22180
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22181
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22182
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22183
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22184
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22185
|
-
SOFTWARE.
|
|
22186
|
-
|
|
22187
22193
|
--------------------------------------------------------------------------------
|
|
22188
22194
|
include
|
|
22189
22195
|
|
|
@@ -22374,6 +22380,32 @@ io
|
|
|
22374
22380
|
Copyright 2021, the Dart project authors. Please see the AUTHORS file
|
|
22375
22381
|
for details. All rights reserved. Use of this source code is governed by a
|
|
22376
22382
|
BSD-style license that can be found in the LICENSE file.
|
|
22383
|
+
--------------------------------------------------------------------------------
|
|
22384
|
+
irondash_engine_context
|
|
22385
|
+
irondash_message_channel
|
|
22386
|
+
pixel_snap
|
|
22387
|
+
|
|
22388
|
+
Copyright (c) 2022 Matej Knopp and the contributors
|
|
22389
|
+
|
|
22390
|
+
MIT LICENSE
|
|
22391
|
+
|
|
22392
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22393
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
22394
|
+
in the Software without restriction, including without limitation the rights
|
|
22395
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
22396
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
22397
|
+
so, subject to the following conditions:
|
|
22398
|
+
|
|
22399
|
+
The above copyright notice and this permission notice shall be included in all
|
|
22400
|
+
copies or substantial portions of the Software.
|
|
22401
|
+
|
|
22402
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22403
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
22404
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
22405
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
22406
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
22407
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22408
|
+
|
|
22377
22409
|
--------------------------------------------------------------------------------
|
|
22378
22410
|
jni
|
|
22379
22411
|
leak_tracker
|
|
@@ -25070,6 +25102,31 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
25070
25102
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
|
|
25071
25103
|
SOFTWARE.
|
|
25072
25104
|
--------------------------------------------------------------------------------
|
|
25105
|
+
lucide_icons_flutter
|
|
25106
|
+
|
|
25107
|
+
|
|
25108
|
+
MIT License
|
|
25109
|
+
|
|
25110
|
+
Copyright (c) 2024 vqhapp
|
|
25111
|
+
|
|
25112
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
25113
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
25114
|
+
in the Software without restriction, including without limitation the rights
|
|
25115
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
25116
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
25117
|
+
furnished to do so, subject to the following conditions:
|
|
25118
|
+
|
|
25119
|
+
The above copyright notice and this permission notice shall be included in all
|
|
25120
|
+
copies or substantial portions of the Software.
|
|
25121
|
+
|
|
25122
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
25123
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
25124
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
25125
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25126
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25127
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25128
|
+
SOFTWARE.
|
|
25129
|
+
--------------------------------------------------------------------------------
|
|
25073
25130
|
lunarg-vulkantools
|
|
25074
25131
|
|
|
25075
25132
|
Apache License
|
|
@@ -25844,34 +25901,41 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
25844
25901
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
25845
25902
|
|
|
25846
25903
|
--------------------------------------------------------------------------------
|
|
25847
|
-
|
|
25904
|
+
open_file
|
|
25905
|
+
open_file_android
|
|
25906
|
+
open_file_ios
|
|
25907
|
+
open_file_linux
|
|
25908
|
+
open_file_mac
|
|
25909
|
+
open_file_platform_interface
|
|
25910
|
+
open_file_web
|
|
25911
|
+
open_file_windows
|
|
25848
25912
|
|
|
25849
|
-
Copyright 2018 crazecoder. All rights reserved.
|
|
25850
|
-
|
|
25851
|
-
Redistribution and use in source and binary forms, with or without
|
|
25852
|
-
modification, are permitted provided that the following conditions are
|
|
25853
|
-
met:
|
|
25854
|
-
|
|
25855
|
-
* Redistributions of source code must retain the above copyright
|
|
25856
|
-
notice, this list of conditions and the following disclaimer.
|
|
25857
|
-
* Redistributions in binary form must reproduce the above
|
|
25858
|
-
copyright notice, this list of conditions and the following
|
|
25859
|
-
disclaimer in the documentation and/or other materials provided
|
|
25860
|
-
with the distribution.
|
|
25861
|
-
* Neither the name of Google Inc. nor the names of its
|
|
25862
|
-
contributors may be used to endorse or promote products derived
|
|
25863
|
-
from this software without specific prior written permission.
|
|
25864
|
-
|
|
25865
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
25866
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
25867
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
25868
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
25869
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
25870
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
25871
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
25872
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
25873
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
25874
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
25913
|
+
Copyright 2018 crazecoder. All rights reserved.
|
|
25914
|
+
|
|
25915
|
+
Redistribution and use in source and binary forms, with or without
|
|
25916
|
+
modification, are permitted provided that the following conditions are
|
|
25917
|
+
met:
|
|
25918
|
+
|
|
25919
|
+
* Redistributions of source code must retain the above copyright
|
|
25920
|
+
notice, this list of conditions and the following disclaimer.
|
|
25921
|
+
* Redistributions in binary form must reproduce the above
|
|
25922
|
+
copyright notice, this list of conditions and the following
|
|
25923
|
+
disclaimer in the documentation and/or other materials provided
|
|
25924
|
+
with the distribution.
|
|
25925
|
+
* Neither the name of Google Inc. nor the names of its
|
|
25926
|
+
contributors may be used to endorse or promote products derived
|
|
25927
|
+
from this software without specific prior written permission.
|
|
25928
|
+
|
|
25929
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
25930
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
25931
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
25932
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
25933
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
25934
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
25935
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
25936
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
25937
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
25938
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
25875
25939
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
25876
25940
|
--------------------------------------------------------------------------------
|
|
25877
25941
|
pausable_timer
|
|
@@ -25912,33 +25976,33 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
25912
25976
|
pdfium_dart
|
|
25913
25977
|
pdfium_flutter
|
|
25914
25978
|
|
|
25915
|
-
|
|
25916
|
-
The MIT License (MIT)
|
|
25917
|
-
===============
|
|
25918
|
-
|
|
25919
|
-
Copyright (c) 2025 @espresso3389 (Takashi Kawasaki)
|
|
25920
|
-
|
|
25921
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
25922
|
-
|
|
25923
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
25924
|
-
|
|
25925
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
25979
|
+
|
|
25980
|
+
The MIT License (MIT)
|
|
25981
|
+
===============
|
|
25982
|
+
|
|
25983
|
+
Copyright (c) 2025 @espresso3389 (Takashi Kawasaki)
|
|
25984
|
+
|
|
25985
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
25986
|
+
|
|
25987
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
25988
|
+
|
|
25989
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
25926
25990
|
|
|
25927
25991
|
--------------------------------------------------------------------------------
|
|
25928
25992
|
pdfrx
|
|
25929
25993
|
pdfrx_engine
|
|
25930
25994
|
|
|
25931
|
-
|
|
25932
|
-
The MIT License (MIT)
|
|
25933
|
-
===============
|
|
25934
|
-
|
|
25935
|
-
Copyright (c) 2018 @espresso3389 (Takashi Kawasaki)
|
|
25936
|
-
|
|
25937
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
25938
|
-
|
|
25939
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
25940
|
-
|
|
25941
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
25995
|
+
|
|
25996
|
+
The MIT License (MIT)
|
|
25997
|
+
===============
|
|
25998
|
+
|
|
25999
|
+
Copyright (c) 2018 @espresso3389 (Takashi Kawasaki)
|
|
26000
|
+
|
|
26001
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
26002
|
+
|
|
26003
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
26004
|
+
|
|
26005
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
25942
26006
|
|
|
25943
26007
|
--------------------------------------------------------------------------------
|
|
25944
26008
|
perfetto
|
|
@@ -26416,6 +26480,17 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
26416
26480
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
26417
26481
|
THE SOFTWARE.
|
|
26418
26482
|
|
|
26483
|
+
--------------------------------------------------------------------------------
|
|
26484
|
+
photo_view
|
|
26485
|
+
|
|
26486
|
+
Copyright 2024 Renan C. Araújo
|
|
26487
|
+
|
|
26488
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
26489
|
+
|
|
26490
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
26491
|
+
|
|
26492
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
26493
|
+
|
|
26419
26494
|
--------------------------------------------------------------------------------
|
|
26420
26495
|
posix
|
|
26421
26496
|
|
|
@@ -29267,6 +29342,31 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
29267
29342
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29268
29343
|
SOFTWARE.
|
|
29269
29344
|
|
|
29345
|
+
--------------------------------------------------------------------------------
|
|
29346
|
+
super_clipboard
|
|
29347
|
+
super_native_extensions
|
|
29348
|
+
|
|
29349
|
+
Copyright (c) 2022 Superlist, Matej Knopp and the contributors
|
|
29350
|
+
|
|
29351
|
+
MIT LICENSE
|
|
29352
|
+
|
|
29353
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29354
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
29355
|
+
in the Software without restriction, including without limitation the rights
|
|
29356
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
29357
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
29358
|
+
so, subject to the following conditions:
|
|
29359
|
+
|
|
29360
|
+
The above copyright notice and this permission notice shall be included in all
|
|
29361
|
+
copies or substantial portions of the Software.
|
|
29362
|
+
|
|
29363
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29364
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
29365
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
29366
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
29367
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
29368
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29369
|
+
|
|
29270
29370
|
--------------------------------------------------------------------------------
|
|
29271
29371
|
swiftshader
|
|
29272
29372
|
|
|
@@ -32634,6 +32734,37 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
|
32634
32734
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32635
32735
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32636
32736
|
|
|
32737
|
+
--------------------------------------------------------------------------------
|
|
32738
|
+
win32_registry
|
|
32739
|
+
|
|
32740
|
+
BSD 3-Clause License
|
|
32741
|
+
|
|
32742
|
+
Copyright (c) 2023, Halil Durmus
|
|
32743
|
+
|
|
32744
|
+
Redistribution and use in source and binary forms, with or without
|
|
32745
|
+
modification, are permitted provided that the following conditions are met:
|
|
32746
|
+
|
|
32747
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
32748
|
+
list of conditions and the following disclaimer.
|
|
32749
|
+
|
|
32750
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
32751
|
+
this list of conditions and the following disclaimer in the documentation
|
|
32752
|
+
and/or other materials provided with the distribution.
|
|
32753
|
+
|
|
32754
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
32755
|
+
contributors may be used to endorse or promote products derived from
|
|
32756
|
+
this software without specific prior written permission.
|
|
32757
|
+
|
|
32758
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
32759
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
32760
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
32761
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
32762
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
32763
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
32764
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
32765
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
32766
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32767
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32637
32768
|
--------------------------------------------------------------------------------
|
|
32638
32769
|
window_manager
|
|
32639
32770
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w100.ttf
ADDED
|
Binary file
|
package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w200.ttf
ADDED
|
Binary file
|
package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w300.ttf
ADDED
|
Binary file
|
package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w400.ttf
ADDED
|
Binary file
|
package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w500.ttf
ADDED
|
Binary file
|
package/dist/app/assets/packages/lucide_icons_flutter/assets/build_font/LucideVariable-w600.ttf
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
globalThis.PdfiumWasmCommunicator = (function () {
|
|
2
|
-
const worker = new Worker(globalThis.pdfiumWasmWorkerUrl);
|
|
3
|
-
let requestId = 0;
|
|
4
|
-
let callbackId = 0;
|
|
5
|
-
const requestCallbacks = new Map();
|
|
6
|
-
const registeredCallbacks = new Map();
|
|
7
|
-
|
|
8
|
-
worker.onmessage = (event) => {
|
|
9
|
-
const data = event.data;
|
|
10
|
-
if (data.type === 'ready') {
|
|
11
|
-
console.log('PDFium WASM worker is ready');
|
|
12
|
-
return;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
// Handle callback invocations from the worker
|
|
16
|
-
if (data.type === 'callback') {
|
|
17
|
-
const callback = registeredCallbacks.get(data.callbackId);
|
|
18
|
-
if (callback) {
|
|
19
|
-
try {
|
|
20
|
-
callback(...data.args);
|
|
21
|
-
} catch (e) {
|
|
22
|
-
console.error('Error in callback:', e);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
return;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// For command responses, match using the request id.
|
|
29
|
-
if (data.id) {
|
|
30
|
-
const callback = requestCallbacks.get(data.id);
|
|
31
|
-
if (callback) {
|
|
32
|
-
if (data.status === 'success') {
|
|
33
|
-
callback.resolve(data.result);
|
|
34
|
-
} else {
|
|
35
|
-
callback.reject(new Error(data.error, data.cause != null ? { cause: data.cause } : undefined));
|
|
36
|
-
}
|
|
37
|
-
requestCallbacks.delete(data.id);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
worker.onerror = (err) => {
|
|
43
|
-
console.error('Worker error:', err);
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
return {
|
|
47
|
-
sendCommand: function (command, parameters = {}, transfer = []) {
|
|
48
|
-
return new Promise((resolve, reject) => {
|
|
49
|
-
const id = ++requestId;
|
|
50
|
-
requestCallbacks.set(id, { resolve, reject });
|
|
51
|
-
worker.postMessage({ id, command, parameters }, transfer);
|
|
52
|
-
});
|
|
53
|
-
},
|
|
54
|
-
|
|
55
|
-
registerCallback: function (callback) {
|
|
56
|
-
const id = ++callbackId;
|
|
57
|
-
registeredCallbacks.set(id, callback);
|
|
58
|
-
return id;
|
|
59
|
-
},
|
|
60
|
-
|
|
61
|
-
unregisterCallback: function (id) {
|
|
62
|
-
registeredCallbacks.delete(id);
|
|
63
|
-
}
|
|
64
|
-
};
|
|
65
|
-
})();
|
|
1
|
+
globalThis.PdfiumWasmCommunicator = (function () {
|
|
2
|
+
const worker = new Worker(globalThis.pdfiumWasmWorkerUrl);
|
|
3
|
+
let requestId = 0;
|
|
4
|
+
let callbackId = 0;
|
|
5
|
+
const requestCallbacks = new Map();
|
|
6
|
+
const registeredCallbacks = new Map();
|
|
7
|
+
|
|
8
|
+
worker.onmessage = (event) => {
|
|
9
|
+
const data = event.data;
|
|
10
|
+
if (data.type === 'ready') {
|
|
11
|
+
console.log('PDFium WASM worker is ready');
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
// Handle callback invocations from the worker
|
|
16
|
+
if (data.type === 'callback') {
|
|
17
|
+
const callback = registeredCallbacks.get(data.callbackId);
|
|
18
|
+
if (callback) {
|
|
19
|
+
try {
|
|
20
|
+
callback(...data.args);
|
|
21
|
+
} catch (e) {
|
|
22
|
+
console.error('Error in callback:', e);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// For command responses, match using the request id.
|
|
29
|
+
if (data.id) {
|
|
30
|
+
const callback = requestCallbacks.get(data.id);
|
|
31
|
+
if (callback) {
|
|
32
|
+
if (data.status === 'success') {
|
|
33
|
+
callback.resolve(data.result);
|
|
34
|
+
} else {
|
|
35
|
+
callback.reject(new Error(data.error, data.cause != null ? { cause: data.cause } : undefined));
|
|
36
|
+
}
|
|
37
|
+
requestCallbacks.delete(data.id);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
worker.onerror = (err) => {
|
|
43
|
+
console.error('Worker error:', err);
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
return {
|
|
47
|
+
sendCommand: function (command, parameters = {}, transfer = []) {
|
|
48
|
+
return new Promise((resolve, reject) => {
|
|
49
|
+
const id = ++requestId;
|
|
50
|
+
requestCallbacks.set(id, { resolve, reject });
|
|
51
|
+
worker.postMessage({ id, command, parameters }, transfer);
|
|
52
|
+
});
|
|
53
|
+
},
|
|
54
|
+
|
|
55
|
+
registerCallback: function (callback) {
|
|
56
|
+
const id = ++callbackId;
|
|
57
|
+
registeredCallbacks.set(id, callback);
|
|
58
|
+
return id;
|
|
59
|
+
},
|
|
60
|
+
|
|
61
|
+
unregisterCallback: function (id) {
|
|
62
|
+
registeredCallbacks.delete(id);
|
|
63
|
+
}
|
|
64
|
+
};
|
|
65
|
+
})();
|