flet 0.23.0.dev2895__tar.gz → 0.23.0.dev2902__tar.gz

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.
Files changed (72) hide show
  1. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/PKG-INFO +2 -2
  2. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/pyproject.toml +2 -2
  3. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/version.py +0 -1
  4. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/NOTICES +206 -0
  5. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/flutter_bootstrap.js +1 -1
  6. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/flutter_service_worker.js +5 -5
  7. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/index.html +1 -1
  8. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/main.dart.js +66748 -66580
  9. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/README.md +0 -0
  10. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/__init__.py +0 -0
  11. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/__pyinstaller/__init__.py +0 -0
  12. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/__pyinstaller/config.py +0 -0
  13. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/__pyinstaller/hook-flet.py +0 -0
  14. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/__pyinstaller/macos_utils.py +0 -0
  15. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/__pyinstaller/rthooks/pyi_rth_localhost_fletd.py +0 -0
  16. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/__pyinstaller/rthooks.dat +0 -0
  17. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/__pyinstaller/utils.py +0 -0
  18. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/__pyinstaller/win_utils.py +0 -0
  19. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/auth/__init__.py +0 -0
  20. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/auth/providers/__init__.py +0 -0
  21. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/canvas/__init__.py +0 -0
  22. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/cli/cli.py +0 -0
  23. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/cli/commands/base.py +0 -0
  24. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/cli/commands/build.py +0 -0
  25. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/cli/commands/create.py +0 -0
  26. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/cli/commands/options.py +0 -0
  27. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/cli/commands/pack.py +0 -0
  28. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/cli/commands/publish.py +0 -0
  29. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/cli/commands/run.py +0 -0
  30. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/fastapi/README.md +0 -0
  31. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/fastapi/__init__.py +0 -0
  32. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/fastapi/app.py +0 -0
  33. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/fastapi/flet_app.py +0 -0
  34. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/fastapi/flet_app_manager.py +0 -0
  35. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/fastapi/flet_fastapi.py +0 -0
  36. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/fastapi/flet_oauth.py +0 -0
  37. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/fastapi/flet_static_files.py +0 -0
  38. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/fastapi/flet_upload.py +0 -0
  39. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/fastapi/oauth_state.py +0 -0
  40. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/fastapi/serve_fastapi_web_app.py +0 -0
  41. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/map/__init__.py +0 -0
  42. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/matplotlib_chart.py +0 -0
  43. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/plotly_chart.py +0 -0
  44. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/security/__init__.py +0 -0
  45. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/utils/__init__.py +0 -0
  46. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/.last_build_id +0 -0
  47. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/AssetManifest.bin +0 -0
  48. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/AssetManifest.bin.json +0 -0
  49. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/AssetManifest.json +0 -0
  50. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/FontManifest.json +0 -0
  51. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/fonts/MaterialIcons-Regular.otf +0 -0
  52. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf +0 -0
  53. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/packages/media_kit/assets/web/hls1.4.10.js +0 -0
  54. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/packages/record_web/assets/js/record.worklet.js +0 -0
  55. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/packages/wakelock_plus/assets/no_sleep.js +0 -0
  56. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/packages/window_manager/images/ic_chrome_close.png +0 -0
  57. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/packages/window_manager/images/ic_chrome_maximize.png +0 -0
  58. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/packages/window_manager/images/ic_chrome_minimize.png +0 -0
  59. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/packages/window_manager/images/ic_chrome_unmaximize.png +0 -0
  60. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/assets/shaders/ink_sparkle.frag +0 -0
  61. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/favicon.png +0 -0
  62. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/flutter.js +0 -0
  63. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/icons/apple-touch-icon-192.png +0 -0
  64. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/icons/icon-192.png +0 -0
  65. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/icons/icon-512.png +0 -0
  66. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/icons/icon-maskable-192.png +0 -0
  67. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/icons/icon-maskable-512.png +0 -0
  68. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/icons/loading-animation.png +0 -0
  69. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/manifest.json +0 -0
  70. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/python-worker.js +0 -0
  71. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/python.js +0 -0
  72. {flet-0.23.0.dev2895 → flet-0.23.0.dev2902}/src/flet/web/version.json +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: flet
3
- Version: 0.23.0.dev2895
3
+ Version: 0.23.0.dev2902
4
4
  Summary: Flet for Python - easily build interactive multi-platform apps in Python
5
5
  License: Apache-2.0
6
6
  Author: Appveyor Systems Inc.
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Requires-Dist: cookiecutter (>=2.6.0,<3.0.0)
17
17
  Requires-Dist: fastapi (>=0,<1)
18
- Requires-Dist: flet-runtime (==0.23.0.dev2895)
18
+ Requires-Dist: flet-runtime (==0.23.0.dev2902)
19
19
  Requires-Dist: packaging (>=23.1,<24.0)
20
20
  Requires-Dist: qrcode (>=7.4.2,<8.0.0)
21
21
  Requires-Dist: uvicorn[standard] (>=0,<1)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "flet"
3
- version = "0.23.0.dev2895"
3
+ version = "0.23.0.dev2902"
4
4
  description = "Flet for Python - easily build interactive multi-platform apps in Python"
5
5
  authors = ["Appveyor Systems Inc. <hello@flet.dev>"]
6
6
  license = "Apache-2.0"
@@ -17,7 +17,7 @@ documentation = "https://flet.dev/docs"
17
17
 
18
18
  [tool.poetry.dependencies]
19
19
  python = "^3.8"
20
- flet-runtime = "0.23.0.dev2895"
20
+ flet-runtime = "0.23.0.dev2902"
21
21
  watchdog = "^4.0.0"
22
22
  packaging = "^23.1"
23
23
  qrcode = "^7.4.2"
@@ -1,6 +1,5 @@
1
1
  """Provide the current Flet version."""
2
2
 
3
-
4
3
  import os
5
4
  import subprocess as sp
6
5
  from pathlib import Path
@@ -7667,6 +7667,7 @@ limitations under the License.
7667
7667
  flet
7668
7668
  flet_audio
7669
7669
  flet_audio_recorder
7670
+ flet_flashlight
7670
7671
  flet_geolocator
7671
7672
  flet_lottie
7672
7673
  flet_map
@@ -35572,6 +35573,211 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35572
35573
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35573
35574
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35574
35575
 
35576
+ --------------------------------------------------------------------------------
35577
+ torch_light
35578
+
35579
+ Apache License
35580
+ Version 2.0, January 2004
35581
+ http://www.apache.org/licenses/
35582
+
35583
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
35584
+
35585
+ 1. Definitions.
35586
+
35587
+ "License" shall mean the terms and conditions for use, reproduction,
35588
+ and distribution as defined by Sections 1 through 9 of this document.
35589
+
35590
+ "Licensor" shall mean the copyright owner or entity authorized by
35591
+ the copyright owner that is granting the License.
35592
+
35593
+ "Legal Entity" shall mean the union of the acting entity and all
35594
+ other entities that control, are controlled by, or are under common
35595
+ control with that entity. For the purposes of this definition,
35596
+ "control" means (i) the power, direct or indirect, to cause the
35597
+ direction or management of such entity, whether by contract or
35598
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
35599
+ outstanding shares, or (iii) beneficial ownership of such entity.
35600
+
35601
+ "You" (or "Your") shall mean an individual or Legal Entity
35602
+ exercising permissions granted by this License.
35603
+
35604
+ "Source" form shall mean the preferred form for making modifications,
35605
+ including but not limited to software source code, documentation
35606
+ source, and configuration files.
35607
+
35608
+ "Object" form shall mean any form resulting from mechanical
35609
+ transformation or translation of a Source form, including but
35610
+ not limited to compiled object code, generated documentation,
35611
+ and conversions to other media types.
35612
+
35613
+ "Work" shall mean the work of authorship, whether in Source or
35614
+ Object form, made available under the License, as indicated by a
35615
+ copyright notice that is included in or attached to the work
35616
+ (an example is provided in the Appendix below).
35617
+
35618
+ "Derivative Works" shall mean any work, whether in Source or Object
35619
+ form, that is based on (or derived from) the Work and for which the
35620
+ editorial revisions, annotations, elaborations, or other modifications
35621
+ represent, as a whole, an original work of authorship. For the purposes
35622
+ of this License, Derivative Works shall not include works that remain
35623
+ separable from, or merely link (or bind by name) to the interfaces of,
35624
+ the Work and Derivative Works thereof.
35625
+
35626
+ "Contribution" shall mean any work of authorship, including
35627
+ the original version of the Work and any modifications or additions
35628
+ to that Work or Derivative Works thereof, that is intentionally
35629
+ submitted to Licensor for inclusion in the Work by the copyright owner
35630
+ or by an individual or Legal Entity authorized to submit on behalf of
35631
+ the copyright owner. For the purposes of this definition, "submitted"
35632
+ means any form of electronic, verbal, or written communication sent
35633
+ to the Licensor or its representatives, including but not limited to
35634
+ communication on electronic mailing lists, source code control systems,
35635
+ and issue tracking systems that are managed by, or on behalf of, the
35636
+ Licensor for the purpose of discussing and improving the Work, but
35637
+ excluding communication that is conspicuously marked or otherwise
35638
+ designated in writing by the copyright owner as "Not a Contribution."
35639
+
35640
+ "Contributor" shall mean Licensor and any individual or Legal Entity
35641
+ on behalf of whom a Contribution has been received by Licensor and
35642
+ subsequently incorporated within the Work.
35643
+
35644
+ 2. Grant of Copyright License. Subject to the terms and conditions of
35645
+ this License, each Contributor hereby grants to You a perpetual,
35646
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
35647
+ copyright license to reproduce, prepare Derivative Works of,
35648
+ publicly display, publicly perform, sublicense, and distribute the
35649
+ Work and such Derivative Works in Source or Object form.
35650
+
35651
+ 3. Grant of Patent License. Subject to the terms and conditions of
35652
+ this License, each Contributor hereby grants to You a perpetual,
35653
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
35654
+ (except as stated in this section) patent license to make, have made,
35655
+ use, offer to sell, sell, import, and otherwise transfer the Work,
35656
+ where such license applies only to those patent claims licensable
35657
+ by such Contributor that are necessarily infringed by their
35658
+ Contribution(s) alone or by combination of their Contribution(s)
35659
+ with the Work to which such Contribution(s) was submitted. If You
35660
+ institute patent litigation against any entity (including a
35661
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
35662
+ or a Contribution incorporated within the Work constitutes direct
35663
+ or contributory patent infringement, then any patent licenses
35664
+ granted to You under this License for that Work shall terminate
35665
+ as of the date such litigation is filed.
35666
+
35667
+ 4. Redistribution. You may reproduce and distribute copies of the
35668
+ Work or Derivative Works thereof in any medium, with or without
35669
+ modifications, and in Source or Object form, provided that You
35670
+ meet the following conditions:
35671
+
35672
+ (a) You must give any other recipients of the Work or
35673
+ Derivative Works a copy of this License; and
35674
+
35675
+ (b) You must cause any modified files to carry prominent notices
35676
+ stating that You changed the files; and
35677
+
35678
+ (c) You must retain, in the Source form of any Derivative Works
35679
+ that You distribute, all copyright, patent, trademark, and
35680
+ attribution notices from the Source form of the Work,
35681
+ excluding those notices that do not pertain to any part of
35682
+ the Derivative Works; and
35683
+
35684
+ (d) If the Work includes a "NOTICE" text file as part of its
35685
+ distribution, then any Derivative Works that You distribute must
35686
+ include a readable copy of the attribution notices contained
35687
+ within such NOTICE file, excluding those notices that do not
35688
+ pertain to any part of the Derivative Works, in at least one
35689
+ of the following places: within a NOTICE text file distributed
35690
+ as part of the Derivative Works; within the Source form or
35691
+ documentation, if provided along with the Derivative Works; or,
35692
+ within a display generated by the Derivative Works, if and
35693
+ wherever such third-party notices normally appear. The contents
35694
+ of the NOTICE file are for informational purposes only and
35695
+ do not modify the License. You may add Your own attribution
35696
+ notices within Derivative Works that You distribute, alongside
35697
+ or as an addendum to the NOTICE text from the Work, provided
35698
+ that such additional attribution notices cannot be construed
35699
+ as modifying the License.
35700
+
35701
+ You may add Your own copyright statement to Your modifications and
35702
+ may provide additional or different license terms and conditions
35703
+ for use, reproduction, or distribution of Your modifications, or
35704
+ for any such Derivative Works as a whole, provided Your use,
35705
+ reproduction, and distribution of the Work otherwise complies with
35706
+ the conditions stated in this License.
35707
+
35708
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
35709
+ any Contribution intentionally submitted for inclusion in the Work
35710
+ by You to the Licensor shall be under the terms and conditions of
35711
+ this License, without any additional terms or conditions.
35712
+ Notwithstanding the above, nothing herein shall supersede or modify
35713
+ the terms of any separate license agreement you may have executed
35714
+ with Licensor regarding such Contributions.
35715
+
35716
+ 6. Trademarks. This License does not grant permission to use the trade
35717
+ names, trademarks, service marks, or product names of the Licensor,
35718
+ except as required for reasonable and customary use in describing the
35719
+ origin of the Work and reproducing the content of the NOTICE file.
35720
+
35721
+ 7. Disclaimer of Warranty. Unless required by applicable law or
35722
+ agreed to in writing, Licensor provides the Work (and each
35723
+ Contributor provides its Contributions) on an "AS IS" BASIS,
35724
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
35725
+ implied, including, without limitation, any warranties or conditions
35726
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
35727
+ PARTICULAR PURPOSE. You are solely responsible for determining the
35728
+ appropriateness of using or redistributing the Work and assume any
35729
+ risks associated with Your exercise of permissions under this License.
35730
+
35731
+ 8. Limitation of Liability. In no event and under no legal theory,
35732
+ whether in tort (including negligence), contract, or otherwise,
35733
+ unless required by applicable law (such as deliberate and grossly
35734
+ negligent acts) or agreed to in writing, shall any Contributor be
35735
+ liable to You for damages, including any direct, indirect, special,
35736
+ incidental, or consequential damages of any character arising as a
35737
+ result of this License or out of the use or inability to use the
35738
+ Work (including but not limited to damages for loss of goodwill,
35739
+ work stoppage, computer failure or malfunction, or any and all
35740
+ other commercial damages or losses), even if such Contributor
35741
+ has been advised of the possibility of such damages.
35742
+
35743
+ 9. Accepting Warranty or Additional Liability. While redistributing
35744
+ the Work or Derivative Works thereof, You may choose to offer,
35745
+ and charge a fee for, acceptance of support, warranty, indemnity,
35746
+ or other liability obligations and/or rights consistent with this
35747
+ License. However, in accepting such obligations, You may act only
35748
+ on Your own behalf and on Your sole responsibility, not on behalf
35749
+ of any other Contributor, and only if You agree to indemnify,
35750
+ defend, and hold each Contributor harmless for any liability
35751
+ incurred by, or claims asserted against, such Contributor by reason
35752
+ of your accepting any such warranty or additional liability.
35753
+
35754
+ END OF TERMS AND CONDITIONS
35755
+
35756
+ APPENDIX: How to apply the Apache License to your work.
35757
+
35758
+ To apply the Apache License to your work, attach the following
35759
+ boilerplate notice, with the fields enclosed by brackets "[]"
35760
+ replaced with your own identifying information. (Don't include
35761
+ the brackets!) The text should be enclosed in the appropriate
35762
+ comment syntax for the file format. We also recommend that a
35763
+ file or class name and description of purpose be included on the
35764
+ same "printed page" as the copyright notice for easier
35765
+ identification within third-party archives.
35766
+
35767
+ Copyright [yyyy] [name of copyright owner]
35768
+
35769
+ Licensed under the Apache License, Version 2.0 (the "License");
35770
+ you may not use this file except in compliance with the License.
35771
+ You may obtain a copy of the License at
35772
+
35773
+ http://www.apache.org/licenses/LICENSE-2.0
35774
+
35775
+ Unless required by applicable law or agreed to in writing, software
35776
+ distributed under the License is distributed on an "AS IS" BASIS,
35777
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35778
+ See the License for the specific language governing permissions and
35779
+ limitations under the License.
35780
+
35575
35781
  --------------------------------------------------------------------------------
35576
35782
  universal_platform
35577
35783
 
@@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"55eae6864b296dd9f43b2cc7577ec256e5c32a
11
11
 
12
12
  _flutter.loader.load({
13
13
  serviceWorkerSettings: {
14
- serviceWorkerVersion: "3192251997"
14
+ serviceWorkerVersion: "4083115979"
15
15
  }
16
16
  });
@@ -4,7 +4,7 @@ const TEMP = 'flutter-temp-cache';
4
4
  const CACHE_NAME = 'flutter-app-cache';
5
5
 
6
6
  const RESOURCES = {"assets/AssetManifest.json": "8d7810f1fb9e0cf9c7606bfcf9fc5988",
7
- "assets/NOTICES": "35cdf6cff6def0de13d8f0161e9e049a",
7
+ "assets/NOTICES": "3563c7b09d8db69db380917ff40f451c",
8
8
  "assets/packages/record_web/assets/js/record.worklet.js": "356bcfeddb8a625e3e2ba43ddf1cc13e",
9
9
  "assets/packages/flutter_map/lib/assets/flutter_map_logo.png": "208d63cc917af9713fc9572bd5c09362",
10
10
  "assets/packages/wakelock_plus/assets/no_sleep.js": "7748a45cd593f33280669b29c2c8919a",
@@ -22,7 +22,7 @@ const RESOURCES = {"assets/AssetManifest.json": "8d7810f1fb9e0cf9c7606bfcf9fc598
22
22
  "favicon.png": "302ac04c14db027d016d1fe74c6a80a0",
23
23
  "manifest.json": "7909dae66a9203092dc86b5a6162e79c",
24
24
  "flutter.js": "383e55f7f3cce5be08fcf1f3881f585c",
25
- "main.dart.js": "5096c2ab99eacada222e843547c8008d",
25
+ "main.dart.js": "b60676011e06fa12b05be3d337a1db6e",
26
26
  "version.json": "3fea9d9c7b4ca6955aa03e762e0d2e13",
27
27
  "icons/apple-touch-icon-192.png": "8cf0d5162941f467a77f023c414a1812",
28
28
  "icons/icon-maskable-512.png": "aa798e6d780ff109da17c3a98d5f2619",
@@ -42,9 +42,9 @@ const RESOURCES = {"assets/AssetManifest.json": "8d7810f1fb9e0cf9c7606bfcf9fc598
42
42
  "canvaskit/chromium/canvaskit.js": "901bb9e28fac643b7da75ecfd3339f3f",
43
43
  "canvaskit/chromium/canvaskit.js.symbols": "ee7e331f7f5bbf5ec937737542112372",
44
44
  "python-worker.js": "62a4865b3d41771b39660076485879be",
45
- "flutter_bootstrap.js": "49aa2643d7b0d9d2b0affcee84c4bdbb",
46
- "index.html": "f0941b7920f12e2621a8f012e744ebae",
47
- "/": "f0941b7920f12e2621a8f012e744ebae"};
45
+ "flutter_bootstrap.js": "85a1dedb8591328a749f22a76c37c00a",
46
+ "index.html": "15c18fa342fa5b291b87925accd4b032",
47
+ "/": "15c18fa342fa5b291b87925accd4b032"};
48
48
  // The application shell files that are downloaded before a service worker can
49
49
  // start.
50
50
  const CORE = ["main.dart.js",
@@ -37,7 +37,7 @@
37
37
 
38
38
  <script>
39
39
  // The value below is injected by flutter build, do not touch.
40
- const serviceWorkerVersion = "3192251997";
40
+ const serviceWorkerVersion = "4083115979";
41
41
  </script>
42
42
  <!-- This script adds the flutter initialization JS code -->
43
43
  <script src="flutter.js" defer></script>