flet-web 0.25.0.dev3746__py3-none-any.whl → 0.25.0.dev3753__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.

Potentially problematic release.


This version of flet-web might be problematic. Click here for more details.

flet_web/version.py CHANGED
@@ -1 +1 @@
1
- version = "0.25.0.dev3746"
1
+ version = "0.25.0.dev3753"
@@ -7990,6 +7990,7 @@ See the License for the specific language governing permissions and
7990
7990
  limitations under the License.
7991
7991
  --------------------------------------------------------------------------------
7992
7992
  flet
7993
+ flet_ads
7993
7994
  flet_audio
7994
7995
  flet_audio_recorder
7995
7996
  flet_flashlight
@@ -12693,6 +12694,212 @@ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12693
12694
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
12694
12695
  FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
12695
12696
  IN THE MATERIALS.
12697
+ --------------------------------------------------------------------------------
12698
+ google_mobile_ads
12699
+
12700
+
12701
+ Apache License
12702
+ Version 2.0, January 2004
12703
+ http://www.apache.org/licenses/
12704
+
12705
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
12706
+
12707
+ 1. Definitions.
12708
+
12709
+ "License" shall mean the terms and conditions for use, reproduction,
12710
+ and distribution as defined by Sections 1 through 9 of this document.
12711
+
12712
+ "Licensor" shall mean the copyright owner or entity authorized by
12713
+ the copyright owner that is granting the License.
12714
+
12715
+ "Legal Entity" shall mean the union of the acting entity and all
12716
+ other entities that control, are controlled by, or are under common
12717
+ control with that entity. For the purposes of this definition,
12718
+ "control" means (i) the power, direct or indirect, to cause the
12719
+ direction or management of such entity, whether by contract or
12720
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
12721
+ outstanding shares, or (iii) beneficial ownership of such entity.
12722
+
12723
+ "You" (or "Your") shall mean an individual or Legal Entity
12724
+ exercising permissions granted by this License.
12725
+
12726
+ "Source" form shall mean the preferred form for making modifications,
12727
+ including but not limited to software source code, documentation
12728
+ source, and configuration files.
12729
+
12730
+ "Object" form shall mean any form resulting from mechanical
12731
+ transformation or translation of a Source form, including but
12732
+ not limited to compiled object code, generated documentation,
12733
+ and conversions to other media types.
12734
+
12735
+ "Work" shall mean the work of authorship, whether in Source or
12736
+ Object form, made available under the License, as indicated by a
12737
+ copyright notice that is included in or attached to the work
12738
+ (an example is provided in the Appendix below).
12739
+
12740
+ "Derivative Works" shall mean any work, whether in Source or Object
12741
+ form, that is based on (or derived from) the Work and for which the
12742
+ editorial revisions, annotations, elaborations, or other modifications
12743
+ represent, as a whole, an original work of authorship. For the purposes
12744
+ of this License, Derivative Works shall not include works that remain
12745
+ separable from, or merely link (or bind by name) to the interfaces of,
12746
+ the Work and Derivative Works thereof.
12747
+
12748
+ "Contribution" shall mean any work of authorship, including
12749
+ the original version of the Work and any modifications or additions
12750
+ to that Work or Derivative Works thereof, that is intentionally
12751
+ submitted to Licensor for inclusion in the Work by the copyright owner
12752
+ or by an individual or Legal Entity authorized to submit on behalf of
12753
+ the copyright owner. For the purposes of this definition, "submitted"
12754
+ means any form of electronic, verbal, or written communication sent
12755
+ to the Licensor or its representatives, including but not limited to
12756
+ communication on electronic mailing lists, source code control systems,
12757
+ and issue tracking systems that are managed by, or on behalf of, the
12758
+ Licensor for the purpose of discussing and improving the Work, but
12759
+ excluding communication that is conspicuously marked or otherwise
12760
+ designated in writing by the copyright owner as "Not a Contribution."
12761
+
12762
+ "Contributor" shall mean Licensor and any individual or Legal Entity
12763
+ on behalf of whom a Contribution has been received by Licensor and
12764
+ subsequently incorporated within the Work.
12765
+
12766
+ 2. Grant of Copyright License. Subject to the terms and conditions of
12767
+ this License, each Contributor hereby grants to You a perpetual,
12768
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
12769
+ copyright license to reproduce, prepare Derivative Works of,
12770
+ publicly display, publicly perform, sublicense, and distribute the
12771
+ Work and such Derivative Works in Source or Object form.
12772
+
12773
+ 3. Grant of Patent License. Subject to the terms and conditions of
12774
+ this License, each Contributor hereby grants to You a perpetual,
12775
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
12776
+ (except as stated in this section) patent license to make, have made,
12777
+ use, offer to sell, sell, import, and otherwise transfer the Work,
12778
+ where such license applies only to those patent claims licensable
12779
+ by such Contributor that are necessarily infringed by their
12780
+ Contribution(s) alone or by combination of their Contribution(s)
12781
+ with the Work to which such Contribution(s) was submitted. If You
12782
+ institute patent litigation against any entity (including a
12783
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
12784
+ or a Contribution incorporated within the Work constitutes direct
12785
+ or contributory patent infringement, then any patent licenses
12786
+ granted to You under this License for that Work shall terminate
12787
+ as of the date such litigation is filed.
12788
+
12789
+ 4. Redistribution. You may reproduce and distribute copies of the
12790
+ Work or Derivative Works thereof in any medium, with or without
12791
+ modifications, and in Source or Object form, provided that You
12792
+ meet the following conditions:
12793
+
12794
+ (a) You must give any other recipients of the Work or
12795
+ Derivative Works a copy of this License; and
12796
+
12797
+ (b) You must cause any modified files to carry prominent notices
12798
+ stating that You changed the files; and
12799
+
12800
+ (c) You must retain, in the Source form of any Derivative Works
12801
+ that You distribute, all copyright, patent, trademark, and
12802
+ attribution notices from the Source form of the Work,
12803
+ excluding those notices that do not pertain to any part of
12804
+ the Derivative Works; and
12805
+
12806
+ (d) If the Work includes a "NOTICE" text file as part of its
12807
+ distribution, then any Derivative Works that You distribute must
12808
+ include a readable copy of the attribution notices contained
12809
+ within such NOTICE file, excluding those notices that do not
12810
+ pertain to any part of the Derivative Works, in at least one
12811
+ of the following places: within a NOTICE text file distributed
12812
+ as part of the Derivative Works; within the Source form or
12813
+ documentation, if provided along with the Derivative Works; or,
12814
+ within a display generated by the Derivative Works, if and
12815
+ wherever such third-party notices normally appear. The contents
12816
+ of the NOTICE file are for informational purposes only and
12817
+ do not modify the License. You may add Your own attribution
12818
+ notices within Derivative Works that You distribute, alongside
12819
+ or as an addendum to the NOTICE text from the Work, provided
12820
+ that such additional attribution notices cannot be construed
12821
+ as modifying the License.
12822
+
12823
+ You may add Your own copyright statement to Your modifications and
12824
+ may provide additional or different license terms and conditions
12825
+ for use, reproduction, or distribution of Your modifications, or
12826
+ for any such Derivative Works as a whole, provided Your use,
12827
+ reproduction, and distribution of the Work otherwise complies with
12828
+ the conditions stated in this License.
12829
+
12830
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
12831
+ any Contribution intentionally submitted for inclusion in the Work
12832
+ by You to the Licensor shall be under the terms and conditions of
12833
+ this License, without any additional terms or conditions.
12834
+ Notwithstanding the above, nothing herein shall supersede or modify
12835
+ the terms of any separate license agreement you may have executed
12836
+ with Licensor regarding such Contributions.
12837
+
12838
+ 6. Trademarks. This License does not grant permission to use the trade
12839
+ names, trademarks, service marks, or product names of the Licensor,
12840
+ except as required for reasonable and customary use in describing the
12841
+ origin of the Work and reproducing the content of the NOTICE file.
12842
+
12843
+ 7. Disclaimer of Warranty. Unless required by applicable law or
12844
+ agreed to in writing, Licensor provides the Work (and each
12845
+ Contributor provides its Contributions) on an "AS IS" BASIS,
12846
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12847
+ implied, including, without limitation, any warranties or conditions
12848
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
12849
+ PARTICULAR PURPOSE. You are solely responsible for determining the
12850
+ appropriateness of using or redistributing the Work and assume any
12851
+ risks associated with Your exercise of permissions under this License.
12852
+
12853
+ 8. Limitation of Liability. In no event and under no legal theory,
12854
+ whether in tort (including negligence), contract, or otherwise,
12855
+ unless required by applicable law (such as deliberate and grossly
12856
+ negligent acts) or agreed to in writing, shall any Contributor be
12857
+ liable to You for damages, including any direct, indirect, special,
12858
+ incidental, or consequential damages of any character arising as a
12859
+ result of this License or out of the use or inability to use the
12860
+ Work (including but not limited to damages for loss of goodwill,
12861
+ work stoppage, computer failure or malfunction, or any and all
12862
+ other commercial damages or losses), even if such Contributor
12863
+ has been advised of the possibility of such damages.
12864
+
12865
+ 9. Accepting Warranty or Additional Liability. While redistributing
12866
+ the Work or Derivative Works thereof, You may choose to offer,
12867
+ and charge a fee for, acceptance of support, warranty, indemnity,
12868
+ or other liability obligations and/or rights consistent with this
12869
+ License. However, in accepting such obligations, You may act only
12870
+ on Your own behalf and on Your sole responsibility, not on behalf
12871
+ of any other Contributor, and only if You agree to indemnify,
12872
+ defend, and hold each Contributor harmless for any liability
12873
+ incurred by, or claims asserted against, such Contributor by reason
12874
+ of your accepting any such warranty or additional liability.
12875
+
12876
+ END OF TERMS AND CONDITIONS
12877
+
12878
+ APPENDIX: How to apply the Apache License to your work.
12879
+
12880
+ To apply the Apache License to your work, attach the following
12881
+ boilerplate notice, with the fields enclosed by brackets "[]"
12882
+ replaced with your own identifying information. (Don't include
12883
+ the brackets!) The text should be enclosed in the appropriate
12884
+ comment syntax for the file format. We also recommend that a
12885
+ file or class name and description of purpose be included on the
12886
+ same "printed page" as the copyright notice for easier
12887
+ identification within third-party archives.
12888
+
12889
+ Copyright [yyyy] [name of copyright owner]
12890
+
12891
+ Licensed under the Apache License, Version 2.0 (the "License");
12892
+ you may not use this file except in compliance with the License.
12893
+ You may obtain a copy of the License at
12894
+
12895
+ http://www.apache.org/licenses/LICENSE-2.0
12896
+
12897
+ Unless required by applicable law or agreed to in writing, software
12898
+ distributed under the License is distributed on an "AS IS" BASIS,
12899
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12900
+ See the License for the specific language governing permissions and
12901
+ limitations under the License.
12902
+
12696
12903
  --------------------------------------------------------------------------------
12697
12904
  graphs
12698
12905
  term_glyph
@@ -15,7 +15,7 @@ _flutter.loader.load({
15
15
  renderer: webRenderer
16
16
  },
17
17
  serviceWorkerSettings: {
18
- serviceWorkerVersion: "1742504262",
18
+ serviceWorkerVersion: "3387814453",
19
19
  },
20
20
  onEntrypointLoaded: async function (engineInitializer) {
21
21
  loading.classList.add('main_done');
@@ -3,7 +3,7 @@ const MANIFEST = 'flutter-app-manifest';
3
3
  const TEMP = 'flutter-temp-cache';
4
4
  const CACHE_NAME = 'flutter-app-cache';
5
5
 
6
- const RESOURCES = {"main.dart.js": "ed16610a8be61b470de0a71e39d9f999",
6
+ const RESOURCES = {"main.dart.js": "073bc4b2d689778964d4dbcd6c47a4af",
7
7
  "manifest.json": "58765f937ba0d0c40a3a714c5c1adb87",
8
8
  "python-worker.js": "62a4865b3d41771b39660076485879be",
9
9
  "canvaskit/skwasm.wasm": "9f0c0c02b82a910d12ce0543ec130e60",
@@ -16,7 +16,7 @@ const RESOURCES = {"main.dart.js": "ed16610a8be61b470de0a71e39d9f999",
16
16
  "canvaskit/skwasm.js.symbols": "262f4827a1317abb59d71d6c587a93e2",
17
17
  "canvaskit/canvaskit.js": "66177750aff65a66cb07bb44b8c6422b",
18
18
  "canvaskit/canvaskit.wasm": "1f237a213d7370cf95f443d896176460",
19
- "flutter_bootstrap.js": "3dc439140d0a0d0dc171b761801d3c8c",
19
+ "flutter_bootstrap.js": "6f34a000b0588bdec7e31500e10b45f6",
20
20
  "favicon.png": "302ac04c14db027d016d1fe74c6a80a0",
21
21
  "flutter.js": "f393d3c16b631f36852323de8e583132",
22
22
  "index.html": "9b60787b64ca572171a5b4effdbca418",
@@ -29,7 +29,7 @@ const RESOURCES = {"main.dart.js": "ed16610a8be61b470de0a71e39d9f999",
29
29
  "assets/packages/record_web/assets/js/record.fixwebmduration.js": "1f0108ea80c8951ba702ced40cf8cdce",
30
30
  "assets/packages/media_kit/assets/web/hls1.4.10.js": "1e36f4683b03af6692ad2542810f28bc",
31
31
  "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
32
- "assets/NOTICES": "91cdcae28127940f277fe20241534d66",
32
+ "assets/NOTICES": "d24c4544eeb01636d45ffc04c6cdf7b8",
33
33
  "assets/AssetManifest.json": "a38a816646dff320fc78b32cc727925e",
34
34
  "assets/fonts/MaterialIcons-Regular.otf": "f34ace52ea74c95e26949fab4870ac22",
35
35
  "assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",