flet-web 0.70.0.dev6281__py3-none-any.whl → 0.70.0.dev6293__py3-none-any.whl
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.
- flet_web/fastapi/flet_static_files.py +1 -1
- flet_web/fastapi/flet_upload.py +1 -1
- flet_web/version.py +1 -1
- flet_web/web/assets/NOTICES +386 -360
- flet_web/web/flutter_bootstrap.js +2 -2
- flet_web/web/flutter_service_worker.js +5 -5
- flet_web/web/main.dart.js +128322 -128437
- flet_web/web/main.dart.mjs +112 -127
- flet_web/web/main.dart.wasm +0 -0
- flet_web/web/pyodide/micropip-0.8.0-py3-none-any.whl +2 -2
- {flet_web-0.70.0.dev6281.dist-info → flet_web-0.70.0.dev6293.dist-info}/METADATA +1 -1
- {flet_web-0.70.0.dev6281.dist-info → flet_web-0.70.0.dev6293.dist-info}/RECORD +14 -14
- {flet_web-0.70.0.dev6281.dist-info → flet_web-0.70.0.dev6293.dist-info}/WHEEL +0 -0
- {flet_web-0.70.0.dev6281.dist-info → flet_web-0.70.0.dev6293.dist-info}/top_level.txt +0 -0
flet_web/web/assets/NOTICES
CHANGED
|
@@ -1777,7 +1777,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1777
1777
|
async
|
|
1778
1778
|
cli_util
|
|
1779
1779
|
collection
|
|
1780
|
-
mime
|
|
1781
1780
|
stream_channel
|
|
1782
1781
|
typed_data
|
|
1783
1782
|
|
|
@@ -2624,23 +2623,19 @@ SUCH DAMAGE.
|
|
|
2624
2623
|
cross_file
|
|
2625
2624
|
flutter_lints
|
|
2626
2625
|
flutter_markdown
|
|
2627
|
-
flutter_plugin_android_lifecycle
|
|
2628
2626
|
path_provider
|
|
2629
|
-
path_provider_android
|
|
2630
2627
|
path_provider_foundation
|
|
2631
2628
|
path_provider_linux
|
|
2632
2629
|
path_provider_platform_interface
|
|
2633
2630
|
path_provider_windows
|
|
2634
2631
|
plugin_platform_interface
|
|
2635
2632
|
shared_preferences
|
|
2636
|
-
shared_preferences_android
|
|
2637
2633
|
shared_preferences_foundation
|
|
2638
2634
|
shared_preferences_linux
|
|
2639
2635
|
shared_preferences_platform_interface
|
|
2640
2636
|
shared_preferences_web
|
|
2641
2637
|
shared_preferences_windows
|
|
2642
2638
|
url_launcher
|
|
2643
|
-
url_launcher_android
|
|
2644
2639
|
url_launcher_ios
|
|
2645
2640
|
url_launcher_linux
|
|
2646
2641
|
url_launcher_macos
|
|
@@ -3466,6 +3461,36 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
|
3466
3461
|
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
3467
3462
|
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
3468
3463
|
THIS SOFTWARE.
|
|
3464
|
+
--------------------------------------------------------------------------------
|
|
3465
|
+
dart_polylabel2
|
|
3466
|
+
|
|
3467
|
+
Copyright (c) 2021 - 2025 André Sousa, 2025 Luka Stillingfleet (JaffaKetchup)
|
|
3468
|
+
|
|
3469
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
3470
|
+
|
|
3471
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
3472
|
+
|
|
3473
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
3474
|
+
|
|
3475
|
+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
3476
|
+
|
|
3477
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3478
|
+
|
|
3479
|
+
ISC License
|
|
3480
|
+
Copyright (c) 2016 Mapbox
|
|
3481
|
+
|
|
3482
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
3483
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
3484
|
+
and this permission notice appear in all copies.
|
|
3485
|
+
|
|
3486
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
|
3487
|
+
THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
|
|
3488
|
+
IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
|
|
3489
|
+
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
|
|
3490
|
+
OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
|
3491
|
+
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
|
3492
|
+
SOFTWARE.
|
|
3493
|
+
|
|
3469
3494
|
--------------------------------------------------------------------------------
|
|
3470
3495
|
data_table_2
|
|
3471
3496
|
|
|
@@ -3914,32 +3939,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
3914
3939
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
3915
3940
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3916
3941
|
|
|
3917
|
-
--------------------------------------------------------------------------------
|
|
3918
|
-
dio
|
|
3919
|
-
dio_web_adapter
|
|
3920
|
-
|
|
3921
|
-
MIT License
|
|
3922
|
-
|
|
3923
|
-
Copyright (c) 2018 Wen Du (wendux)
|
|
3924
|
-
Copyright (c) 2022 The CFUG Team
|
|
3925
|
-
|
|
3926
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3927
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3928
|
-
in the Software without restriction, including without limitation the rights
|
|
3929
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3930
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3931
|
-
furnished to do so, subject to the following conditions:
|
|
3932
|
-
|
|
3933
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3934
|
-
copies or substantial portions of the Software.
|
|
3935
|
-
|
|
3936
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3937
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3938
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3939
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3940
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3941
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3942
|
-
SOFTWARE.
|
|
3943
3942
|
--------------------------------------------------------------------------------
|
|
3944
3943
|
double-conversion
|
|
3945
3944
|
icu
|
|
@@ -5812,17 +5811,213 @@ See the License for the specific language governing permissions and
|
|
|
5812
5811
|
limitations under the License.
|
|
5813
5812
|
--------------------------------------------------------------------------------
|
|
5814
5813
|
flet
|
|
5815
|
-
|
|
5814
|
+
|
|
5815
|
+
Apache License
|
|
5816
|
+
Version 2.0, January 2004
|
|
5817
|
+
http://www.apache.org/licenses/
|
|
5818
|
+
|
|
5819
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
5820
|
+
|
|
5821
|
+
1. Definitions.
|
|
5822
|
+
|
|
5823
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
5824
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
5825
|
+
|
|
5826
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
5827
|
+
the copyright owner that is granting the License.
|
|
5828
|
+
|
|
5829
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
5830
|
+
other entities that control, are controlled by, or are under common
|
|
5831
|
+
control with that entity. For the purposes of this definition,
|
|
5832
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
5833
|
+
direction or management of such entity, whether by contract or
|
|
5834
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
5835
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
5836
|
+
|
|
5837
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
5838
|
+
exercising permissions granted by this License.
|
|
5839
|
+
|
|
5840
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
5841
|
+
including but not limited to software source code, documentation
|
|
5842
|
+
source, and configuration files.
|
|
5843
|
+
|
|
5844
|
+
"Object" form shall mean any form resulting from mechanical
|
|
5845
|
+
transformation or translation of a Source form, including but
|
|
5846
|
+
not limited to compiled object code, generated documentation,
|
|
5847
|
+
and conversions to other media types.
|
|
5848
|
+
|
|
5849
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
5850
|
+
Object form, made available under the License, as indicated by a
|
|
5851
|
+
copyright notice that is included in or attached to the work
|
|
5852
|
+
(an example is provided in the Appendix below).
|
|
5853
|
+
|
|
5854
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
5855
|
+
form, that is based on (or derived from) the Work and for which the
|
|
5856
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
5857
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
5858
|
+
of this License, Derivative Works shall not include works that remain
|
|
5859
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
5860
|
+
the Work and Derivative Works thereof.
|
|
5861
|
+
|
|
5862
|
+
"Contribution" shall mean any work of authorship, including
|
|
5863
|
+
the original version of the Work and any modifications or additions
|
|
5864
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
5865
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
5866
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
5867
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
5868
|
+
means any form of electronic, verbal, or written communication sent
|
|
5869
|
+
to the Licensor or its representatives, including but not limited to
|
|
5870
|
+
communication on electronic mailing lists, source code control systems,
|
|
5871
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
5872
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
5873
|
+
excluding communication that is conspicuously marked or otherwise
|
|
5874
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
5875
|
+
|
|
5876
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
5877
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
5878
|
+
subsequently incorporated within the Work.
|
|
5879
|
+
|
|
5880
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
5881
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
5882
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
5883
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
5884
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
5885
|
+
Work and such Derivative Works in Source or Object form.
|
|
5886
|
+
|
|
5887
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
5888
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
5889
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
5890
|
+
(except as stated in this section) patent license to make, have made,
|
|
5891
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
5892
|
+
where such license applies only to those patent claims licensable
|
|
5893
|
+
by such Contributor that are necessarily infringed by their
|
|
5894
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
5895
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
5896
|
+
institute patent litigation against any entity (including a
|
|
5897
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
5898
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
5899
|
+
or contributory patent infringement, then any patent licenses
|
|
5900
|
+
granted to You under this License for that Work shall terminate
|
|
5901
|
+
as of the date such litigation is filed.
|
|
5902
|
+
|
|
5903
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
5904
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
5905
|
+
modifications, and in Source or Object form, provided that You
|
|
5906
|
+
meet the following conditions:
|
|
5907
|
+
|
|
5908
|
+
(a) You must give any other recipients of the Work or
|
|
5909
|
+
Derivative Works a copy of this License; and
|
|
5910
|
+
|
|
5911
|
+
(b) You must cause any modified files to carry prominent notices
|
|
5912
|
+
stating that You changed the files; and
|
|
5913
|
+
|
|
5914
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
5915
|
+
that You distribute, all copyright, patent, trademark, and
|
|
5916
|
+
attribution notices from the Source form of the Work,
|
|
5917
|
+
excluding those notices that do not pertain to any part of
|
|
5918
|
+
the Derivative Works; and
|
|
5919
|
+
|
|
5920
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
5921
|
+
distribution, then any Derivative Works that You distribute must
|
|
5922
|
+
include a readable copy of the attribution notices contained
|
|
5923
|
+
within such NOTICE file, excluding those notices that do not
|
|
5924
|
+
pertain to any part of the Derivative Works, in at least one
|
|
5925
|
+
of the following places: within a NOTICE text file distributed
|
|
5926
|
+
as part of the Derivative Works; within the Source form or
|
|
5927
|
+
documentation, if provided along with the Derivative Works; or,
|
|
5928
|
+
within a display generated by the Derivative Works, if and
|
|
5929
|
+
wherever such third-party notices normally appear. The contents
|
|
5930
|
+
of the NOTICE file are for informational purposes only and
|
|
5931
|
+
do not modify the License. You may add Your own attribution
|
|
5932
|
+
notices within Derivative Works that You distribute, alongside
|
|
5933
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
5934
|
+
that such additional attribution notices cannot be construed
|
|
5935
|
+
as modifying the License.
|
|
5936
|
+
|
|
5937
|
+
You may add Your own copyright statement to Your modifications and
|
|
5938
|
+
may provide additional or different license terms and conditions
|
|
5939
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
5940
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
5941
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
5942
|
+
the conditions stated in this License.
|
|
5943
|
+
|
|
5944
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
5945
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
5946
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
5947
|
+
this License, without any additional terms or conditions.
|
|
5948
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
5949
|
+
the terms of any separate license agreement you may have executed
|
|
5950
|
+
with Licensor regarding such Contributions.
|
|
5951
|
+
|
|
5952
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
5953
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
5954
|
+
except as required for reasonable and customary use in describing the
|
|
5955
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
5956
|
+
|
|
5957
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
5958
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
5959
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
5960
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
5961
|
+
implied, including, without limitation, any warranties or conditions
|
|
5962
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
5963
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
5964
|
+
appropriateness of using or redistributing the Work and assume any
|
|
5965
|
+
risks associated with Your exercise of permissions under this License.
|
|
5966
|
+
|
|
5967
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
5968
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
5969
|
+
unless required by applicable law (such as deliberate and grossly
|
|
5970
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
5971
|
+
liable to You for damages, including any direct, indirect, special,
|
|
5972
|
+
incidental, or consequential damages of any character arising as a
|
|
5973
|
+
result of this License or out of the use or inability to use the
|
|
5974
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
5975
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
5976
|
+
other commercial damages or losses), even if such Contributor
|
|
5977
|
+
has been advised of the possibility of such damages.
|
|
5978
|
+
|
|
5979
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
5980
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
5981
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
5982
|
+
or other liability obligations and/or rights consistent with this
|
|
5983
|
+
License. However, in accepting such obligations, You may act only
|
|
5984
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
5985
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
5986
|
+
defend, and hold each Contributor harmless for any liability
|
|
5987
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
5988
|
+
of your accepting any such warranty or additional liability.
|
|
5989
|
+
|
|
5990
|
+
END OF TERMS AND CONDITIONS
|
|
5991
|
+
|
|
5992
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
5993
|
+
|
|
5994
|
+
To apply the Apache License to your work, attach the following
|
|
5995
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
5996
|
+
replaced with your own identifying information. (Don't include
|
|
5997
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
5998
|
+
comment syntax for the file format. We also recommend that a
|
|
5999
|
+
file or class name and description of purpose be included on the
|
|
6000
|
+
same "printed page" as the copyright notice for easier
|
|
6001
|
+
identification within third-party archives.
|
|
6002
|
+
|
|
6003
|
+
Copyright [yyyy] [name of copyright owner]
|
|
6004
|
+
|
|
6005
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
6006
|
+
you may not use this file except in compliance with the License.
|
|
6007
|
+
You may obtain a copy of the License at
|
|
6008
|
+
|
|
6009
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
6010
|
+
|
|
6011
|
+
Unless required by applicable law or agreed to in writing, software
|
|
6012
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
6013
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
6014
|
+
See the License for the specific language governing permissions and
|
|
6015
|
+
limitations under the License.
|
|
6016
|
+
--------------------------------------------------------------------------------
|
|
5816
6017
|
flet_audio_recorder
|
|
5817
6018
|
flet_charts
|
|
5818
|
-
flet_flashlight
|
|
5819
|
-
flet_geolocator
|
|
5820
|
-
flet_lottie
|
|
5821
|
-
flet_map
|
|
5822
|
-
flet_permission_handler
|
|
5823
|
-
flet_rive
|
|
5824
6019
|
flet_video
|
|
5825
|
-
|
|
6020
|
+
torch_light
|
|
5826
6021
|
|
|
5827
6022
|
Apache License
|
|
5828
6023
|
Version 2.0, January 2004
|
|
@@ -6025,10 +6220,6 @@ flet_webview
|
|
|
6025
6220
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
6026
6221
|
See the License for the specific language governing permissions and
|
|
6027
6222
|
limitations under the License.
|
|
6028
|
-
--------------------------------------------------------------------------------
|
|
6029
|
-
flet_datatable2
|
|
6030
|
-
|
|
6031
|
-
TODO: Add your license here.
|
|
6032
6223
|
|
|
6033
6224
|
--------------------------------------------------------------------------------
|
|
6034
6225
|
flutter
|
|
@@ -6113,36 +6304,36 @@ SOFTWARE.
|
|
|
6113
6304
|
--------------------------------------------------------------------------------
|
|
6114
6305
|
flutter_map
|
|
6115
6306
|
|
|
6116
|
-
BSD 3-Clause License
|
|
6117
|
-
|
|
6118
|
-
Copyright (c) 2018-2025, the 'flutter_map' authors and maintainers
|
|
6119
|
-
|
|
6120
|
-
All rights reserved.
|
|
6121
|
-
|
|
6122
|
-
Redistribution and use in source and binary forms, with or without
|
|
6123
|
-
modification, are permitted provided that the following conditions are met:
|
|
6124
|
-
|
|
6125
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
6126
|
-
list of conditions and the following disclaimer.
|
|
6127
|
-
|
|
6128
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
6129
|
-
this list of conditions and the following disclaimer in the documentation
|
|
6130
|
-
and/or other materials provided with the distribution.
|
|
6131
|
-
|
|
6132
|
-
* Neither the name of the copyright holder nor the names of its
|
|
6133
|
-
contributors may be used to endorse or promote products derived from
|
|
6134
|
-
this software without specific prior written permission.
|
|
6135
|
-
|
|
6136
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
6137
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
6138
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
6139
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
6140
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
6141
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
6142
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
6143
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
6144
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
6145
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
6307
|
+
BSD 3-Clause License
|
|
6308
|
+
|
|
6309
|
+
Copyright (c) 2018-2025, the 'flutter_map' authors and maintainers
|
|
6310
|
+
|
|
6311
|
+
All rights reserved.
|
|
6312
|
+
|
|
6313
|
+
Redistribution and use in source and binary forms, with or without
|
|
6314
|
+
modification, are permitted provided that the following conditions are met:
|
|
6315
|
+
|
|
6316
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
6317
|
+
list of conditions and the following disclaimer.
|
|
6318
|
+
|
|
6319
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
6320
|
+
this list of conditions and the following disclaimer in the documentation
|
|
6321
|
+
and/or other materials provided with the distribution.
|
|
6322
|
+
|
|
6323
|
+
* Neither the name of the copyright holder nor the names of its
|
|
6324
|
+
contributors may be used to endorse or promote products derived from
|
|
6325
|
+
this software without specific prior written permission.
|
|
6326
|
+
|
|
6327
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
6328
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
6329
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
6330
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
6331
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
6332
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
6333
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
6334
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
6335
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
6336
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
6146
6337
|
|
|
6147
6338
|
--------------------------------------------------------------------------------
|
|
6148
6339
|
flutter_map_animations
|
|
@@ -6170,36 +6361,36 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
6170
6361
|
SOFTWARE.
|
|
6171
6362
|
|
|
6172
6363
|
--------------------------------------------------------------------------------
|
|
6173
|
-
|
|
6364
|
+
flutter_plugin_android_lifecycle
|
|
6365
|
+
path_provider_android
|
|
6366
|
+
shared_preferences_android
|
|
6367
|
+
url_launcher_android
|
|
6174
6368
|
|
|
6175
|
-
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
|
|
6179
|
-
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6189
|
-
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
|
|
6197
|
-
|
|
6198
|
-
|
|
6199
|
-
|
|
6200
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
6201
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
6202
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
6369
|
+
Copyright 2013 The Flutter Authors
|
|
6370
|
+
|
|
6371
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
6372
|
+
are permitted provided that the following conditions are met:
|
|
6373
|
+
|
|
6374
|
+
* Redistributions of source code must retain the above copyright
|
|
6375
|
+
notice, this list of conditions and the following disclaimer.
|
|
6376
|
+
* Redistributions in binary form must reproduce the above
|
|
6377
|
+
copyright notice, this list of conditions and the following
|
|
6378
|
+
disclaimer in the documentation and/or other materials provided
|
|
6379
|
+
with the distribution.
|
|
6380
|
+
* Neither the name of Google Inc. nor the names of its
|
|
6381
|
+
contributors may be used to endorse or promote products derived
|
|
6382
|
+
from this software without specific prior written permission.
|
|
6383
|
+
|
|
6384
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
6385
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
6386
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
6387
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
6388
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
6389
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
6390
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
6391
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
6392
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
6393
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
6203
6394
|
|
|
6204
6395
|
--------------------------------------------------------------------------------
|
|
6205
6396
|
flutter_svg
|
|
@@ -31150,7 +31341,7 @@ petitparser
|
|
|
31150
31341
|
|
|
31151
31342
|
The MIT License
|
|
31152
31343
|
|
|
31153
|
-
Copyright (c) 2006-
|
|
31344
|
+
Copyright (c) 2006-2024 Lukas Renggli.
|
|
31154
31345
|
All rights reserved.
|
|
31155
31346
|
|
|
31156
31347
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -31674,19 +31865,30 @@ platform_detect
|
|
|
31674
31865
|
limitations under the License.
|
|
31675
31866
|
|
|
31676
31867
|
--------------------------------------------------------------------------------
|
|
31677
|
-
|
|
31868
|
+
posix
|
|
31678
31869
|
|
|
31679
|
-
|
|
31870
|
+
MIT License
|
|
31680
31871
|
|
|
31681
|
-
|
|
31872
|
+
Copyright (c) 2020 Brett Sutton
|
|
31682
31873
|
|
|
31683
|
-
|
|
31874
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31875
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
31876
|
+
in the Software without restriction, including without limitation the rights
|
|
31877
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31878
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
31879
|
+
furnished to do so, subject to the following conditions:
|
|
31684
31880
|
|
|
31685
|
-
|
|
31881
|
+
The above copyright notice and this permission notice shall be included in all
|
|
31882
|
+
copies or substantial portions of the Software.
|
|
31686
31883
|
|
|
31687
|
-
|
|
31884
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31885
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31886
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31887
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31888
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31889
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31890
|
+
SOFTWARE.
|
|
31688
31891
|
|
|
31689
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31690
31892
|
--------------------------------------------------------------------------------
|
|
31691
31893
|
process
|
|
31692
31894
|
|
|
@@ -34897,264 +35099,59 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
34897
35099
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
34898
35100
|
|
|
34899
35101
|
--------------------------------------------------------------------------------
|
|
34900
|
-
synchronized
|
|
34901
|
-
|
|
34902
|
-
MIT License
|
|
34903
|
-
|
|
34904
|
-
Copyright (c) 2016, Alexandre Roux Tekartik.
|
|
34905
|
-
|
|
34906
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
34907
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
34908
|
-
in the Software without restriction, including without limitation the rights
|
|
34909
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
34910
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
34911
|
-
furnished to do so, subject to the following conditions:
|
|
34912
|
-
|
|
34913
|
-
The above copyright notice and this permission notice shall be included in all
|
|
34914
|
-
copies or substantial portions of the Software.
|
|
34915
|
-
|
|
34916
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
34917
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
34918
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
34919
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
34920
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
34921
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
34922
|
-
SOFTWARE.
|
|
34923
|
-
--------------------------------------------------------------------------------
|
|
34924
|
-
test_api
|
|
34925
|
-
|
|
34926
|
-
Copyright 2018, the Dart project authors.
|
|
34927
|
-
|
|
34928
|
-
Redistribution and use in source and binary forms, with or without
|
|
34929
|
-
modification, are permitted provided that the following conditions are
|
|
34930
|
-
met:
|
|
34931
|
-
|
|
34932
|
-
* Redistributions of source code must retain the above copyright
|
|
34933
|
-
notice, this list of conditions and the following disclaimer.
|
|
34934
|
-
* Redistributions in binary form must reproduce the above
|
|
34935
|
-
copyright notice, this list of conditions and the following
|
|
34936
|
-
disclaimer in the documentation and/or other materials provided
|
|
34937
|
-
with the distribution.
|
|
34938
|
-
* Neither the name of Google LLC nor the names of its
|
|
34939
|
-
contributors may be used to endorse or promote products derived
|
|
34940
|
-
from this software without specific prior written permission.
|
|
34941
|
-
|
|
34942
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
34943
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
34944
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
34945
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
34946
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
34947
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
34948
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
34949
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
34950
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
34951
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
34952
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
34953
|
-
|
|
34954
|
-
--------------------------------------------------------------------------------
|
|
34955
|
-
torch_light
|
|
34956
|
-
|
|
34957
|
-
Apache License
|
|
34958
|
-
Version 2.0, January 2004
|
|
34959
|
-
http://www.apache.org/licenses/
|
|
34960
|
-
|
|
34961
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
34962
|
-
|
|
34963
|
-
1. Definitions.
|
|
34964
|
-
|
|
34965
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
34966
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
34967
|
-
|
|
34968
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
34969
|
-
the copyright owner that is granting the License.
|
|
34970
|
-
|
|
34971
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
34972
|
-
other entities that control, are controlled by, or are under common
|
|
34973
|
-
control with that entity. For the purposes of this definition,
|
|
34974
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
34975
|
-
direction or management of such entity, whether by contract or
|
|
34976
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
34977
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
34978
|
-
|
|
34979
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
34980
|
-
exercising permissions granted by this License.
|
|
34981
|
-
|
|
34982
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
34983
|
-
including but not limited to software source code, documentation
|
|
34984
|
-
source, and configuration files.
|
|
34985
|
-
|
|
34986
|
-
"Object" form shall mean any form resulting from mechanical
|
|
34987
|
-
transformation or translation of a Source form, including but
|
|
34988
|
-
not limited to compiled object code, generated documentation,
|
|
34989
|
-
and conversions to other media types.
|
|
34990
|
-
|
|
34991
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
34992
|
-
Object form, made available under the License, as indicated by a
|
|
34993
|
-
copyright notice that is included in or attached to the work
|
|
34994
|
-
(an example is provided in the Appendix below).
|
|
34995
|
-
|
|
34996
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
34997
|
-
form, that is based on (or derived from) the Work and for which the
|
|
34998
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
34999
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
35000
|
-
of this License, Derivative Works shall not include works that remain
|
|
35001
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
35002
|
-
the Work and Derivative Works thereof.
|
|
35003
|
-
|
|
35004
|
-
"Contribution" shall mean any work of authorship, including
|
|
35005
|
-
the original version of the Work and any modifications or additions
|
|
35006
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
35007
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
35008
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
35009
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
35010
|
-
means any form of electronic, verbal, or written communication sent
|
|
35011
|
-
to the Licensor or its representatives, including but not limited to
|
|
35012
|
-
communication on electronic mailing lists, source code control systems,
|
|
35013
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
35014
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
35015
|
-
excluding communication that is conspicuously marked or otherwise
|
|
35016
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
35017
|
-
|
|
35018
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
35019
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
35020
|
-
subsequently incorporated within the Work.
|
|
35021
|
-
|
|
35022
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
35023
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
35024
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
35025
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
35026
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
35027
|
-
Work and such Derivative Works in Source or Object form.
|
|
35028
|
-
|
|
35029
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
35030
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
35031
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
35032
|
-
(except as stated in this section) patent license to make, have made,
|
|
35033
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
35034
|
-
where such license applies only to those patent claims licensable
|
|
35035
|
-
by such Contributor that are necessarily infringed by their
|
|
35036
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
35037
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
35038
|
-
institute patent litigation against any entity (including a
|
|
35039
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
35040
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
35041
|
-
or contributory patent infringement, then any patent licenses
|
|
35042
|
-
granted to You under this License for that Work shall terminate
|
|
35043
|
-
as of the date such litigation is filed.
|
|
35044
|
-
|
|
35045
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
35046
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
35047
|
-
modifications, and in Source or Object form, provided that You
|
|
35048
|
-
meet the following conditions:
|
|
35049
|
-
|
|
35050
|
-
(a) You must give any other recipients of the Work or
|
|
35051
|
-
Derivative Works a copy of this License; and
|
|
35052
|
-
|
|
35053
|
-
(b) You must cause any modified files to carry prominent notices
|
|
35054
|
-
stating that You changed the files; and
|
|
35055
|
-
|
|
35056
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
35057
|
-
that You distribute, all copyright, patent, trademark, and
|
|
35058
|
-
attribution notices from the Source form of the Work,
|
|
35059
|
-
excluding those notices that do not pertain to any part of
|
|
35060
|
-
the Derivative Works; and
|
|
35061
|
-
|
|
35062
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
35063
|
-
distribution, then any Derivative Works that You distribute must
|
|
35064
|
-
include a readable copy of the attribution notices contained
|
|
35065
|
-
within such NOTICE file, excluding those notices that do not
|
|
35066
|
-
pertain to any part of the Derivative Works, in at least one
|
|
35067
|
-
of the following places: within a NOTICE text file distributed
|
|
35068
|
-
as part of the Derivative Works; within the Source form or
|
|
35069
|
-
documentation, if provided along with the Derivative Works; or,
|
|
35070
|
-
within a display generated by the Derivative Works, if and
|
|
35071
|
-
wherever such third-party notices normally appear. The contents
|
|
35072
|
-
of the NOTICE file are for informational purposes only and
|
|
35073
|
-
do not modify the License. You may add Your own attribution
|
|
35074
|
-
notices within Derivative Works that You distribute, alongside
|
|
35075
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
35076
|
-
that such additional attribution notices cannot be construed
|
|
35077
|
-
as modifying the License.
|
|
35078
|
-
|
|
35079
|
-
You may add Your own copyright statement to Your modifications and
|
|
35080
|
-
may provide additional or different license terms and conditions
|
|
35081
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
35082
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
35083
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
35084
|
-
the conditions stated in this License.
|
|
35085
|
-
|
|
35086
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
35087
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
35088
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
35089
|
-
this License, without any additional terms or conditions.
|
|
35090
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
35091
|
-
the terms of any separate license agreement you may have executed
|
|
35092
|
-
with Licensor regarding such Contributions.
|
|
35093
|
-
|
|
35094
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
35095
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
35096
|
-
except as required for reasonable and customary use in describing the
|
|
35097
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
35098
|
-
|
|
35099
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
35100
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
35101
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
35102
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
35103
|
-
implied, including, without limitation, any warranties or conditions
|
|
35104
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
35105
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
35106
|
-
appropriateness of using or redistributing the Work and assume any
|
|
35107
|
-
risks associated with Your exercise of permissions under this License.
|
|
35102
|
+
synchronized
|
|
35108
35103
|
|
|
35109
|
-
|
|
35110
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
35111
|
-
unless required by applicable law (such as deliberate and grossly
|
|
35112
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
35113
|
-
liable to You for damages, including any direct, indirect, special,
|
|
35114
|
-
incidental, or consequential damages of any character arising as a
|
|
35115
|
-
result of this License or out of the use or inability to use the
|
|
35116
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
35117
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
35118
|
-
other commercial damages or losses), even if such Contributor
|
|
35119
|
-
has been advised of the possibility of such damages.
|
|
35104
|
+
MIT License
|
|
35120
35105
|
|
|
35121
|
-
|
|
35122
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
35123
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
35124
|
-
or other liability obligations and/or rights consistent with this
|
|
35125
|
-
License. However, in accepting such obligations, You may act only
|
|
35126
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
35127
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
35128
|
-
defend, and hold each Contributor harmless for any liability
|
|
35129
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
35130
|
-
of your accepting any such warranty or additional liability.
|
|
35106
|
+
Copyright (c) 2016, Alexandre Roux Tekartik.
|
|
35131
35107
|
|
|
35132
|
-
|
|
35108
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
35109
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
35110
|
+
in the Software without restriction, including without limitation the rights
|
|
35111
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
35112
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
35113
|
+
furnished to do so, subject to the following conditions:
|
|
35133
35114
|
|
|
35134
|
-
|
|
35115
|
+
The above copyright notice and this permission notice shall be included in all
|
|
35116
|
+
copies or substantial portions of the Software.
|
|
35135
35117
|
|
|
35136
|
-
|
|
35137
|
-
|
|
35138
|
-
|
|
35139
|
-
|
|
35140
|
-
|
|
35141
|
-
|
|
35142
|
-
|
|
35143
|
-
|
|
35118
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
35119
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
35120
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
35121
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
35122
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
35123
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
35124
|
+
SOFTWARE.
|
|
35125
|
+
--------------------------------------------------------------------------------
|
|
35126
|
+
test_api
|
|
35144
35127
|
|
|
35145
|
-
|
|
35128
|
+
Copyright 2018, the Dart project authors.
|
|
35146
35129
|
|
|
35147
|
-
|
|
35148
|
-
|
|
35149
|
-
|
|
35130
|
+
Redistribution and use in source and binary forms, with or without
|
|
35131
|
+
modification, are permitted provided that the following conditions are
|
|
35132
|
+
met:
|
|
35150
35133
|
|
|
35151
|
-
|
|
35134
|
+
* Redistributions of source code must retain the above copyright
|
|
35135
|
+
notice, this list of conditions and the following disclaimer.
|
|
35136
|
+
* Redistributions in binary form must reproduce the above
|
|
35137
|
+
copyright notice, this list of conditions and the following
|
|
35138
|
+
disclaimer in the documentation and/or other materials provided
|
|
35139
|
+
with the distribution.
|
|
35140
|
+
* Neither the name of Google LLC nor the names of its
|
|
35141
|
+
contributors may be used to endorse or promote products derived
|
|
35142
|
+
from this software without specific prior written permission.
|
|
35152
35143
|
|
|
35153
|
-
|
|
35154
|
-
|
|
35155
|
-
|
|
35156
|
-
|
|
35157
|
-
|
|
35144
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
35145
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
35146
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
35147
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
35148
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
35149
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
35150
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
35151
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
35152
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
35153
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
35154
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
35158
35155
|
|
|
35159
35156
|
--------------------------------------------------------------------------------
|
|
35160
35157
|
universal_platform
|
|
@@ -35964,6 +35961,35 @@ webdriver
|
|
|
35964
35961
|
|
|
35965
35962
|
--------------------------------------------------------------------------------
|
|
35966
35963
|
webview_flutter_android
|
|
35964
|
+
|
|
35965
|
+
Copyright 2013 The Flutter Authors
|
|
35966
|
+
|
|
35967
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
35968
|
+
are permitted provided that the following conditions are met:
|
|
35969
|
+
|
|
35970
|
+
* Redistributions of source code must retain the above copyright
|
|
35971
|
+
notice, this list of conditions and the following disclaimer.
|
|
35972
|
+
* Redistributions in binary form must reproduce the above
|
|
35973
|
+
copyright notice, this list of conditions and the following
|
|
35974
|
+
disclaimer in the documentation and/or other materials provided
|
|
35975
|
+
with the distribution.
|
|
35976
|
+
* Neither the name of Google Inc. nor the names of its
|
|
35977
|
+
contributors may be used to endorse or promote products derived
|
|
35978
|
+
from this software without specific prior written permission.
|
|
35979
|
+
|
|
35980
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
35981
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
35982
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
35983
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
35984
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
35985
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
35986
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
35987
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
35988
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
35989
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
35990
|
+
|
|
35991
|
+
|
|
35992
|
+
--------------------------------------------------------------------------------
|
|
35967
35993
|
webview_flutter_web
|
|
35968
35994
|
|
|
35969
35995
|
Copyright 2013 The Flutter Authors. All rights reserved.
|
|
@@ -36095,7 +36121,7 @@ xml
|
|
|
36095
36121
|
|
|
36096
36122
|
The MIT License
|
|
36097
36123
|
|
|
36098
|
-
Copyright (c) 2006-
|
|
36124
|
+
Copyright (c) 2006-2025 Lukas Renggli.
|
|
36099
36125
|
All rights reserved.
|
|
36100
36126
|
|
|
36101
36127
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|