flet icon indicating copy to clipboard operation
flet copied to clipboard

Flet web isn't working properly. Unknown Controls.

Open Wanna-Pizza opened this issue 2 months ago • 6 comments

Duplicate Check

  • [x] I have searched the opened issues and there are no duplicates

Describe the bug

Steps to reproduce

Question

My application is working fine with iOS, or macOS. But after build in web - I don't see my controls, unknown extensions, and even assets folder can't be resolved.

uv run flet build web 
uv run flet run --web --port 8000 src/main.py
Screenshot 2025-12-02 at 08 16 04

There is no any errors. Just unknown extensions. And assets folder for some reason doesn't work (For example I have to find all images inside one folder that inside of assets)

when im trying do this: python -m http.server --directory build/web - I just don't see any render of my app.
Screenshot 2025-12-02 at 08 18 53 Screenshot 2025-12-02 at 08 19 49

How to fix it? I need to move and edit my application for web. So would be nice to get some help from developers.

But!

app=ft.app(main,export_asgi_app=True)
if __name__=="__main__":
	import uvicorn
	uvicorn.run(app)

after that if I will run with just "uv run flet -r src/main.py" - working fine. But it doesn't take web build, it takes macOS build. But I see my application as web app (But I guess its not same).

Also I don't see asset image from assets folder. For example I have image "lol.png" in "assets/lolz/lol.png". in ft.Image I just put "lolz/lol.png" - and its work fine for desktop or mobile. But not for web at all.

The problem is that there too much ways to run web, and I don't understand how to run it, or how to work with that.

We are planning to put application on AWS. So would be nice to get some help.

Code sample

Code
[Paste your code here]

To reproduce

Create flet project, add some extension, and to use it.

Expected behavior

I hope to use my application in web. We are planning to put on AWS.

Screenshots / Videos

Captures

[Upload media here]

Operating System

macOS

Operating system details

Macos Sequoia 15.7.2

Flet version

0.28.3

Regression

No, it isn't

Suggestions

Honestly I don't know.

Logs

Logs
[Paste your logs here]

Additional details

No response

Wanna-Pizza avatar Dec 02 '25 12:12 Wanna-Pizza

This looks very similar to the bug I just filed about flet-ads. It shows the same problem basically.

https://github.com/flet-dev/flet/issues/5871

hemna avatar Dec 02 '25 16:12 hemna

@Wanna-Pizza can you paste flet build log please? Also, try running the app in "incognito mode" - it could be a browser caching.

FeodorFitsner avatar Dec 12 '25 18:12 FeodorFitsner

@Wanna-Pizza can you paste flet build log please? Also, try running the app in "incognito mode" - it could be a browser caching.

[11:00:38] Run subprocess: ['/Users/mf/Flutter Sdk/flutter/bin/flutter', '--version', '--no-version-check', '--suppress-analytics']
[11:00:39] Flutter 3.29.2 installed ✅
           Flutter executable: /Users/mf/flutter/3.29.2/bin/flutter
           Dart executable: /Users/mf/flutter/3.29.2/bin/dart
[11:00:42] Created Flutter bootstrap project from gh:flet-dev/flet-build-template with ref "0.28.3" ✅
           Run subprocess: ['/Users/mf/flutter/3.29.2/bin/dart', 'run', '--suppress-analytics', 'serious_python:main', 'package', '/Users/mf/Albert_Designer/src', '--platform', 'Pyodide', '-r', 'aiohttp', '-r', 'flet-desktop-drop @
           git+https://github.com/Wanna-Pizza/flet-desktop-drop.git@main', '-r', 'flet-info-popup @ git+https://github.com/wanna-pizza/flet-info-popup.git@main', '-r', 'flet-painter-editor @
           git+https://github.com/Wanna-Pizza/flet_painter_new.git@main', '-r', "flet-webview @ git+https://github.com/Wanna-Pizza/flet-webview.git@v0; sys_platform != 'win32'", '-r', 'flet==0.28.3', '-r', 'menu-slider @
           git+https://github.com/Wanna-Pizza/menu-slider.git@main', '-r', 'msgpack', '-r', 'websockets', '--exclude', 'build,assets', '--compile-app', '--cleanup-packages', '--verbose']
[11:00:44] Running package command
           Extra PyPi indexes: [https://pypi.flet.dev, http://127.0.0.1:56456/simple]
           Creating asset directory: /Users/mf/Albert_Designer/build/flutter/app
           Created temp directory: /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu
           Copying Python app from /Users/mf/Albert_Designer/src to a temp directory
           Compiling Python sources in a temp directory
           VERBOSE: Downloading Python distributive from https://github.com/astral-sh/python-build-standalone/releases/download/20250205/cpython-3.12.9+20250205-aarch64-apple-darwin-install_only_stripped.tar.gz to
           /Users/mf/Albert_Designer/build/flutter/build/cpython-3.12.9+20250205-aarch64-apple-darwin-install_only_stripped.tar.gz
[11:00:45] VERBOSE: Extracting Python distributive from /Users/mf/Albert_Designer/build/flutter/build/cpython-3.12.9+20250205-aarch64-apple-darwin-install_only_stripped.tar.gz to
           /Users/mf/Albert_Designer/build/flutter/build/build_python_3.12.9
           VERBOSE: Copied /Users/mf/Albert_Designer/build/flutter/build/build_python_3.12.9/python/lib/python3.12/_sysconfigdata__darwin_darwin.py ->
           /Users/mf/Albert_Designer/build/flutter/build/build_python_3.12.9/python/lib/python3.12/_sysconfigdata__darwin_arm64_iphoneos.py
           VERBOSE: Copied /Users/mf/Albert_Designer/build/flutter/build/build_python_3.12.9/python/lib/python3.12/_sysconfigdata__darwin_darwin.py ->
           /Users/mf/Albert_Designer/build/flutter/build/build_python_3.12.9/python/lib/python3.12/_sysconfigdata__darwin_arm64_iphonesimulator.py
           VERBOSE: Copied /Users/mf/Albert_Designer/build/flutter/build/build_python_3.12.9/python/lib/python3.12/_sysconfigdata__darwin_darwin.py ->
           /Users/mf/Albert_Designer/build/flutter/build/build_python_3.12.9/python/lib/python3.12/_sysconfigdata__darwin_x86_64_iphonesimulator.py
           VERBOSE: /Users/mf/Albert_Designer/build/flutter/build/build_python_3.12.9/python/bin/python3 -m compileall -b /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu
[11:00:46] VERBOSE: Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/designer.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/fonts.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/get_full_path.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/main_3d_view.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/menu.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/phone'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/phone/device.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/titlebar_icons.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/viewer_model'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/viewer_model/iPhone'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/viewer_model/server_3d.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/checkout'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/checkout/ui_checkout_page.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/__init__.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/buttons'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/buttons/UI_DesignButton.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/buttons/UI_DesignButton_new.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/buttons/UI_FillledButton.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/fields'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/fields/input_field.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/widgets'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/widgets/MenuSwitcher.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/widgets/UI_DropDown.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/widgets/dialog_window.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/main.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/ScreenDesigns'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/ScreenDesigns/ScreenDesigns.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/ScreenDesigns/functions'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/ScreenDesigns/functions/DesignManager.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/ScreenProtector.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/custom_text'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/custom_text/custom_text.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/custom_text/fonts_preview.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/storage'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/storage/data'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/storage/temp'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/__init__.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/client'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/client/core.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/client/message_handler.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/font_finder.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/get_path.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/image_resizer.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/question_popup.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/views'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/window'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/window/connect_to_device.py'...
           Listing '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/window/theme'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/window/theme/theme.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/window/window_control.py'...
           Compiling '/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/window/window_top_bar.py'...
           VERBOSE: Deleting original .py files
           VERBOSE: Cleanup directory /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu: [**.py]
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/viewer_model/server_3d.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/main_3d_view.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/get_full_path.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/menu.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/designer.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/phone/device.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/titlebar_icons.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/app/fonts.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/image_resizer.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/__init__.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/font_finder.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/get_path.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/question_popup.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/client/message_handler.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/utils/client/core.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/checkout/ui_checkout_page.py
           VERBOSE: Deleting empty directory /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/storage/temp
           VERBOSE: Deleting empty directory /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/storage/data
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/buttons/UI_DesignButton_new.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/buttons/UI_DesignButton.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/buttons/UI_FillledButton.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/__init__.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/fields/input_field.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/widgets/dialog_window.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/widgets/MenuSwitcher.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/components/widgets/UI_DropDown.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/window/connect_to_device.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/window/window_top_bar.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/window/window_control.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/window/theme/theme.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/main.py
           VERBOSE: Deleting empty directory /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/views
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/ScreenDesigns/functions/DesignManager.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/ScreenDesigns/ScreenDesigns.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/custom_text/custom_text.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/custom_text/fonts_preview.py
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/pages/ScreenProtector.py
           VERBOSE: Configured Pyodide/ platform with sitecustomize.py at /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_sitecustomizeZc0OVe/sitecustomize.py
           Installing [aiohttp, flet-desktop-drop @ git+https://github.com/Wanna-Pizza/flet-desktop-drop.git@main, flet-info-popup @ git+https://github.com/wanna-pizza/flet-info-popup.git@main, flet-painter-editor @
           git+https://github.com/Wanna-Pizza/flet_painter_new.git@main, flet-webview @ git+https://github.com/Wanna-Pizza/flet-webview.git@v0; sys_platform != 'win32', flet==0.28.3, menu-slider @
           git+https://github.com/Wanna-Pizza/menu-slider.git@main, msgpack, websockets] with pip command to /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__
           VERBOSE: /Users/mf/Albert_Designer/build/flutter/build/build_python_3.12.9/python/bin/python3 -m pip install --upgrade --disable-pip-version-check --only-binary :all: --extra-index-url https://pypi.flet.dev --extra-index-url
           http://127.0.0.1:56456/simple --target /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__ aiohttp flet-desktop-drop @ git+https://github.com/Wanna-Pizza/flet-desktop-drop.git@main
           flet-info-popup @ git+https://github.com/wanna-pizza/flet-info-popup.git@main flet-painter-editor @ git+https://github.com/Wanna-Pizza/flet_painter_new.git@main flet-webview @
           git+https://github.com/Wanna-Pizza/flet-webview.git@v0; sys_platform != 'win32' flet==0.28.3 menu-slider @ git+https://github.com/Wanna-Pizza/menu-slider.git@main msgpack websockets
[11:00:47] VERBOSE: Looking in indexes: https://pypi.org/simple, https://pypi.flet.dev, http://127.0.0.1:56456/simple
           VERBOSE: Collecting flet-desktop-drop@ git+https://github.com/Wanna-Pizza/flet-desktop-drop.git@main
           VERBOSE: Cloning https://github.com/Wanna-Pizza/flet-desktop-drop.git (to revision main) to /private/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/pip-install-ds18qtb2/flet-desktop-drop_46b197001510422d989c57d99862b5f3
[11:00:48] VERBOSE: Resolved https://github.com/Wanna-Pizza/flet-desktop-drop.git to commit c9b26fc29c55bb47349d8609de7f90d3d580c3cb
           VERBOSE: Installing build dependencies: started
[11:00:49] 2025-12-15T11:00:49.380245  0:00:00.001760 GET     [200] /simple/setuptools/
           VERBOSE: Installing build dependencies: finished with status 'done'
           VERBOSE: Getting requirements to build wheel: started
           VERBOSE: Getting requirements to build wheel: finished with status 'done'
           VERBOSE: Preparing metadata (pyproject.toml): started
[11:00:50] VERBOSE: Preparing metadata (pyproject.toml): finished with status 'done'
           VERBOSE: Collecting flet-info-popup@ git+https://github.com/wanna-pizza/flet-info-popup.git@main
           VERBOSE: Cloning https://github.com/wanna-pizza/flet-info-popup.git (to revision main) to /private/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/pip-install-ds18qtb2/flet-info-popup_2fc8fe45692a423583a28a80707662b3
[11:00:51] VERBOSE: Resolved https://github.com/wanna-pizza/flet-info-popup.git to commit dbbfb01656a9ec467ccaa1b64a5673618716270f
           VERBOSE: Installing build dependencies: started
[11:00:52] 2025-12-15T11:00:52.093224  0:00:00.001038 GET     [200] /simple/setuptools/
           VERBOSE: Installing build dependencies: finished with status 'done'
           VERBOSE: Getting requirements to build wheel: started
           VERBOSE: Getting requirements to build wheel: finished with status 'done'
           VERBOSE: Preparing metadata (pyproject.toml): started
           VERBOSE: Preparing metadata (pyproject.toml): finished with status 'done'
           VERBOSE: Collecting flet-painter-editor@ git+https://github.com/Wanna-Pizza/flet_painter_new.git@main
           VERBOSE: Cloning https://github.com/Wanna-Pizza/flet_painter_new.git (to revision main) to /private/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/pip-install-ds18qtb2/flet-painter-editor_7a9c34b8127e464eba9a0287857d686f
[11:00:58] VERBOSE: Resolved https://github.com/Wanna-Pizza/flet_painter_new.git to commit 103fbca7d090b52e76ed1364d1f773730295a991
           VERBOSE: Installing build dependencies: started
[11:00:59] 2025-12-15T11:00:59.102457  0:00:00.000614 GET     [200] /simple/setuptools/
           VERBOSE: Installing build dependencies: finished with status 'done'
           VERBOSE: Getting requirements to build wheel: started
           VERBOSE: Getting requirements to build wheel: finished with status 'done'
           VERBOSE: Preparing metadata (pyproject.toml): started
           VERBOSE: Preparing metadata (pyproject.toml): finished with status 'done'
           VERBOSE: Collecting flet-webview@ git+https://github.com/Wanna-Pizza/flet-webview.git@v0
           VERBOSE: Cloning https://github.com/Wanna-Pizza/flet-webview.git (to revision v0) to /private/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/pip-install-ds18qtb2/flet-webview_7fb8bf8aba4b4be990b9ac7c5221b94b
[11:01:01] VERBOSE: Resolved https://github.com/Wanna-Pizza/flet-webview.git to commit bdd1e68cf1768d7b7008ba58303f8dd3cdc89732
           VERBOSE: Installing build dependencies: started
[11:01:02] 2025-12-15T11:01:02.165825  0:00:00.000146 GET     [200] /simple/setuptools/
           VERBOSE: Installing build dependencies: finished with status 'done'
           VERBOSE: Getting requirements to build wheel: started
           VERBOSE: Getting requirements to build wheel: finished with status 'done'
           VERBOSE: Preparing metadata (pyproject.toml): started
           VERBOSE: Preparing metadata (pyproject.toml): finished with status 'done'
           VERBOSE: Collecting menu-slider@ git+https://github.com/Wanna-Pizza/menu-slider.git@main
           VERBOSE: Cloning https://github.com/Wanna-Pizza/menu-slider.git (to revision main) to /private/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/pip-install-ds18qtb2/menu-slider_da6587925a2d4cc4b805d49ee744a562
[11:01:03] VERBOSE: Resolved https://github.com/Wanna-Pizza/menu-slider.git to commit c06890af461926f607a25e7d39f7ed4dbda70871
           VERBOSE: Installing build dependencies: started
[11:01:04] 2025-12-15T11:01:04.709526  0:00:00.000330 GET     [200] /simple/setuptools/
[11:01:05] VERBOSE: Installing build dependencies: finished with status 'done'
           VERBOSE: Getting requirements to build wheel: started
           VERBOSE: Getting requirements to build wheel: finished with status 'done'
           VERBOSE: Preparing metadata (pyproject.toml): started
           VERBOSE: Preparing metadata (pyproject.toml): finished with status 'done'
[11:01:06] 2025-12-15T11:01:06.174241  0:00:00.000377 GET     [200] /simple/aiohttp/
           VERBOSE: Collecting aiohttp
           VERBOSE: Using cached https://cdn.jsdelivr.net/pyodide/v0.27.7/full/aiohttp-3.9.5-cp312-cp312-pyodide_2024_0_wasm32.whl (303 kB)
           2025-12-15T11:01:06.454393  0:00:00.000113 GET     [200] /simple/flet/
           VERBOSE: Collecting flet==0.28.3
           VERBOSE: Using cached flet-0.28.3-py3-none-any.whl.metadata (3.6 kB)
           2025-12-15T11:01:06.679193  0:00:00.000229 GET     [200] /simple/msgpack/
           VERBOSE: Collecting msgpack
           VERBOSE: Using cached https://cdn.jsdelivr.net/pyodide/v0.27.7/full/msgpack-1.1.0-cp312-cp312-pyodide_2024_0_wasm32.whl (57 kB)
           2025-12-15T11:01:06.924608  0:00:00.000290 GET     [200] /simple/websockets/
           VERBOSE: Collecting websockets
           VERBOSE: Using cached websockets-15.0.1-py3-none-any.whl.metadata (6.8 kB)
[11:01:07] 2025-12-15T11:01:07.124803  0:00:00.000355 GET     [200] /simple/repath/
           VERBOSE: Collecting repath<0.10.0,>=0.9.0 (from flet==0.28.3)
           VERBOSE: Using cached repath-0.9.0-py3-none-any.whl.metadata (899 bytes)
           2025-12-15T11:01:07.332497  0:00:00.000280 GET     [200] /simple/aiosignal/
           VERBOSE: Collecting aiosignal>=1.1.2 (from aiohttp)
           VERBOSE: Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB)
           2025-12-15T11:01:07.543740  0:00:00.000274 GET     [200] /simple/attrs/
           VERBOSE: Collecting attrs>=17.3.0 (from aiohttp)
           VERBOSE: Using cached attrs-25.4.0-py3-none-any.whl.metadata (10 kB)
           2025-12-15T11:01:07.802425  0:00:00.000354 GET     [200] /simple/frozenlist/
           VERBOSE: Collecting frozenlist>=1.1.1 (from aiohttp)
           VERBOSE: Using cached frozenlist-1.8.0-py3-none-any.whl.metadata (20 kB)
[11:01:08] 2025-12-15T11:01:08.147897  0:00:00.000224 GET     [200] /simple/multidict/
           VERBOSE: Collecting multidict<7.0,>=4.5 (from aiohttp)
           VERBOSE: Using cached multidict-6.7.0-py3-none-any.whl.metadata (5.3 kB)
           2025-12-15T11:01:08.474439  0:00:00.000142 GET     [200] /simple/yarl/
           VERBOSE: Collecting yarl<2.0,>=1.0 (from aiohttp)
           VERBOSE: Using cached yarl-1.22.0-py3-none-any.whl.metadata (75 kB)
           2025-12-15T11:01:08.752037  0:00:00.000093 GET     [200] /simple/pillow/
           VERBOSE: Collecting pillow (from flet-painter-editor@ git+https://github.com/Wanna-Pizza/flet_painter_new.git@main)
           VERBOSE: Using cached https://cdn.jsdelivr.net/pyodide/v0.27.7/full/pillow-10.2.0-cp312-cp312-pyodide_2024_0_wasm32.whl (987 kB)
           2025-12-15T11:01:08.951525  0:00:00.000218 GET     [200] /simple/typing-extensions/
           VERBOSE: Collecting typing-extensions>=4.2 (from aiosignal>=1.1.2->aiohttp)
           VERBOSE: Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
[11:01:09] 2025-12-15T11:01:09.160313  0:00:00.000554 GET     [200] /simple/six/
           VERBOSE: Collecting six>=1.9.0 (from repath<0.10.0,>=0.9.0->flet==0.28.3)
           VERBOSE: Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
           2025-12-15T11:01:09.365578  0:00:00.000348 GET     [200] /simple/idna/
           VERBOSE: Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp)
           VERBOSE: Using cached idna-3.11-py3-none-any.whl.metadata (8.4 kB)
           2025-12-15T11:01:09.612603  0:00:00.000320 GET     [200] /simple/propcache/
           VERBOSE: Collecting propcache>=0.2.1 (from yarl<2.0,>=1.0->aiohttp)
           VERBOSE: Using cached propcache-0.4.1-py3-none-any.whl.metadata (13 kB)
           VERBOSE: Using cached flet-0.28.3-py3-none-any.whl (463 kB)
           VERBOSE: Using cached websockets-15.0.1-py3-none-any.whl (169 kB)
           VERBOSE: Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB)
           VERBOSE: Using cached attrs-25.4.0-py3-none-any.whl (67 kB)
           VERBOSE: Using cached frozenlist-1.8.0-py3-none-any.whl (13 kB)
           VERBOSE: Using cached multidict-6.7.0-py3-none-any.whl (12 kB)
           VERBOSE: Using cached repath-0.9.0-py3-none-any.whl (4.7 kB)
           VERBOSE: Using cached yarl-1.22.0-py3-none-any.whl (46 kB)
           VERBOSE: Using cached idna-3.11-py3-none-any.whl (71 kB)
           VERBOSE: Using cached propcache-0.4.1-py3-none-any.whl (13 kB)
           VERBOSE: Using cached six-1.17.0-py2.py3-none-any.whl (11 kB)
           VERBOSE: Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
           VERBOSE: Building wheels for collected packages: flet-desktop-drop, flet-info-popup, flet-painter-editor, flet-webview, menu-slider
           VERBOSE: Building wheel for flet-desktop-drop (pyproject.toml): started
           VERBOSE: Building wheel for flet-desktop-drop (pyproject.toml): finished with status 'done'
           VERBOSE: Created wheel for flet-desktop-drop: filename=flet_desktop_drop-0.26.0-py3-none-any.whl size=6849 sha256=06213c2f6cf12439511386918484d5a4352194e5e747054049b9b12e546d9b66
           VERBOSE: Stored in directory: /private/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/pip-ephem-wheel-cache-9rnb6evq/wheels/ed/d4/b3/2fcf45cf8bd264db1054b1540abf2fcb6a59f251afcbecfff3
           VERBOSE: Building wheel for flet-info-popup (pyproject.toml): started
           VERBOSE: Building wheel for flet-info-popup (pyproject.toml): finished with status 'done'
           VERBOSE: Created wheel for flet-info-popup: filename=flet_info_popup-0.1.0-py3-none-any.whl size=11627 sha256=a870b23e0ec1b962e5ccc34a59819796d0a05adeeafdb0b3d89170de7cdc54d6
           VERBOSE: Stored in directory: /private/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/pip-ephem-wheel-cache-9rnb6evq/wheels/02/1b/cc/96b60390640153280bc372dc0fff71629e555082d0a8c66d0a
           VERBOSE: Building wheel for flet-painter-editor (pyproject.toml): started
[11:01:10] VERBOSE: Building wheel for flet-painter-editor (pyproject.toml): finished with status 'done'
           VERBOSE: Created wheel for flet-painter-editor: filename=flet_painter_editor-0.1.0-py3-none-any.whl size=95047 sha256=abea85ee63bdbe680075148a7989153a2a6adf53a53c2a8b7c27a80ec6049cc7
           VERBOSE: Stored in directory: /private/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/pip-ephem-wheel-cache-9rnb6evq/wheels/df/ca/5f/54cf055417a4b6ef87ca53e25ae29f44d7f5ecc60e6717d8aa
           VERBOSE: Building wheel for flet-webview (pyproject.toml): started
           VERBOSE: Building wheel for flet-webview (pyproject.toml): finished with status 'done'
           VERBOSE: Created wheel for flet-webview: filename=flet_webview-0.1.2-py3-none-any.whl size=18307 sha256=2c3c9d0f15ba3fb72134af6d93407e259c572f7811faa79025bd998ca09ace34
           VERBOSE: Stored in directory: /private/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/pip-ephem-wheel-cache-9rnb6evq/wheels/54/4d/f2/4722a44ea959fefe466e296e413631375de99053b923a0acaa
           VERBOSE: Building wheel for menu-slider (pyproject.toml): started
           VERBOSE: Building wheel for menu-slider (pyproject.toml): finished with status 'done'
           VERBOSE: Created wheel for menu-slider: filename=menu_slider-0.1.0-py3-none-any.whl size=8450 sha256=05656e4c3552a2f614276497e049ef33cccb43ed0acd271f584f5ea326d63712
           VERBOSE: Stored in directory: /private/var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/pip-ephem-wheel-cache-9rnb6evq/wheels/6c/ee/2b/fb99e6b11f86f04cdb8d0a26cdb203746d2a80214ffbe10104
           VERBOSE: Successfully built flet-desktop-drop flet-info-popup flet-painter-editor flet-webview menu-slider
           VERBOSE: Installing collected packages: websockets, typing-extensions, six, propcache, pillow, multidict, msgpack, idna, frozenlist, attrs, yarl, repath, aiosignal, flet, aiohttp, menu-slider, flet-webview, flet-painter-editor,
           flet-info-popup, flet-desktop-drop
[11:01:11] VERBOSE: Successfully installed aiohttp-3.9.5 aiosignal-1.4.0 attrs-25.4.0 flet-0.28.3 flet-desktop-drop-0.26.0 flet-info-popup-0.1.0 flet-painter-editor-0.1.0 flet-webview-0.1.2 frozenlist-1.8.0 idna-3.11 menu-slider-0.1.0
           msgpack-1.1.0 multidict-6.7.0 pillow-10.2.0 propcache-0.4.1 repath-0.9.0 six-1.17.0 typing-extensions-4.15.0 websockets-15.0.1 yarl-1.22.0
           Copying Flutter packages to /Users/mf/Albert_Designer/build/flutter-packages-temp
           VERBOSE: Delete unnecessary package files and directories: [**.c, **.h, **.cpp, **.hpp, **.typed, **.pyi, **.pxd, **.pyx, **.a, **.pdb, __pycache__, **/__pycache__]
           VERBOSE: Cleanup directory /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__: [**.c, **.h, **.cpp, **.hpp, **.typed, **.pyi, **.pxd, **.pyx, **.a, **.pdb, __pycache__, **/__pycache__]
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet_painter_editor/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/aiohttp/_http_parser.pyx
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/aiohttp/_http_writer.pyx
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/aiohttp/_websocket.pyx
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/aiohttp/_helpers.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/aiohttp/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/aiohttp/_find_header.pxd
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/aiohttp/py.typed
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/aiohttp/_cparser.pxd
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/aiohttp/_helpers.pyx
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet_desktop_drop/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/msgpack/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attrs/__init__.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attrs/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attrs/py.typed
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/propcache/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/propcache/py.typed
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/propcache/_helpers_c.pyx
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/frozenlist/__init__.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/frozenlist/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/frozenlist/_frozenlist.pyx
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/frozenlist/py.typed
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/idna/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/idna/py.typed
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/websockets/speedups.c
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/websockets/legacy/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/websockets/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/websockets/extensions/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/websockets/py.typed
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/websockets/sync/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/websockets/asyncio/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/websockets/speedups.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/ads/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/core/ads/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/core/charts/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/core/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/core/canvas/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/core/map/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/core/pubsub/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/security/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/auth/providers/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/auth/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/utils/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/canvas/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/map/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet/fastapi/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/PIL/_imagingcms.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/PIL/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/PIL/_imagingft.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/multidict/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/multidict/py.typed
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attr/setters.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attr/validators.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attr/_typing_compat.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attr/__init__.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attr/exceptions.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attr/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attr/filters.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attr/py.typed
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attr/converters.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attr/_cmp.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/attr/_version_info.pyi
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/menu_slider/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/yarl/_quoting_c.pyx
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/yarl/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/yarl/py.typed
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/aiosignal/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/aiosignal/py.typed
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet_info_popup/__pycache__
           VERBOSE: Deleting /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_tempNoljKu/__pypackages__/flet_webview/__pycache__
           VERBOSE: Deleting sitecustomize directory /var/folders/66/4v1214l93zv2r_8qzbznks3r0000gn/T/serious_python_sitecustomizeZc0OVe
           Creating app archive at /Users/mf/Albert_Designer/build/flutter/app/app.zip from a temp directory
[11:01:12] Writing app archive hash to /Users/mf/Albert_Designer/build/flutter/app/app.zip.hash
           Deleting temp directory
           Shutting down Pyodide PyPI server
           Packaged Python app ✅
           Found Flutter extension at /Users/mf/Albert_Designer/build/flutter-packages/flet_painter_editor
           Found Flutter extension at /Users/mf/Albert_Designer/build/flutter-packages/flet_desktop_drop
           Found Flutter extension at /Users/mf/Albert_Designer/build/flutter-packages/menu_slider
           Found Flutter extension at /Users/mf/Albert_Designer/build/flutter-packages/flet_info_popup
           Found Flutter extension at /Users/mf/Albert_Designer/build/flutter-packages/flet_webview
           Registered Flutter user extensions ✅
[11:01:16] Found "icon" image at /Users/mf/Albert_Designer/src/assets/icon.png
           Copying image /Users/mf/Albert_Designer/src/assets/icon.png to /Users/mf/Albert_Designer/build/flutter/images
           Customized app icons ✅
           Run subprocess: ['/Users/mf/flutter/3.29.2/bin/dart', 'run', '--suppress-analytics', 'flutter_launcher_icons']
[11:01:17]   ════════════════════════════════════════════
                FLUTTER LAUNCHER ICONS (v0.14.4)
             ════════════════════════════════════════════

[11:01:18] • Creating default icons Android
           • Creating adaptive icons Android
           • Overwriting the default Android launcher icon with a new icon
           • No colors.xml file found in your Android project
           • Creating colors.xml file and adding it to your Android project
           • Creating mipmap xml file Android
           • Overwriting default iOS launcher icon with new icon
           Creating Icons for Web...
           Creating Icons for Windows...
           Creating Icons for MacOS...
[11:01:19]
           ✓ Successfully generated launcher icons
           Generated app icons ✅
           Found "icon" image at /Users/mf/Albert_Designer/src/assets/icon.png
           Found "splash" image at /Users/mf/Albert_Designer/src/assets/splash.png
           Found "splash_ios" image at /Users/mf/Albert_Designer/src/assets/splash_ios.png
           Copying image /Users/mf/Albert_Designer/src/assets/icon.png to /Users/mf/Albert_Designer/build/flutter/images
           Copying image /Users/mf/Albert_Designer/src/assets/splash.png to /Users/mf/Albert_Designer/build/flutter/images
           Copying image /Users/mf/Albert_Designer/src/assets/splash_ios.png to /Users/mf/Albert_Designer/build/flutter/images
           Customized app splash images ✅
           Run subprocess: ['/Users/mf/flutter/3.29.2/bin/dart', 'run', '--suppress-analytics', 'flutter_native_splash:create']
[11:01:20] [Android] Creating default splash images
           [Android] Creating dark mode splash images
           [Android] Creating default android12splash images
           [Android] Creating dark mode android12splash images
           [Android] Updating launch background(s) with splash image path...
           [Android]  - android/app/src/main/res/drawable/launch_background.xml
           [Android]  - android/app/src/main/res/drawable-night/launch_background.xml
           [Android]  - android/app/src/main/res/drawable-v21/launch_background.xml
           [Android]  - android/app/src/main/res/drawable-night-v21/launch_background.xml
           [Android] Updating styles...
           [Android]  - android/app/src/main/res/values-v31/styles.xml
           [Android] No android/app/src/main/res/values-v31/styles.xml found in your Android project
           [Android] Creating android/app/src/main/res/values-v31/styles.xml and adding it to your Android project
           [Android]  - android/app/src/main/res/values-night-v31/styles.xml
           [Android] No android/app/src/main/res/values-night-v31/styles.xml found in your Android project
           [Android] Creating android/app/src/main/res/values-night-v31/styles.xml and adding it to your Android project
           [Android]  - android/app/src/main/res/values/styles.xml
           [Android]  - android/app/src/main/res/values-night/styles.xml
           [iOS] Creating  images
           [iOS] Creating dark mode  images
           [iOS] Updating ios/Runner/Info.plist for status bar hidden/visible
           [Web] Creating images
           [Web] Creating images
           [Web] Creating background images
           [Web] Creating CSS
           [Web] Updating index.html
[11:01:21]
           ✅ Native splash complete.
           Now go finish building something awesome! 💪 You rock! 🤘🤩
           Like the package? Please give it a 👍 here: https://pub.dev/packages/flutter_native_splash

           Generated splash screens ✅
           Run subprocess: ['/Users/mf/flutter/3.29.2/bin/flutter', 'build', 'web', '--no-version-check', '--suppress-analytics', '--build-name', '1.1.0', '--verbose']
           [  +26 ms] executing: sysctl hw.optional.arm64
           [   +6 ms] Exit code 0 from: sysctl hw.optional.arm64
           [        ] hw.optional.arm64: 1
           [   +7 ms] executing: sw_vers -productName
           [  +10 ms] Exit code 0 from: sw_vers -productName
           [        ] macOS
           [        ] executing: sw_vers -productVersion
           [   +7 ms] Exit code 0 from: sw_vers -productVersion
           [        ] 15.7.2
           [        ] executing: sw_vers -buildVersion
           [   +8 ms] Exit code 0 from: sw_vers -buildVersion
           [        ] 24G325
           [        ] executing: uname -m
           [   +2 ms] Exit code 0 from: uname -m
           [        ] arm64
           [  +16 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
           [        ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.
           [   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
           [  +19 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
           [        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
           [        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
           [   +1 ms] Artifact Instance of 'FlutterSdk' is not required, skipping update.
           [        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
           [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
           [        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
           [  +27 ms] executing: [/Users/mf/Albert_Designer/build/flutter/] /Users/mf/flutter/3.29.2/bin/cache/dart-sdk/bin/dart pub --suppress-analytics --directory . get --example
           Resolving dependencies...
           Downloading packages...
             characters 1.4.0 (1.4.1 available)
             checked_yaml 2.0.3 (2.0.4 available)
             cross_file 0.3.5 (0.3.5+1 available)
             desktop_drop 0.5.0 (0.7.0 available)
             device_info_plus 11.5.0 (12.3.0 available)
             fl_chart 0.69.2 (1.1.1 available)
           ! flet 0.28.3 (overridden)
             flutter_lints 2.0.3 (6.0.0 available)
             flutter_native_splash 2.4.6 (2.4.7 available)
             flutter_plugin_android_lifecycle 2.0.31 (2.0.33 available)
             flutter_svg 2.2.2 (2.2.3 available)
             intl 0.19.0 (0.20.2 available)
             js 0.6.7 (0.7.2 available)
             lints 2.1.1 (6.0.0 available)
             material_color_utilities 0.11.1 (0.13.0 available)
             meta 1.16.0 (1.17.0 available)
             package_info_plus 8.3.1 (9.0.0 available)
             path_provider_android 2.2.19 (2.2.22 available)
             path_provider_foundation 2.4.2 (2.5.1 available)
             petitparser 6.1.0 (7.0.1 available)
             sensors_plus 4.0.2 (7.0.0 available)
             sensors_plus_platform_interface 1.2.0 (2.0.1 available)
           ! serious_python 0.9.6 from git https://github.com/flet-dev/serious-python.git at e3e46f in src/serious_python (overridden)
             shared_preferences 2.5.3 (2.5.4 available)
             shared_preferences_android 2.4.13 (2.4.18 available)
             shared_preferences_foundation 2.5.4 (2.5.6 available)
             toml 0.15.0 (0.17.0 available)
             url_launcher_android 6.3.20 (6.3.28 available)
             url_launcher_ios 6.3.4 (6.3.6 available)
             url_launcher_linux 3.2.1 (3.2.2 available)
             url_launcher_macos 3.2.3 (3.2.5 available)
             url_launcher_windows 3.1.4 (3.1.5 available)
             url_strategy 0.2.0 (discontinued)
             vector_math 2.1.4 (2.2.0 available)
           ! wakelock_plus 1.3.3 (overridden) (1.4.0 available)
           ! web 1.1.1 (overridden)
             web_socket_channel 2.4.5 (3.0.3 available)
           ! webview_flutter_android 4.10.1 (overridden) (4.10.11 available)
             webview_flutter_wkwebview 3.23.0 (3.23.5 available)
             win32 5.13.0 (5.15.0 available)
           ! window_manager 0.4.3 (overridden) (0.5.1 available)
             xml 6.5.0 (6.6.1 available)
           Got dependencies!
           1 package is discontinued.
           39 packages have newer versions incompatible with dependency constraints.
           Try `flutter pub outdated` for more information.
           [ +662 ms] Found plugin serious_python at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python/
           [   +2 ms] Found plugin serious_python_android at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_android/
           [   +1 ms] Found plugin serious_python_darwin at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_darwin/
           [   +1 ms] Found plugin serious_python_linux at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_linux/
           [   +1 ms] Found plugin serious_python_windows at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_windows/
           [   +9 ms] Found plugin desktop_drop at /Users/mf/.pub-cache/hosted/pub.dev/desktop_drop-0.5.0/
           [   +1 ms] Found plugin device_info_plus at /Users/mf/.pub-cache/hosted/pub.dev/device_info_plus-11.5.0/
           [   +3 ms] Found plugin file_picker at /Users/mf/.pub-cache/hosted/pub.dev/file_picker-10.3.7/
           [   +5 ms] Found plugin flutter_native_splash at /Users/mf/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.6/
           [        ] Found plugin flutter_plugin_android_lifecycle at /Users/mf/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.31/
           [  +10 ms] Found plugin package_info_plus at /Users/mf/.pub-cache/hosted/pub.dev/package_info_plus-8.3.1/
           [   +2 ms] Found plugin path_provider at /Users/mf/.pub-cache/hosted/pub.dev/path_provider-2.1.5/
           [        ] Found plugin path_provider_android at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_android-2.2.19/
           [   +1 ms] Found plugin path_provider_foundation at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.2/
           [   +1 ms] Found plugin path_provider_linux at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
           [   +1 ms] Found plugin path_provider_windows at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
           [   +2 ms] Found plugin screen_retriever at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever-0.2.0/
           [        ] Found plugin screen_retriever_linux at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_linux-0.2.0/
           [        ] Found plugin screen_retriever_macos at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_macos-0.2.0/
           [        ] Found plugin screen_retriever_windows at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_windows-0.2.0/
           [        ] Found plugin sensors_plus at /Users/mf/.pub-cache/hosted/pub.dev/sensors_plus-4.0.2/
           [   +1 ms] Found plugin shared_preferences at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences-2.5.3/
           [        ] Found plugin shared_preferences_android at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.13/
           [        ] Found plugin shared_preferences_foundation at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/
           [        ] Found plugin shared_preferences_linux at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/
           [        ] Found plugin shared_preferences_web at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/
           [        ] Found plugin shared_preferences_windows at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/
           [   +3 ms] Found plugin url_launcher at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/
           [        ] Found plugin url_launcher_android at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.20/
           [        ] Found plugin url_launcher_ios at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.4/
           [        ] Found plugin url_launcher_linux at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/
           [        ] Found plugin url_launcher_macos at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.3/
           [        ] Found plugin url_launcher_web at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/
           [        ] Found plugin url_launcher_windows at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/
           [   +1 ms] Found plugin wakelock_plus at /Users/mf/.pub-cache/hosted/pub.dev/wakelock_plus-1.3.3/
           [   +1 ms] Found plugin webview_flutter at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter-4.13.0/
           [        ] Found plugin webview_flutter_android at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_android-4.10.1/
           [        ] Found plugin webview_flutter_web at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_web-0.2.3+4/
           [        ] Found plugin webview_flutter_wkwebview at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.23.0/
           [   +2 ms] Found plugin window_manager at /Users/mf/.pub-cache/hosted/pub.dev/window_manager-0.4.3/
           [        ] Found plugin window_to_front at /Users/mf/.pub-cache/hosted/pub.dev/window_to_front-0.0.3/
           [  +29 ms] Found plugin serious_python at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python/
           [        ] Found plugin serious_python_android at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_android/
           [        ] Found plugin serious_python_darwin at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_darwin/
           [        ] Found plugin serious_python_linux at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_linux/
           [   +1 ms] Found plugin serious_python_windows at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_windows/
           [   +5 ms] Found plugin desktop_drop at /Users/mf/.pub-cache/hosted/pub.dev/desktop_drop-0.5.0/
           [        ] Found plugin device_info_plus at /Users/mf/.pub-cache/hosted/pub.dev/device_info_plus-11.5.0/
           [   +1 ms] Found plugin file_picker at /Users/mf/.pub-cache/hosted/pub.dev/file_picker-10.3.7/
           [   +2 ms] Found plugin flutter_native_splash at /Users/mf/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.6/
           [        ] Found plugin flutter_plugin_android_lifecycle at /Users/mf/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.31/
[11:01:22] [   +4 ms] Found plugin package_info_plus at /Users/mf/.pub-cache/hosted/pub.dev/package_info_plus-8.3.1/
           [   +1 ms] Found plugin path_provider at /Users/mf/.pub-cache/hosted/pub.dev/path_provider-2.1.5/
           [        ] Found plugin path_provider_android at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_android-2.2.19/
           [        ] Found plugin path_provider_foundation at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.2/
           [        ] Found plugin path_provider_linux at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
           [        ] Found plugin path_provider_windows at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
           [   +1 ms] Found plugin screen_retriever at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever-0.2.0/
           [        ] Found plugin screen_retriever_linux at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_linux-0.2.0/
           [        ] Found plugin screen_retriever_macos at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_macos-0.2.0/
           [        ] Found plugin screen_retriever_windows at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_windows-0.2.0/
           [        ] Found plugin sensors_plus at /Users/mf/.pub-cache/hosted/pub.dev/sensors_plus-4.0.2/
           [        ] Found plugin shared_preferences at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences-2.5.3/
           [        ] Found plugin shared_preferences_android at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.13/
           [        ] Found plugin shared_preferences_foundation at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/
           [        ] Found plugin shared_preferences_linux at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/
           [        ] Found plugin shared_preferences_web at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/
           [        ] Found plugin shared_preferences_windows at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/
           [   +2 ms] Found plugin url_launcher at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/
           [        ] Found plugin url_launcher_android at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.20/
           [        ] Found plugin url_launcher_ios at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.4/
           [        ] Found plugin url_launcher_linux at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/
           [        ] Found plugin url_launcher_macos at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.3/
           [        ] Found plugin url_launcher_web at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/
           [        ] Found plugin url_launcher_windows at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/
           [   +1 ms] Found plugin wakelock_plus at /Users/mf/.pub-cache/hosted/pub.dev/wakelock_plus-1.3.3/
           [   +1 ms] Found plugin webview_flutter at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter-4.13.0/
           [        ] Found plugin webview_flutter_android at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_android-4.10.1/
           [        ] Found plugin webview_flutter_web at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_web-0.2.3+4/
           [        ] Found plugin webview_flutter_wkwebview at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.23.0/
           [        ] Found plugin window_manager at /Users/mf/.pub-cache/hosted/pub.dev/window_manager-0.4.3/
           [        ] Found plugin window_to_front at /Users/mf/.pub-cache/hosted/pub.dev/window_to_front-0.0.3/
           [  +13 ms] Found plugin serious_python at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python/
           [        ] Found plugin serious_python_android at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_android/
           [        ] Found plugin serious_python_darwin at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_darwin/
           [        ] Found plugin serious_python_linux at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_linux/
           [        ] Found plugin serious_python_windows at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_windows/
           [   +2 ms] Found plugin desktop_drop at /Users/mf/.pub-cache/hosted/pub.dev/desktop_drop-0.5.0/
           [        ] Found plugin device_info_plus at /Users/mf/.pub-cache/hosted/pub.dev/device_info_plus-11.5.0/
           [   +1 ms] Found plugin file_picker at /Users/mf/.pub-cache/hosted/pub.dev/file_picker-10.3.7/
           [   +1 ms] Found plugin flutter_native_splash at /Users/mf/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.6/
           [        ] Found plugin flutter_plugin_android_lifecycle at /Users/mf/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.31/
           [   +3 ms] Found plugin package_info_plus at /Users/mf/.pub-cache/hosted/pub.dev/package_info_plus-8.3.1/
           [   +1 ms] Found plugin path_provider at /Users/mf/.pub-cache/hosted/pub.dev/path_provider-2.1.5/
           [        ] Found plugin path_provider_android at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_android-2.2.19/
           [        ] Found plugin path_provider_foundation at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.2/
           [        ] Found plugin path_provider_linux at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
           [        ] Found plugin path_provider_windows at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
           [   +1 ms] Found plugin screen_retriever at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever-0.2.0/
           [        ] Found plugin screen_retriever_linux at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_linux-0.2.0/
           [        ] Found plugin screen_retriever_macos at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_macos-0.2.0/
           [        ] Found plugin screen_retriever_windows at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_windows-0.2.0/
           [        ] Found plugin sensors_plus at /Users/mf/.pub-cache/hosted/pub.dev/sensors_plus-4.0.2/
           [        ] Found plugin shared_preferences at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences-2.5.3/
           [        ] Found plugin shared_preferences_android at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.13/
           [        ] Found plugin shared_preferences_foundation at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/
           [        ] Found plugin shared_preferences_linux at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/
           [        ] Found plugin shared_preferences_web at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/
           [        ] Found plugin shared_preferences_windows at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/
           [   +1 ms] Found plugin url_launcher at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/
           [        ] Found plugin url_launcher_android at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.20/
           [        ] Found plugin url_launcher_ios at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.4/
           [        ] Found plugin url_launcher_linux at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/
           [        ] Found plugin url_launcher_macos at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.3/
           [        ] Found plugin url_launcher_web at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/
           [        ] Found plugin url_launcher_windows at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/
           [   +1 ms] Found plugin wakelock_plus at /Users/mf/.pub-cache/hosted/pub.dev/wakelock_plus-1.3.3/
           [        ] Found plugin webview_flutter at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter-4.13.0/
           [        ] Found plugin webview_flutter_android at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_android-4.10.1/
           [        ] Found plugin webview_flutter_web at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_web-0.2.3+4/
           [        ] Found plugin webview_flutter_wkwebview at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.23.0/
           [        ] Found plugin window_manager at /Users/mf/.pub-cache/hosted/pub.dev/window_manager-0.4.3/
           [        ] Found plugin window_to_front at /Users/mf/.pub-cache/hosted/pub.dev/window_to_front-0.0.3/
           [   +8 ms] Generating /Users/mf/Albert_Designer/build/flutter/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
           [  +14 ms] executing: sysctl hw.optional.arm64
           [   +3 ms] Exit code 0 from: sysctl hw.optional.arm64
           [        ] hw.optional.arm64: 1
           [        ] executing: /usr/bin/arch -arm64e xcrun xcodebuild -version
           [ +149 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun xcodebuild -version
           [        ] Xcode 26.2
                      Build version 17C52
           [  +15 ms] Found plugin serious_python at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python/
           [        ] Found plugin serious_python_android at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_android/
           [        ] Found plugin serious_python_darwin at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_darwin/
           [        ] Found plugin serious_python_linux at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_linux/
           [        ] Found plugin serious_python_windows at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_windows/
           [   +2 ms] Found plugin desktop_drop at /Users/mf/.pub-cache/hosted/pub.dev/desktop_drop-0.5.0/
           [        ] Found plugin device_info_plus at /Users/mf/.pub-cache/hosted/pub.dev/device_info_plus-11.5.0/
           [   +1 ms] Found plugin file_picker at /Users/mf/.pub-cache/hosted/pub.dev/file_picker-10.3.7/
           [   +1 ms] Found plugin flutter_native_splash at /Users/mf/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.6/
           [        ] Found plugin flutter_plugin_android_lifecycle at /Users/mf/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.31/
           [   +3 ms] Found plugin package_info_plus at /Users/mf/.pub-cache/hosted/pub.dev/package_info_plus-8.3.1/
           [        ] Found plugin path_provider at /Users/mf/.pub-cache/hosted/pub.dev/path_provider-2.1.5/
           [        ] Found plugin path_provider_android at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_android-2.2.19/
           [        ] Found plugin path_provider_foundation at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.2/
           [        ] Found plugin path_provider_linux at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
           [        ] Found plugin path_provider_windows at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
           [   +1 ms] Found plugin screen_retriever at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever-0.2.0/
           [        ] Found plugin screen_retriever_linux at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_linux-0.2.0/
           [        ] Found plugin screen_retriever_macos at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_macos-0.2.0/
           [        ] Found plugin screen_retriever_windows at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_windows-0.2.0/
           [        ] Found plugin sensors_plus at /Users/mf/.pub-cache/hosted/pub.dev/sensors_plus-4.0.2/
           [        ] Found plugin shared_preferences at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences-2.5.3/
           [        ] Found plugin shared_preferences_android at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.13/
           [        ] Found plugin shared_preferences_foundation at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/
           [        ] Found plugin shared_preferences_linux at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/
           [        ] Found plugin shared_preferences_web at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/
           [        ] Found plugin shared_preferences_windows at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/
           [   +1 ms] Found plugin url_launcher at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/
           [        ] Found plugin url_launcher_android at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.20/
           [        ] Found plugin url_launcher_ios at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.4/
           [        ] Found plugin url_launcher_linux at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/
           [        ] Found plugin url_launcher_macos at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.3/
           [        ] Found plugin url_launcher_web at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/
           [        ] Found plugin url_launcher_windows at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/
           [   +1 ms] Found plugin wakelock_plus at /Users/mf/.pub-cache/hosted/pub.dev/wakelock_plus-1.3.3/
           [        ] Found plugin webview_flutter at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter-4.13.0/
           [        ] Found plugin webview_flutter_android at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_android-4.10.1/
           [        ] Found plugin webview_flutter_web at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_web-0.2.3+4/
           [        ] Found plugin webview_flutter_wkwebview at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.23.0/
           [        ] Found plugin window_manager at /Users/mf/.pub-cache/hosted/pub.dev/window_manager-0.4.3/
           [        ] Found plugin window_to_front at /Users/mf/.pub-cache/hosted/pub.dev/window_to_front-0.0.3/
           [   +2 ms] generated_plugin_registrant.dart not found. Skipping.
           [        ] Compiling lib/main.dart for the Web...
           [   +1 ms] Initializing file store
           [  +10 ms] web_entrypoint: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /Users/mf/flutter/3.29.2/packages/flutter_tools/lib/src/build_system/targets/web.dart}
           [        ] Skipping target: gen_localizations
           [        ] invalidated build due to missing files: /Users/mf/Albert_Designer/build/flutter/web/*/index.html
           [        ] web_templated_files: Starting due to {InvalidatedReasonKind.buildKeyChanged: The target build key changed., InvalidatedReasonKind.inputMissing: The following inputs were missing:
           /Users/mf/Albert_Designer/build/flutter/web/*/index.html, InvalidatedReasonKind.inputChanged: The following inputs have updated contents:
           /Users/mf/Albert_Designer/build/flutter/web/flutter_bootstrap.js,/Users/mf/flutter/3.29.2/bin/internal/engine.version}
           [        ] web_static_assets: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /Users/mf/flutter/3.29.2/bin/internal/engine.version}
           [  +29 ms] web_static_assets: Complete
           [   +2 ms] Found plugin serious_python at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python/
           [   +1 ms] Found plugin serious_python_android at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_android/
           [   +1 ms] Found plugin serious_python_darwin at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_darwin/
           [   +1 ms] Found plugin serious_python_linux at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_linux/
           [        ] web_templated_files: Complete
           [        ] Found plugin serious_python_windows at /Users/mf/.pub-cache/git/serious-python-e3e46f92ef8c4155acf851240e3c84d139388c7d/src/serious_python_windows/
           [   +2 ms] Found plugin desktop_drop at /Users/mf/.pub-cache/hosted/pub.dev/desktop_drop-0.5.0/
           [        ] Found plugin device_info_plus at /Users/mf/.pub-cache/hosted/pub.dev/device_info_plus-11.5.0/
           [   +1 ms] Found plugin file_picker at /Users/mf/.pub-cache/hosted/pub.dev/file_picker-10.3.7/
           [   +1 ms] Found plugin flutter_native_splash at /Users/mf/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.6/
           [        ] Found plugin flutter_plugin_android_lifecycle at /Users/mf/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.31/
           [   +3 ms] Found plugin package_info_plus at /Users/mf/.pub-cache/hosted/pub.dev/package_info_plus-8.3.1/
           [        ] Found plugin path_provider at /Users/mf/.pub-cache/hosted/pub.dev/path_provider-2.1.5/
           [        ] Found plugin path_provider_android at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_android-2.2.19/
           [        ] Found plugin path_provider_foundation at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.2/
           [        ] Found plugin path_provider_linux at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
           [        ] Found plugin path_provider_windows at /Users/mf/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
           [        ] Found plugin screen_retriever at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever-0.2.0/
           [        ] Found plugin screen_retriever_linux at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_linux-0.2.0/
           [        ] Found plugin screen_retriever_macos at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_macos-0.2.0/
           [        ] Found plugin screen_retriever_windows at /Users/mf/.pub-cache/hosted/pub.dev/screen_retriever_windows-0.2.0/
           [        ] Found plugin sensors_plus at /Users/mf/.pub-cache/hosted/pub.dev/sensors_plus-4.0.2/
           [        ] Found plugin shared_preferences at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences-2.5.3/
           [        ] Found plugin shared_preferences_android at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.13/
           [        ] Found plugin shared_preferences_foundation at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.4/
           [        ] Found plugin shared_preferences_linux at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/
           [        ] Found plugin shared_preferences_web at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/
           [        ] Found plugin shared_preferences_windows at /Users/mf/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/
           [   +1 ms] Found plugin url_launcher at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/
           [        ] Found plugin url_launcher_android at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.20/
           [        ] Found plugin url_launcher_ios at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.4/
           [        ] Found plugin url_launcher_linux at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/
           [        ] Found plugin url_launcher_macos at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.3/
           [        ] Found plugin url_launcher_web at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/
           [        ] Found plugin url_launcher_windows at /Users/mf/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.4/
           [   +1 ms] Found plugin wakelock_plus at /Users/mf/.pub-cache/hosted/pub.dev/wakelock_plus-1.3.3/
           [        ] Found plugin webview_flutter at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter-4.13.0/
           [        ] Found plugin webview_flutter_android at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_android-4.10.1/
           [        ] Found plugin webview_flutter_web at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_web-0.2.3+4/
           [        ] Found plugin webview_flutter_wkwebview at /Users/mf/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.23.0/
           [        ] Found plugin window_manager at /Users/mf/.pub-cache/hosted/pub.dev/window_manager-0.4.3/
           [        ] Found plugin window_to_front at /Users/mf/.pub-cache/hosted/pub.dev/window_to_front-0.0.3/
           [   +3 ms] web_entrypoint: Complete
           [        ] dart2js: Starting due to {}
           [   +1 ms] executing: /Users/mf/flutter/3.29.2/bin/cache/dart-sdk/bin/dart compile js --platform-binaries=/Users/mf/flutter/3.29.2/bin/cache/flutter_web_sdk/kernel --invoker=flutter_tool -Ddart.vm.product=true
           -DFLUTTER_WEB_USE_SKIA=true -DFLUTTER_WEB_USE_SKWASM=false -DFLUTTER_WEB_CANVASKIT_URL=https://www.gstatic.com/flutter-canvaskit/18b71d647a292a980abb405ac7d16fe1f0b20434/ --native-null-assertions --no-source-maps -o
           /Users/mf/Albert_Designer/build/flutter/.dart_tool/flutter_build/f70b3a84d3bfac2ac44a9f65e4274c16/app.dill --packages=/Users/mf/Albert_Designer/build/flutter/.dart_tool/package_config.json --cfe-only
           /Users/mf/Albert_Designer/build/flutter/.dart_tool/flutter_build/f70b3a84d3bfac2ac44a9f65e4274c16/main.dart
[11:01:27] [+5624 ms] Compiled 53,391,829 input bytes (44,519,950 characters source) to 41,912,472 kernel bytes in 5.48 seconds using N/A MB of memory
                      Dart file .dart_tool/flutter_build/f70b3a84d3bfac2ac44a9f65e4274c16/main.dart compiled to dill: .dart_tool/flutter_build/f70b3a84d3bfac2ac44a9f65e4274c16/app.dill.
           [        ] executing: /Users/mf/flutter/3.29.2/bin/cache/dart-sdk/bin/dart compile js --platform-binaries=/Users/mf/flutter/3.29.2/bin/cache/flutter_web_sdk/kernel --invoker=flutter_tool -Ddart.vm.product=true
           -DFLUTTER_WEB_USE_SKIA=true -DFLUTTER_WEB_USE_SKWASM=false -DFLUTTER_WEB_CANVASKIT_URL=https://www.gstatic.com/flutter-canvaskit/18b71d647a292a980abb405ac7d16fe1f0b20434/ --native-null-assertions --no-source-maps -O4 -o
           /Users/mf/Albert_Designer/build/flutter/.dart_tool/flutter_build/f70b3a84d3bfac2ac44a9f65e4274c16/main.dart.js /Users/mf/Albert_Designer/build/flutter/.dart_tool/flutter_build/f70b3a84d3bfac2ac44a9f65e4274c16/app.dill
[11:01:42] [+14231 ms] ../../../flutter/3.29.2/packages/flutter/lib/src/widgets/widget_state.dart:1045:9:
                       Hint: This 'noSuchMethod' implementation is guaranteed to throw an exception. The generated code will be smaller if it is rewritten.
                       Rewrite to 'noSuchMethod(Invocation i) => super.noSuchMethod(i);'.
                         Never noSuchMethod(Invocation invocation) {
                               ^
                       Compiled 60,598,600 input bytes (9,859,074 characters source) to 7,611,333 characters JavaScript in 14.1 seconds using N/A MB of memory
           [  +32 ms] dart2js: Complete
           [ +551 ms] web_release_bundle: Starting due to {}
           [  +91 ms] shaderc command: [/Users/mf/flutter/3.29.2/bin/cache/artifacts/engine/darwin-x64/impellerc, --sksl, --iplr, --json, --sl=build/web/assets/shaders/ink_sparkle.frag,
           --spirv=build/web/assets/shaders/ink_sparkle.frag.spirv, --input=/Users/mf/flutter/3.29.2/packages/flutter/lib/src/material/shaders/ink_sparkle.frag, --input-type=frag,
           --include=/Users/mf/flutter/3.29.2/packages/flutter/lib/src/material/shaders, --include=/Users/mf/flutter/3.29.2/bin/cache/artifacts/engine/darwin-x64/shader_lib]
           [  +10 ms] Running command: /Users/mf/flutter/3.29.2/bin/cache/dart-sdk/bin/dart /Users/mf/flutter/3.29.2/bin/cache/artifacts/engine/darwin-x64/const_finder.dart.snapshot --kernel-file
           /Users/mf/Albert_Designer/build/flutter/.dart_tool/flutter_build/f70b3a84d3bfac2ac44a9f65e4274c16/app.dill --class-library-uri package:flutter/src/widgets/icon_data.dart --class-name IconData --annotation-class-name
           _StaticIconProvider --annotation-class-library-uri package:flutter/src/widgets/icon_data.dart
[11:01:43] [ +784 ms] Expected to find fontFamily for constant IconData with codepoint: 9658.0, but found fontFamily: null. This usually means you are relying on the system font. Alternatively, font families in an IconData class can be
           provided in the assets section of your pubspec.yaml, or you are missing "uses-material-design: true".
           [   +2 ms] Running font-subset: /Users/mf/flutter/3.29.2/bin/cache/artifacts/engine/darwin-x64/font-subset build/web/assets/fonts/MaterialIcons-Regular.otf
           /Users/mf/flutter/3.29.2/bin/cache/artifacts/material_fonts/MaterialIcons-Regular.otf, using codepoints 57744 57344 59136 62687 60914 57345 59137 62688 60915 57346 59138 62689 60916 984245 984002 58176 984496 57347 59139 62690
           60917 57348 59140 62691 60918 57349 59141 62692 60919 57350 59142 62693 60920 57351 59143 62694 60921 57352 59144 62695 60922 984964 984876 985052 984788 57353 59145 62696 60923 57354 59146 62697 60924 57355 59148 62699 60925
           57356 59147 62698 60926 57357 59149 62700 60927 57358 59150 62701 60928 57359 59151 62702 60929 57360 59152 62703 60930 57361 59153 62704 60931 57362 59154 62705 60932 57363 59156 62707 60933 57364 59155 62706 60934 57365 59157
           62708 60935 57366 59159 62709 60936 57367 59158 62710 60937 57368 59160 62711 60938 57369 59161 62712 60939 57370 59162 62713 60940 57371 59164 62715 60941 57372 59163 62714 60942 57373 59165 62716 60943 57374 59166 62717 60944
           57375 59167 62718 60945 57376 59168 62719 60946 57377 59170 62721 60947 57378 59169 62720 60948 57379 59171 62722 60949 57380 59172 62723 60950 57381 59174 62725 60951 57382 59173 62724 60952 57383 59175 62726 60953 57384 59177
           62727 60954 57385 59176 62728 60955 57386 59178 62729 60956 57387 59180 62731 60957 57388 59179 62730 60958 57389 59181 62732 60959 57390 59183 62734 60960 57391 59182 62733 60961 57392 59184 62735 60962 57393 59186 62737 60963
           57394 59185 62736 60964 57395 59187 62738 60965 57396 59189 62740 60966 57397 59188 62739 60967 57398 59190 62741 60968 984246 984003 58564 984497 57399 59191 62742 60969 57400 59192 62743 60970 57401 59193 62744 60971 57402 59195
           62746 60973 57403 59194 62745 60972 57404 59197 62748 60975 57405 59196 62747 60974 57406 59199 62750 60977 57407 59198 62749 60976 57408 59200 62751 60978 57409 59201 62752 60979 57410 59202 62753 60980 57411 59203 62754 60981
           57412 59204 62755 60982 57413 59205 62756 60983 57414 59206 62757 60984 57415 59224 62775 60999 57416 59207 62758 60985 57417 59208 62759 60986 57418 59209 62760 60987 57419 59210 62761 60988 57420 59211 62762 60989 57421 984247
           984004 983761 984498 57422 59212 62763 60990 57423 59214 62765 60992 57424 59213 62764 60991 57425 59215 62766 60993 984965 984877 985053 984789 984966 984878 985054 984790 57426 59216 62767 60994 57427 59217 62768 60995 57428
           59219 62770 60997 57429 59218 62769 60996 57430 59220 62771 60998 57431 59221 62772 61000 57432 59222 62773 61001 57433 59223 62774 61002 57434 59225 62776 61003 57435 59226 62777 61004 57436 59227 62778 61005 57437 59228 62779
           61006 57438 59229 62780 61007 57439 59230 62781 61008 57440 59231 62782 61009 984248 984005 983762 984499 57441 59232 62783 61010 57442 59233 62784 61011 984249 984006 983763 984500 984250 984007 983764 984501 57443 59234 62785
           61012 57444 59235 62786 61013 57445 59237 62788 61015 57446 59236 62787 61014 57447 59238 62789 61016 57448 59239 62790 61017 57449 59240 62791 61018 57450 59241 62792 61019 57451 59242 62793 61020 57452 59243 62794 61021 984251
           984008 983765 984502 984252 984009 983766 984503 57453 59244 62795 61022 57454 59245 62796 61023 57455 59246 62797 61024 57456 59247 62798 61025 57457 59248 62799 61026 57458 59252 62803 61030 57459 59249 62800 61027 57460 59250
           62801 61028 57461 59251 62802 61029 57462 59253 62804 61031 57463 59254 62805 61032 57464 59255 62806 61033 57465 59256 62807 61034 57466 59257 62808 61035 57467 59258 62809 61036 57468 59259 62810 61037 57469 59260 62811 61038
           57470 59261 62812 61039 57471 59262 62813 61040 57472 59263 62814 61041 57473 59264 62815 61042 57474 59265 62816 61043 57475 59266 62817 61044 57476 59267 62818 61045 57477 59268 62819 61046 57478 59269 62820 61047 57479 59270
           62821 61048 57480 59271 62822 61049 57481 59272 62823 61050 57482 59273 62824 61051 57483 59274 62825 61052 57484 59275 62826 61053 57485 59276 62827 61054 984253 984010 983767 984504 984254 984011 983768 984505 57486 59277 62828
           61055 57487 59278 62829 61056 984255 984012 983769 984506 57488 59279 62830 61057 57489 59280 62831 61058 984256 984013 983770 984507 57490 59283 62834 61061 57491 59282 62833 61060 57492 59281 62832 61059 57493 59284 62835 61062
           984257 984014 983771 984508 984258 984015 983772 984509 57494 59285 62836 61063 57495 59286 62837 61064 57496 59288 62839 61066 57497 59287 62838 61065 57498 59289 62840 61067 57499 59291 62842 61069 57500 59290 62841 61068 57501
           59292 62843 61070 985170 985140 985213 985243 57502 59294 62845 61072 57503 59293 62844 61071 57504 59295 62846 61073 57505 59296 62847 61074 57506 59297 62848 61075 57507 59298 62849 61076 57508 59299 62850 61077 57509 59304
           62855 61080 985171 57510 59300 62851 61078 57511 59301 62852 61079 57512 59302 62853 61081 57513 59303 62854 61082 57514 59305 62856 61083 985172 985141 985214 985244 57515 59308 62859 61085 57516 59306 62857 61084 57517 57518
           59307 62858 61086 984259 984016 983773 984510 57519 59309 62860 61087 57520 59310 62861 61088 57521 59311 62862 61089 57522 59312 62863 61090 57523 59313 62864 61091 57524 59314 62865 61092 57525 59315 62866 61093 984260 984017
           983774 984511 57526 59316 62867 61094 57527 59319 62870 61097 57528 59317 62868 61095 57529 59318 62869 61096 57530 59320 62871 61098 57531 59321 62872 61099 57532 59322 62873 61100 57533 59323 62874 61101 57534 59324 62875 61102
           984967 984879 985055 984791 57535 59325 62876 61103 57536 59326 62877 61104 57537 59327 62878 61105 57538 59328 62879 61106 57539 59329 62880 61107 984261 984018 983775 984512 57540 59330 62881 61108 57541 59331 62882 61109 57542
           59332 62883 61110 57543 59333 62884 61111 57544 59334 62885 61112 57545 59335 62886 61113 984262 984019 983776 984513 57546 59336 62887 61114 57547 59337 62888 61115 57548 59338 62889 61116 985173 57549 59339 62890 61117 57550
           59340 62891 61118 57551 59341 62892 61119 984968 984880 985056 984792 984969 984881 985057 984793 984970 984882 985058 984794 984971 984883 985059 984795 984972 984884 985060 984796 984973 984885 985061 984797 984974 984886 985062
           984798 57552 59342 62893 61120 57553 59343 62894 61121 57554 59344 62895 61122 57555 59345 62896 61123 57556 59346 62897 61124 57557 59347 62898 61125 57558 59348 62899 61126 57559 59349 62900 61127 57560 59350 62901 61128 57561
           59351 62902 61129 57562 59352 62903 61130 57563 59353 62904 61131 984263 984020 983777 984514 57564 59354 62905 61132 57565 59355 62906 61133 57566 59356 62907 61134 57567 59357 62908 61135 57568 59358 62909 61136 985174 985142
           985215 985245 984975 984888 985064 984800 984976 984887 985063 984799 57569 59359 62910 61137 57570 57571 59360 62911 61138 57572 59366 62916 61143 57573 59361 62912 61139 57574 59362 62913 61140 57575 59363 62914 61141 57576
           59364 62915 61142 57577 59365 62917 61144 57578 59367 62918 61145 57579 59368 62919 61146 57580 59369 62920 61147 57581 59370 62921 61148 57582 59371 62922 61149 57583 59373 62924 61151 57584 59372 62923 61150 57585 59378 62929
           61155 57586 59374 62925 61152 57587 59375 62926 61153 57588 59376 62927 61154 57589 59377 62928 61156 57590 59379 62930 61157 57591 59380 62931 61158 57592 59381 62932 61159 57593 59382 62933 61160 57594 59383 62934 61161 57595
           59384 62935 61162 57596 59385 62936 61163 57597 59386 62937 61164 57598 59387 62938 61165 57599 59388 62939 61166 57600 59389 62940 61167 57601 59390 62941 61168 57602 59391 62942 61169 984264 984021 983778 984515 57603 59392
           62943 61170 57604 59393 62944 61171 57605 59394 62945 61172 57606 59395 62946 61173 57607 59396 62947 61174 57608 59397 62948 61175 57609 59398 62949 61176 57610 59399 62950 61177 57611 59400 62951 61178 57612 59401 62952 61179
           57613 59402 62953 61180 57614 59403 62954 61181 57615 59404 62955 61182 984977 984889 985065 984801 984978 984890 985066 984802 57616 59405 62956 61183 984762 984749 984775 983996 57617 59406 62957 61184 984265 984022 983779
           984516 57618 59407 62958 61185 57619 59408 62959 61186 57620 59409 62960 61187 57621 59410 62961 61188 57622 59412 62963 61190 57623 59411 62962 61189 57624 59413 62964 61191 57625 59414 62965 61192 57626 59415 62966 61193 57627
           59417 62968 61195 57628 59416 62967 61194 57629 59418 62969 61196 57630 59419 62970 61197 57631 59420 62971 61198 57632 59421 62972 61199 57633 59422 62973 61200 984763 984750 984776 984351 57634 59423 62974 61201 57635 59424
           62975 61202 57636 59425 62976 61203 57637 59426 62977 61204 57638 59433 62984 61210 57639 59427 62978 61205 57640 59428 62979 61206 57641 59429 62980 61207 57642 59431 62982 61209 57643 59430 62981 61208 57644 59432 62983 61211
           57645 59434 62985 61212 57646 59435 62986 61213 57647 59443 62994 61219 57648 59436 62987 61214 57649 59437 62988 61215 57650 59438 62989 61216 57651 59439 62990 61217 57652 59440 62991 61218 57653 59441 62992 61220 57654 59442
           62993 61221 57655 59444 62995 61222 57656 59445 62996 61223 57657 59448 62998 61224 57658 59446 62997 61225 57659 59447 62999 61226 984266 984023 983780 984517 984979 984891 985067 984803 57660 59449 63000 61227 57661 59450 63001
           61228 57662 59451 63002 61229 57663 59452 63003 61230 57664 59453 63004 61231 57665 59454 63005 61232 57666 59455 63006 61233 57667 59456 63007 61234 57668 59459 63010 61237 57669 59457 63008 61235 57670 59458 63009 61236 984267
           984024 983781 984518 57671 59460 63011 61238 57672 59461 63012 61239 57673 59462 63013 61240 984268 984025 983782 984519 57674 59463 63014 61241 57675 59464 63015 61242 57676 59465 63016 61243 57677 59467 63018 61245 57678 59466
           63017 61244 57679 59468 63019 61246 57680 59469 63020 61247 57681 59470 63021 61248 57682 59471 63022 61249 57683 59474 63025 61252 57684 59473 63024 61251 57685 59472 63023 61250 57686 59479 63030 61257 57687 59476 63027 61254
           57688 59475 63026 61253 57689 59478 63029 61256 57690 59477 63028 61255 57691 59481 63031 61258 57692 59480 63032 61259 57693 59482 63033 61260 57694 59483 63034 61261 57695 59484 63035 61262 57696 59485 63036 61263 57697 59486
           63037 61264 57698 59487 63038 61265 984269 984026 983783 984520 57699 59489 63040 61267 57700 59488 63039 61266 57701 59490 63041 61268 57702 59491 63042 61269 57703 59492 63043 61270 57704 59494 63045 61272 57705 59493 63044
           61271 57706 59496 63047 61274 57707 59495 63046 61273 57708 59499 63050 61277 57709 59497 63048 61275 57710 59498 63049 61276 57711 59505 63056 61282 57712 59500 63051 61278 57713 59501 63052 61279 57714 59502 63053 61280 57715
           59503 63054 61281 57716 59504 63055 61283 984270 984027 983784 984521 57717 59506 63057 61284 984271 984272 984028 983785 984522 984273 984029 983786 984523 57718 59508 63059 61286 57719 59507 63058 61285 57720 59510 63061 61288
           57721 59509 63060 61287 57722 59512 63063 61290 57723 59511 63062 61289 57724 59513 63064 61291 57725 59514 63065 61292 57726 59516 63067 61294 57727 59515 63066 61293 984274 984030 983787 984524 984275 984031 983788 984525 57728
           59517 63068 61295 57729 59519 63070 61297 57730 59518 63069 61296 57731 59520 63071 61298 984276 984032 983789 984526 57732 59521 63072 61299 57733 59522 63073 61300 57734 59523 63074 61301 57735 59524 63075 61302 57736 59525
           63076 61303 984277 984033 983790 984527 57737 59526 63077 61304 985175 985143 985216 985246 57738 59527 63078 61305 57739 59528 63079 61306 57740 59529 63080 61307 57741 59530 63081 61308 57742 59531 63082 61309 57743 59532 63083
           61310 59533 63084 61311 57745 59534 63085 61312 57746 59536 63087 61314 984278 984034 983791 984528 57747 59535 63086 61313 984279 984035 983792 984529 984280 984036 983793 984530 57748 59537 63088 61315 57749 59539 63090 61317
           57750 59538 63089 61316 985176 984281 984037 983794 984531 57751 59540 63091 61318 57752 59541 63092 61319 57753 59542 63093 61320 57754 59543 63094 61321 57755 59544 63095 61322 57756 59545 63096 61323 57757 59547 63098 61325
           57758 59546 63097 61324 57759 59549 63100 61327 57760 59548 63099 61326 57761 59550 63101 61328 57762 59551 63102 61329 984980 984892 985068 984804 57763 59562 63113 61338 57764 59552 63103 61330 57765 59553 63104 61331 57766
           59554 63105 61332 57767 59555 63106 61333 57768 59556 63107 61334 57769 59557 63108 61335 57770 59558 63109 61336 57771 59559 63110 61337 57772 59560 63111 61339 57773 59561 63112 61340 57774 59563 63114 61341 984282 984038 983795
           984532 984283 984039 983796 984533 984764 984751 984777 984394 984284 984040 983797 984534 984285 984041 983798 984535 984286 984042 983799 984536 984287 984043 983800 984537 984288 984044 983801 984538 984289 984045 983802 984539
           984290 984046 983803 984540 984291 984047 983804 984541 984981 984894 985070 984806 984982 984893 985069 984805 984983 984895 985071 984807 57775 59564 63115 61342 57776 59565 63116 61343 57777 59567 63118 61345 57778 59566 63117
           61344 984292 984048 983805 984542 984293 984049 983806 984543 984294 984050 983807 984544 57779 59568 63119 61346 57780 59569 63120 61347 984295 984051 983808 984545 57781 59570 63121 61348 984984 984897 985073 984809 984985
           984896 985072 984808 57782 59571 63122 61349 984296 984052 983809 984546 57783 59572 63123 61350 57784 59573 63124 61351 57785 59576 63127 61354 57786 59574 63125 61352 57787 59575 63126 61353 57788 59577 63128 61355 57789 59578
           63129 61356 984297 984053 983810 984547 984298 984054 983811 984548 984299 984055 983812 984549 57790 59579 63130 61357 57791 59580 63131 61358 984300 984056 983813 984550 57792 59581 63132 61359 984986 984898 985074 984810 57793
           59582 63133 61360 57794 59583 63134 61361 57795 59584 63135 61362 57796 59585 63136 61363 57797 59587 63138 61365 57798 59586 63137 61364 57799 59588 63139 61366 57800 59589 63140 61367 57801 59590 63141 61368 57802 59591 63142
           61369 57803 59593 63144 61371 984987 984899 985075 984811 57804 59592 63143 61370 985177 57805 59594 63145 61372 57806 59595 63146 61373 984301 984057 983814 984551 984302 984058 983815 984552 57807 59596 63147 61374 57808 59597
           63148 61375 57809 59609 63159 61384 57810 59598 63149 61376 57811 59600 63151 61378 57812 59599 63150 61377 57813 59602 63153 61380 57814 59601 63152 61379 57815 59604 63155 61382 57816 59603 63154 61381 57817 59605 63156 61383
           57818 59607 63158 61386 57819 59606 63157 61385 57820 59608 63160 61387 57821 59611 63162 61389 57822 59610 63161 61388 57823 59613 63164 61391 57824 59612 63163 61390 57825 59614 63165 61392 57826 59615 63166 61393 57827 59616
           63167 61394 984303 984059 983816 984553 57828 59617 63168 61395 984304 984060 983817 984554 984765 984752 984778 984739 984305 984061 983818 984555 985178 985144 985217 985247 985179 985145 985218 985248 985180 985146 985219
           985249 57835 59623 63174 61401 57829 59618 63169 61396 57830 59622 63173 61400 57831 59619 63170 61397 57832 59620 63171 61398 57833 59621 63172 61399 57834 59627 63178 61405 57836 59624 63175 61402 57837 59625 63176 61403 57838
           59626 63177 61404 57839 59628 63179 61406 57840 59629 63180 61407 57841 59630 63181 61408 57842 59631 63182 61409 57843 59633 63184 61411 984306 984062 983819 984556 57844 59632 63183 61410 57845 59634 63185 61412 57846 59637
           63188 61415 57847 59635 63186 61413 57848 59636 63187 61414 57849 59638 63189 61416 57850 59639 63190 61417 57851 59640 63191 61418 57852 59641 63192 61419 57853 59642 63193 61420 57854 59643 63194 61421 57855 59644 63195 61422
           57856 59645 63196 61423 57857 59648 63199 61426 57858 59646 63197 61424 57859 59647 63198 61425 57860 59649 63200 61427 57861 59650 63201 61428 57862 59651 63202 61429 57863 59652 63203 61430 984307 984063 983820 984557 57864
           59653 63204 61431 57865 59654 63205 61432 57866 984308 984064 983821 984558 57867 59655 63206 61433 57868 59656 63207 61434 57869 59658 63209 61436 57870 59657 63208 61435 57871 59659 63210 61437 57872 59660 63211 61438 57873
           59661 63212 61439 57874 59662 63213 61440 57875 59663 63214 61441 57876 59665 63216 61443 57877 59664 63215 61442 57878 59666 63217 61444 57879 59667 63218 61445 57880 59668 63219 61446 57881 59669 63220 61447 57882 59676 63227
           61453 57883 59670 63221 61448 984309 984065 983822 984559 985181 57884 59672 63223 61450 57885 59671 63222 61449 984310 984066 983823 984560 57886 59673 63224 61451 57887 59674 63225 61452 57888 59675 63226 61454 985182 984312
           984068 983825 984562 984311 984067 983824 984561 57889 59677 63228 61455 57890 59678 63229 61456 984313 984069 983826 984563 57891 59679 63230 61457 984988 984900 985076 984812 57892 59680 63231 61458 984989 984901 985077 984813
           57893 59681 63232 61459 57894 59682 63233 61460 57895 59683 63234 61461 57896 59684 63235 61462 57897 59685 63236 61463 57898 59686 63237 61464 984314 984070 983827 984564 984990 984902 985078 984814 984991 984903 985079 984815
           57899 59687 63238 61465 57900 59688 63239 61466 57901 59689 63240 61467 57902 59690 63241 61468 57903 59691 63242 61469 57904 59692 63243 61470 57905 59693 63244 61471 57906 59694 63245 61472 57907 59695 63246 61473 984992 984904
           985080 984816 57908 59696 63247 61474 57909 59697 63248 61475 57910 59698 63249 61476 57911 59700 63251 61478 57912 59699 63250 61477 57913 59701 63252 61479 57914 59702 63253 61480 57915 59703 63254 61481 57916 59704 63255 61482
           57917 59705 63256 61483 57918 59710 63260 61487 57919 59706 63257 61484 57920 59707 63258 61485 57921 59708 63259 61486 984315 984071 983828 984565 57922 59709 63261 61488 57923 59711 63262 61489 57924 59714 63265 61492 984316
           984072 983829 984566 57925 59712 63263 61490 57926 59713 63264 61491 57927 59715 63266 61493 57928 59717 63268 61495 57929 59716 63267 61494 57930 59722 63273 61498 57931 59718 63269 61496 57932 59719 63270 61497 57933 59720 63271
           61499 57934 59721 63272 61500 57935 59723 63274 61501 57936 59725 63276 61503 57937 59724 63275 61502 57938 59728 63279 61504 985183 985147 985220 985250 985184 985148 985221 985251 985185 985149 985222 985252 985186 985150 985223
           985253 985187 985151 985224 985254 57939 59726 63277 61505 57940 59727 63278 61506 59729 63280 61507 57941 59730 63281 61508 57942 59731 63282 61509 984317 984073 983830 984567 57943 59732 63283 61510 57944 59733 63284 61511 57945
           59734 63285 61512 57946 59735 63286 61513 57947 59737 63288 61515 57948 59736 63287 61514 984318 984074 983831 984568 57949 59738 63289 61516 57950 59739 63290 61517 57951 59740 63291 61518 57952 59741 63292 61519 57953 59742
           63293 61520 57954 59743 63294 61521 57955 59744 63295 61522 57956 59745 63296 61523 57957 59746 63297 61524 57958 59747 63298 61525 57959 59748 63299 61526 57960 59749 63300 61527 57961 59750 63301 61528 57962 59753 63304 61531
           57963 59751 63302 61529 57964 59752 63303 61530 984319 984075 983832 984569 57965 59754 63305 61532 57966 59755 63306 61533 985188 57967 59774 63325 61552 57968 59756 63307 61534 57969 59757 63308 61535 57970 59758 63309 61536
           57971 59759 63310 61537 57972 59760 63311 61538 57973 59761 63312 61539 57974 59762 63313 61540 57975 59763 63314 61541 57976 59765 63316 61542 57977 59764 63315 61543 57978 59766 63317 61544 984320 984076 983833 984570 57979
           59767 63318 61545 57980 59768 63319 61546 57981 59769 63320 61547 57982 59770 63321 61548 57983 59771 63322 61549 57984 59772 63323 61550 57985 984321 984077 983834 984571 57986 59773 63324 61551 57987 59775 63326 61553 57988
           59776 63327 61554 57989 59777 63328 61555 57990 59778 63329 61556 57991 59779 63330 61557 57992 59780 63331 61558 57993 984993 984905 985081 984817 984994 984906 985082 984818 57994 59781 63332 61559 57995 59782 63333 61560 57996
           59783 63334 61561 984322 984078 983835 984572 57997 59784 63335 61562 57998 59785 63336 61563 984323 984079 983836 984573 57999 59786 63337 61564 58000 59787 63338 61565 58001 59788 63339 61566 58002 59789 63340 61567 58003 59790
           63341 61568 58004 59791 63342 61569 58005 59792 63343 61570 58006 59793 63344 61571 58007 59795 63346 61573 984324 984080 983837 984574 58008 59794 63345 61572 58009 59796 63347 61574 58010 59799 63350 61577 58011 59797 63348
           61575 58012 59798 63349 61576 58013 59800 63351 61578 58014 59801 63352 61579 984995 984907 985083 984819 985189 985152 985225 985255 58016 59803 63354 61581 58017 59804 63355 61582 58018 59805 63356 61583 984325 58019 59808 63358
           61585 984326 984081 983838 984575 984327 984082 983839 984576 984328 984083 983840 984577 58020 59806 63357 61584 58021 59807 63359 61586 58022 59809 63360 61587 984329 984084 983841 984578 58023 59810 63361 61588 58024 59812
           63363 61590 58025 59811 63362 61589 58026 59813 63364 61591 984330 984085 983842 984579 984331 984086 983843 984580 984332 984087 983844 984581 985190 58027 59814 63365 61592 58028 59815 63366 61593 58029 59816 63367 61594 58030
           59817 63368 61595 58031 59818 63369 61596 58032 59819 63370 61597 58033 59820 63371 61598 58034 59821 63372 61599 58035 59822 63373 61600 58036 59823 63374 61601 58037 59824 63375 61602 58038 59825 63376 61603 58039 59826 63377
           61604 58040 59827 63378 61605 985191 58041 59829 63379 61606 58042 59828 63380 61607 984333 984088 983845 984582 58043 59830 63381 61608 58044 59831 63382 61609 58045 59832 63383 61610 58046 59833 63384 61611 58047 59834 63385
           61612 58048 59835 63386 61613 58049 59836 63387 61614 58050 59837 63388 61615 984334 984089 983846 984583 58051 59838 63389 61616 58052 59842 63393 61620 58053 59839 63390 61617 58054 59840 63391 61618 58055 59841 63392 61619
           58056 59843 63394 61621 58057 59844 63395 61622 58058 59845 63396 61623 984335 984090 983847 984584 984336 984091 983848 984585 985192 58059 59847 63398 61625 58060 59846 63397 61624 58061 59848 63399 61626 58062 59849 63400 61627
           58063 59850 63401 61628 58064 59851 63402 61629 58065 59852 63403 61630 58066 59853 63404 61631 984996 984908 985084 984820 58067 59854 63405 61632 984337 984092 983849 984586 58068 59855 63406 61633 58069 59856 63407 61634 58070
           59857 63408 61635 984338 984093 983850 984587 984339 984094 983851 984588 58071 59858 63409 61636 58072 59859 63410 61637 58073 59860 63411 61638 58074 59861 63412 61639 58075 59862 63413 61640 58076 59863 63414 61641 58077 59864
           63415 61642 58078 59865 63416 61643 58079 59866 63417 61644 58080 59867 63418 61645 58081 59868 63419 61646 58082 59869 63420 61647 58083 59870 63421 61648 58084 59871 63422 61649 58085 59872 63423 61650 58086 59873 63424 61651
           58087 59874 63425 61652 58088 59875 63426 61653 58089 59876 63427 61654 58090 59877 63428 61655 58091 59879 63430 61657 58092 59878 63429 61656 984340 984095 983852 984589 984341 984096 983853 984590 58093 59880 63431 61658 58094
           59881 63432 61659 985193 985153 985226 985256 985194 985154 985227 985257 58095 59882 63433 61660 58096 59883 63434 61661 58097 59884 63435 61662 984766 984753 984779 984740 58098 59885 63436 61663 58099 59886 63437 61664 58100
           59887 63438 61665 58101 59889 63439 61666 58102 59888 63440 61667 58103 59890 63441 61668 58104 59892 63442 61669 58105 59891 63443 61670 58106 59894 63444 61671 58107 59893 63445 61672 58108 59895 63446 61673 58109 59896 63447
           61674 58110 59897 63448 61675 58111 59899 63450 61677 58112 59898 63449 61676 58113 59902 63453 61680 58114 59900 63451 61678 58115 59901 63452 61679 58116 59903 63454 61681 58117 59904 63455 61682 58118 59906 63457 61684 58119
           59905 63456 61683 984342 984097 983854 984591 984997 984909 985085 984821 58120 59907 63458 61685 58121 59910 63461 61688 58122 59908 63459 61686 58123 59909 63460 61687 58124 59911 63462 61689 984343 984098 983855 984592 58125
           59912 63463 61690 58126 59913 63464 61691 58127 59914 63465 61692 58128 59917 63468 61695 58129 59915 63466 61693 58130 59916 63467 61694 58131 59918 63469 61696 58132 59920 63471 61698 58133 59919 63470 61697 58134 59921 63472
           61699 984344 984099 983856 984593 984345 984101 983858 984595 984346 984100 983857 984594 58135 59922 63473 61700 58136 59926 63477 61703 58137 58138 59923 63474 61701 58139 59924 63475 61702 58140 59925 63476 61704 58141 59927
           63478 61705 58142 59928 63479 61706 58143 59929 63480 61707 58144 59930 63481 61708 58145 59931 63482 61709 58146 59932 63483 61710 984347 984102 983859 984596 58147 59933 63484 61711 58148 59934 63485 61712 58149 59935 63486
           61713 58150 59936 63487 61714 58151 59937 63488 61715 58152 59938 63489 61716 58153 59939 63490 61717 58154 59940 63491 61718 58155 59941 63492 61719 58156 59942 63493 61720 984348 984103 983860 984597 58157 59943 63494 61721
           58158 59944 63495 61722 984349 984104 983861 984598 58159 59945 63496 61723 58160 59946 63497 61724 58161 59947 63498 61725 58162 59951 63501 61728 58163 59948 63499 61726 58164 59949 63500 61727 58165 59950 63502 61729 58166
           59952 63503 61730 58167 59953 63504 61731 58168 59954 63505 61732 58169 59955 63506 61733 58170 59956 63507 61734 984350 984105 983862 984599 58171 59957 63508 61735 58172 59959 63510 61736 58173 59958 63509 58174 59960 63511
           61737 58175 59962 63513 61738 59961 63512 61739 58177 59963 63514 61740 58178 59964 63515 61741 58179 59965 63516 61742 58180 59966 63517 61743 58181 59967 63518 61744 984352 984106 983863 984600 58182 59968 63519 61745 58183
           59969 63520 61746 984353 984107 983864 984601 984354 984108 983865 984602 58184 59970 63521 61747 984355 984109 983866 984603 984356 984110 983867 984604 58185 59972 63523 61749 58186 59971 63522 61748 58187 59974 63525 61751
           58188 59973 63524 61750 58189 59975 63526 61752 58190 59976 63527 61753 58191 59977 63528 61754 984357 984111 983868 984605 984358 984112 983869 984606 984359 984113 983870 984607 984360 984114 983871 984608 984361 984115 983872
           984609 58192 59978 63529 61755 984362 984116 983873 984610 984363 984118 983875 984612 984364 984117 983874 984611 58193 59988 63539 61764 58194 59979 63530 61756 58195 59980 63531 61757 58196 59981 63532 61758 58197 59982 63533
           61759 58198 59983 63534 61760 58199 59984 63535 61761 58200 59985 63536 61762 984365 984119 983876 984613 58370 60154 63705 61927 984366 984120 983877 984614 984367 984121 983878 984615 984368 984122 983879 984616 984369 984123
           983880 984617 984370 984124 983881 984618 58201 59986 63537 61763 984371 984125 983882 984619 58202 59987 63538 61765 58203 59989 63540 61766 58204 59990 63541 61767 58205 59991 63542 61768 58206 59992 63543 61769 58207 59993
           63544 61770 58208 59998 63549 61773 58209 59995 63546 61771 58210 59994 63545 58211 59996 63547 61772 58212 59997 63548 984372 984126 983883 984620 58213 59999 63550 61774 984998 984910 985086 984822 58214 60000 63551 61775 58215
           60003 63554 61778 58216 60001 63552 61776 58217 60002 63553 61777 58218 60004 63555 61779 58219 60005 63556 61780 58220 60006 63557 61781 58221 60008 63559 61783 58222 60007 63558 61782 58223 60009 63560 61784 58224 60010 63561
           61785 58225 60011 63562 61786 58425 60210 983057 61983 58226 60012 63563 61787 58227 60014 63565 61789 58228 60013 63564 61788 58229 60016 63567 61791 58230 60015 63566 61790 58231 60017 63568 61792 58232 60018 63569 61793 58233
           60020 63571 61795 58234 60019 63570 61794 58235 60022 63573 61796 984999 984911 985087 984823 58236 60021 63572 984373 984127 983884 984621 58237 60023 63574 61797 58238 60024 63575 61798 58239 60025 63576 61799 58240 60027 63578
           61801 58241 60026 63577 61800 58242 60028 63579 61802 58243 60029 63580 61803 58244 60031 63582 61805 58245 60030 63581 61804 58246 60032 63583 61806 58247 60033 63584 61807 58248 60034 63585 61808 58249 60035 63586 61809 58250
           60036 63587 61810 58251 60037 63588 61811 58252 60038 63589 61812 58253 60039 63590 61813 58254 60040 63591 61814 58255 60041 63592 61815 58256 60042 63593 61816 58257 60043 63594 61817 58258 60044 63595 61818 58259 60045 63596
           61819 58260 60046 63597 61820 58261 60047 63598 61821 58262 60048 63599 61822 58263 60049 63600 61823 58264 60050 63601 61824 58265 60051 63602 61825 58266 60052 63603 61826 58267 60053 63604 61827 58268 60054 63605 61828 58269
           60055 63606 61829 58270 60056 63607 61830 58271 60057 63608 61831 58272 60058 63609 61832 58273 60059 63610 61833 58274 60060 63611 61834 58275 60061 63612 61835 58276 60062 63613 61836 58277 60063 63614 61837 58278 60064 63615
           61838 58279 60065 63616 61839 58280 60066 63617 61840 58281 60067 63618 61841 58520 60303 983150 62077 58282 60068 63619 61842 58283 60069 63620 61843 58284 58285 60070 63621 61844 58286 60074 63625 61847 58287 60071 63622 61845
           58288 60072 63623 61846 58289 60073 63624 985000 984912 985088 984824 984374 984128 983885 984622 58290 60075 63626 61848 984375 984129 983886 984623 58291 60076 63627 61849 58292 60082 63633 61855 58293 60077 63628 61850 58294
           60078 63629 61851 58295 60079 63630 61852 58296 60080 63631 61853 58297 60081 63632 61854 58298 60083 63634 61856 58299 60084 63635 61857 58300 60085 63636 61858 58301 60086 63637 61859 58302 60087 63638 61860 58303 60088 63639
           61861 58304 60089 63640 61862 58305 60090 63641 61863 58306 60091 63642 61864 985001 984913 985089 984825 985195 985155 985228 985258 58307 60093 63644 61866 985002 984914 985090 984826 58308 60092 63643 61865 58309 60094 63645
           61867 984376 984130 983887 984624 985196 985156 985229 985259 985197 985157 985230 985260 985198 985158 985231 985261 58310 60095 63646 61868 985003 984915 985091 984827 58311 60096 63647 61869 58312 60097 63648 61870 58313 60098
           63649 61871 58314 60099 63650 61872 58315 60100 63651 61873 58316 60101 63652 61874 58317 60102 63653 61875 58318 60103 63654 61876 58319 60104 63655 61877 58320 60105 63656 61878 984377 984131 983888 984625 58321 60107 63658
           61880 58322 60106 63657 61879 58323 60108 63659 61881 58324 60109 63660 61882 58325 60110 63661 61883 58326 60111 63662 61884 58327 60112 63663 61885 985004 984916 985092 984828 58328 60113 63664 61886 58329 60114 63665 61887
           984378 984132 983889 984626 58330 60115 63666 61888 58331 60116 63667 61889 58332 60119 63670 61892 58333 60117 63668 61890 58334 60118 63669 61891 984379 984133 983890 984627 58335 60120 63671 61893 58336 60121 63672 61894 58337
           60126 63677 61899 58338 60122 63673 61895 58339 60123 63674 61896 58340 60124 63675 61897 58341 60125 63676 61898 58342 60127 63678 61900 58343 60128 63679 61901 58344 60129 63680 61902 985005 984917 985093 984829 58345 60130
           63681 61903 58346 60131 63682 61904 58347 60132 63683 61905 58348 60133 63684 61906 58349 60134 63685 61907 58350 60135 63686 61908 58351 60136 63687 61909 58352 60141 63692 61914 58353 60137 63688 61910 58354 60139 63690 61912
           58355 60138 63689 61911 985006 984918 985094 984830 58356 60140 63691 61913 984380 984134 983891 984628 58357 60142 63693 61915 58358 60143 63694 61916 58359 60144 63695 61917 58360 60147 63698 61920 58361 60146 63697 61919 58362
           60145 63696 61918 58363 60148 63699 61921 984381 984135 983892 984629 58364 60149 63700 61922 58365 60150 63701 61923 58366 60152 63703 61925 58367 60151 63702 61924 58368 60153 63704 61926 58369 60155 63706 61928 58371 60156
           63707 61929 58372 60157 63708 61930 984382 984136 983893 984630 58373 60158 63709 61931 58374 60159 63710 61932 58375 60160 63711 61933 58376 60161 63712 61934 58377 60162 63713 61935 58378 60163 63714 61936 58379 60164 63715
           61937 984383 984137 983894 984631 58380 60165 63716 61938 984384 984138 983895 984632 58381 60168 63719 61941 58382 60166 63717 61939 985273 58383 60167 63718 61940 58384 60169 63720 61942 58385 60170 63721 61943 58386 60171 63722
           61944 58387 60172 63723 61945 58388 60173 63724 61946 58389 60174 63725 61947 58390 60175 63726 61948 58391 60176 63727 61949 58392 60177 63728 61950 58393 60178 63729 61951 58394 60180 63731 61952 58395 60179 63730 61953 58396
           60181 63732 61954 58397 60182 63733 61955 58398 60183 63734 61956 58399 60185 63736 61958 58400 60184 63735 61957 58401 60186 63737 61959 58402 60187 63738 61960 985007 984919 985095 984831 58403 60188 63739 61961 58404 60189
           63740 61962 58405 60190 63741 61963 984767 984754 984780 984741 58406 60191 63742 61964 985008 984920 985096 984832 985009 984921 985097 984833 985010 984922 985098 984834 58407 60192 63743 61965 58408 60193 983040 61966 984385
           984139 983896 984633 58409 60194 983041 61967 58410 60195 983042 61968 58411 60196 983043 61969 58412 60197 983044 61970 58413 60198 983045 61971 58414 60200 983047 61972 58415 60199 983046 61973 58416 60201 983048 61974 58417
           60202 983049 61975 985011 984923 985099 984835 58418 60203 983050 61976 58419 60204 983051 61977 985012 984924 985100 984836 58420 60205 983052 61978 58421 60207 983054 61980 58422 60206 983053 61979 58423 60208 983055 61981 58424
           60209 983056 61982 58426 60211 983058 61984 58427 58428 60212 983059 61985 58429 60213 983060 61986 58430 60214 983061 61987 58431 60215 983062 61988 58432 60216 983063 61989 985013 984925 985101 984837 985014 984926 985102 984838
           58433 60217 983064 61990 58434 60219 983066 61992 58435 60218 983065 61991 58436 60220 983067 61993 58437 60221 983068 61994 58438 60222 983069 61995 58439 60223 983070 61996 58440 60224 983071 61997 58441 60227 983074 62000 58442
           60225 983072 61998 58443 60226 983073 61999 58444 60228 983075 62001 58445 60229 983076 62002 58446 60230 983077 62003 58447 60235 983082 62007 58448 60231 983078 62004 58449 60232 983079 62005 58450 60233 983080 62006 58451 60234
           983081 62008 59082 60864 983711 62637 59110 60890 983737 62663 984386 984140 983897 984634 58452 60236 983083 62009 58453 60237 983084 62010 58454 60238 983085 62011 985015 984927 985103 984839 985016 984928 985104 984840 58455
           60239 983086 62012 58456 60240 983087 62013 58457 60241 983088 62014 58458 60242 983089 62015 58459 60243 983090 62016 58460 60245 983092 62018 58461 60244 983091 62017 58462 60246 983093 62019 58463 60247 983094 62020 58464 60248
           983095 62021 58465 60249 983096 62022 58466 60250 983097 62023 58467 60251 983098 62024 58468 58469 60252 983099 62025 58470 60253 983100 62026 984387 984141 983898 984635 58471 60254 983101 62027 58472 60255 983102 62028 58473
           60256 983103 62029 58474 60257 983104 62030 58475 60258 983105 62031 985199 58476 60259 983106 62032 984388 984142 983899 984636 58477 60265 983112 62036 58478 60260 983107 62033 58479 60262 983108 62034 58480 60261 983109 62035
           58481 60264 983110 62037 58482 60263 983111 62038 58483 60267 983113 62039 58484 60266 983114 62040 58485 60269 983115 62041 58486 60268 983116 62042 58487 60270 983117 62043 58488 60271 983118 62044 58489 60272 983119 62045 58490
           60273 983120 62046 58491 60274 983121 62047 58492 60279 983126 62051 58493 60277 983124 62050 58494 60275 983122 62048 58495 60276 983123 62049 58496 60278 983125 62052 58497 60280 983127 62053 58498 60281 983128 62054 984389
           984143 983900 984637 58499 60282 983129 62055 58500 60284 983131 62057 58501 60283 983130 62056 984390 984144 983901 984638 58502 60287 983134 62060 58503 60285 983132 62058 58504 60286 983133 62059 984391 984145 983902 984639
           58505 60288 983135 62061 58506 60289 983136 62062 58507 60290 983137 62063 58508 60291 983138 62064 58509 60292 983139 62065 58510 60293 983140 62066 58511 60294 983141 62067 58512 60295 983142 62068 58513 60307 983153 62075
           985200 985159 985232 985262 985201 985160 985233 985263 985202 985161 985234 985264 58514 60299 983146 62072 58515 60297 983144 62070 58516 60296 983143 62069 58517 60298 983145 62071 58518 60300 983147 62073 58519 60301 983148
           62074 58521 60302 983149 62076 58522 60305 983152 62079 58523 60304 983151 62078 58524 60306 983154 62080 58525 60308 983155 62081 58526 60309 983156 62082 58527 60311 983158 62083 58528 60310 983157 62084 58529 60312 983159 62085
           984392 984146 983903 984640 58530 60324 983171 62096 58531 60313 983160 62086 58532 60314 983161 62087 58533 60315 983162 62088 58534 60316 983163 62089 58535 60317 983164 62090 58536 60318 983165 62091 58537 60319 983166 62092
           58538 60320 983167 62093 58539 60321 983168 62094 58540 60322 983169 62095 58541 60323 983170 62097 58542 60330 983176 62101 58543 60325 983172 62098 58544 60326 983173 62099 58545 60327 983174 62100 58546 60328 983175 62102 58547
           60329 983177 62103 58548 60337 983184 62110 58549 60331 983178 62104 58550 60334 983181 62107 58551 60332 983179 62105 58552 60333 983180 62106 58553 60335 983182 62108 58554 60336 983183 62109 58555 60338 983185 62111 58556 60339
           983186 62112 58557 60340 983187 62113 984393 984147 983904 984641 58558 60342 983189 62115 58559 60341 983188 62114 58560 60343 983190 62116 58561 60345 983192 62118 58562 60344 983191 62117 58563 60347 983194 58565 60346 983193
           62119 58566 60349 983196 62122 58567 60348 983195 62121 984395 984148 983905 984642 984396 984149 983906 984643 984397 984150 983907 984644 58568 60350 983197 62123 984398 984151 983908 984645 58569 60351 983198 62124 58570 60352
           983199 62125 58571 60353 983200 62126 58572 60356 983203 62129 58573 60354 983201 62127 58574 60355 983202 62128 58575 60357 983204 62130 58576 60358 983205 62131 58577 60359 983206 62132 58578 60361 983208 62134 58579 60360
           983207 62133 984399 984152 983909 984646 984400 984153 983910 984647 58580 60362 983209 62135 984401 984154 983911 984648 58581 60363 983210 62136 58582 60364 983211 62137 58583 60365 983212 62138 58584 60366 983213 62139 58585
           60367 983214 62140 58586 60368 983215 62141 984402 984155 983912 984649 58587 60369 983216 62142 58588 60370 983217 62143 58589 60371 983218 62144 58590 60372 983219 62145 58591 60373 983220 62146 58592 60377 983223 62149 58593
           60374 983221 62147 58594 60375 983222 62148 58595 60376 983224 62150 58596 60378 983225 62151 58597 60379 983226 62152 58598 60380 983227 62153 58599 60381 983228 62154 58600 60382 983229 62155 58601 60383 983230 62156 58602 60385
           983232 62158 58603 60384 983231 62157 58604 60386 983233 62159 58605 60387 983234 62160 984403 984156 983913 984650 58606 60388 983235 62161 985017 984929 985105 984841 985018 984930 985106 984842 58607 60389 983236 62162 985203
           985162 985235 985265 58608 60391 983238 62164 58609 60390 983237 62163 58610 60392 983239 62165 58611 60393 983240 62166 984404 984157 983914 984651 58612 60394 983241 62167 58613 60397 983243 62169 58614 60395 983242 62168 58615
           60396 983244 62170 58616 60398 983245 62171 58617 60399 983246 62172 58618 60400 983247 62173 984405 984158 983915 984652 58619 60403 983250 62175 58620 60401 983248 62174 58621 60402 983249 62176 58622 60404 983251 62177 58623
           60405 983252 62178 984406 984159 983916 984653 58624 60406 983253 62179 58625 60407 983254 62180 58626 60410 983257 62183 58627 60408 983255 62181 58628 60409 983256 62182 58629 60411 983258 62184 58630 60412 983259 62185 984407
           984160 983917 984654 984408 984161 983918 984655 58631 60413 983260 62186 58632 60414 983261 62187 58633 60415 983262 62188 58634 60416 983263 62189 58635 60417 983264 62190 985204 58636 60419 983266 62192 58637 60418 983265 62191
           58638 60420 983267 62193 58639 60421 983268 62194 58640 60422 983269 62195 984409 984162 983919 984656 984410 984163 983920 984657 984411 984164 983921 984658 58641 60423 983270 62196 58642 60424 983271 62197 58643 60425 983272
           62198 58644 60426 983273 62199 58645 60427 983274 62200 58646 60434 983281 62206 58647 60429 983276 62202 58648 60428 983275 62201 58649 60430 983277 62203 58650 60431 983278 62204 58651 60432 983279 62205 58652 60433 983280 62207
           985019 984931 985107 984843 58653 60435 983282 62208 58654 60436 983283 62209 985205 985163 985236 985266 58655 60440 983287 62213 58656 60437 983284 62210 58657 60439 983286 62212 58658 60438 983285 62211 58659 60445 983292 62218
           58660 60441 983288 62214 58661 60442 983289 62215 58662 60443 983290 62216 58663 60444 983291 62217 58664 60447 983294 62220 58665 60446 983293 62219 58666 60451 983298 62223 58667 60448 983295 62221 58668 60449 983296 62222 58669
           60450 983297 62224 58670 60452 983299 62225 58671 60453 983300 62226 58672 60454 983301 62227 58673 60455 983302 62228 58674 60457 983304 62230 58675 60456 983303 62229 58676 60460 983307 62232 58677 60458 983305 62231 58678 60459
           983306 62233 58679 60461 983308 62234 58680 60462 983309 62235 58681 60463 983310 62236 984412 984166 983923 984660 984413 984165 983922 984659 985020 984933 985109 984845 985021 984932 985108 984844 984768 984755 984781 984742
           58682 60464 983311 62237 58683 60467 983313 62238 58684 60465 983312 62239 58685 60466 983314 62240 58686 60468 983315 62241 984414 984167 983924 984661 58687 60469 983316 62242 58688 60470 983317 62243 984415 984168 983925 984662
           984416 984169 983926 984663 58689 60471 983318 62244 984417 984170 983927 984664 58690 60472 983319 62245 58691 60473 983320 62246 58692 60474 983321 62247 58693 60475 983322 62248 58694 60476 983323 62249 58695 60478 983325 62251
           58696 60477 983324 62250 58697 60479 983326 62252 58698 60480 983327 62253 58699 60481 983328 62254 985022 984934 985110 984846 58700 60482 983329 62255 58701 60483 983330 62256 58702 60484 983331 62257 58703 60485 983332 62258
           984418 984171 983928 984665 58704 60487 983334 62260 58705 60486 983333 62259 984419 984172 983929 984666 58706 60488 983335 62261 58707 60489 983336 62262 984420 984173 983930 984667 58708 60490 983337 62263 58709 60491 983338
           62264 58710 60493 983339 62265 58711 60492 983340 62266 58712 60494 983341 62267 58713 60495 983342 62268 58714 60496 983343 62269 58715 60497 983344 62270 984769 984756 984782 984743 58716 60498 983345 62271 58717 60499 983346
           62272 58718 60500 983347 62273 58719 60501 983348 62274 985023 984935 985111 984847 58720 60502 983349 62275 58721 60503 983350 62276 58722 60504 983351 62277 985024 984936 985112 984848 984770 984757 984783 984744 58723 60507
           983354 62280 58724 60506 983353 62279 58725 60505 983352 62278 58726 60508 983355 62281 58727 60510 983357 62283 58728 60509 983356 62282 58729 60511 983358 62284 58730 60513 983360 62286 58731 60512 983359 62285 58732 60514
           983361 62287 58733 60515 983362 62288 58734 60516 983363 62289 58735 60517 983364 62290 58736 60518 983365 62291 58737 60520 983367 62293 58738 60519 983366 62292 984421 984174 983931 984668 58739 60521 983368 62294 58740 60522
           983369 62295 985025 984937 985113 984849 58741 60523 983370 62296 58742 60525 983372 62298 58743 60524 983371 62297 58744 60526 983373 62299 58745 60527 983374 62300 58746 60529 983376 62302 58747 60528 983375 62301 58748 60530
           983377 62303 58749 60531 983378 62304 58750 60532 983379 62305 58751 60549 983396 62318 58752 60533 983380 62306 58753 60534 983381 62307 58754 60535 983382 62308 58755 60536 983383 62309 58756 60537 983384 62310 58757 60538
           983385 62311 58758 60539 983386 62312 58759 60540 983387 62313 58760 60541 983388 62314 58761 60542 983389 62315 58762 60543 983390 62316 58763 60544 983391 62317 58764 60545 983392 62319 58765 60546 983393 62320 58766 60547
           983394 62321 58767 60548 983395 62322 58768 60550 983397 62323 58769 60551 983398 62324 58770 60552 983399 62325 985026 984938 985114 984850 985206 985164 985237 985267 58771 60555 983402 62328 58772 60553 983400 62326 58773 60554
           983401 62327 985207 58774 60556 983403 62329 984422 984175 983932 984669 58775 60558 983405 62331 58776 60557 983404 62330 58777 60559 983406 62332 984423 984176 983933 984670 58778 60560 983407 62333 58779 60561 983408 62334
           58780 60562 983409 62335 984424 984177 983934 984671 58781 60563 983410 62336 58782 60564 983411 62337 58783 60565 983412 62338 58784 60566 983413 62339 58785 60568 983415 62341 58786 60567 983414 62340 58787 60569 983416 62342
           58788 60570 983417 62343 985027 984939 985115 984851 58789 60571 983418 62344 58790 60572 983419 62345 58791 60573 983420 62346 985028 984940 985116 984852 985029 984941 985117 984853 58792 60574 983421 62347 58793 60575 983422
           62348 58794 60576 983423 62349 58795 60577 983424 62350 58796 60578 983425 62351 58797 60579 983426 62352 58798 60580 983427 62353 58799 60582 983429 62355 58800 60581 983428 62354 58801 60583 983430 62356 58802 60584 983431 62357
           58803 60585 983432 62358 58804 60586 983433 62359 58805 60587 983434 62360 58806 60588 983435 62361 984425 984178 983935 984672 58807 60591 983438 62364 58808 60589 983436 62362 58809 60590 983437 62363 58810 60592 983439 62365
           58811 60593 983440 62366 58812 60594 983441 62367 58813 60595 983442 62368 58814 60596 983443 62369 58815 60597 983444 62370 58816 60598 983445 62371 58817 60599 983446 62372 58818 60600 983447 62373 58819 60601 983448 62374 58820
           60602 983449 62375 58821 60603 983450 62376 58822 60604 983451 62377 58823 60605 983452 62378 58824 60606 983453 62379 58825 60608 983455 62381 58826 60607 983454 62380 984426 984179 983936 984673 58827 60609 983456 62382 58828
           60610 983457 62383 58829 60611 983458 62384 984427 58830 60612 983459 62385 58831 60613 983460 62386 58832 60614 983461 62387 58833 60615 983462 62388 985030 984942 985118 984854 58834 60617 983464 62390 58835 60616 983463 62389
           985031 984943 985119 984855 984428 984180 983937 984674 58836 60618 983465 62391 58837 60620 983467 62393 984429 984181 983938 984675 58838 60619 983466 62392 58839 60621 983468 62394 58840 60622 983469 62395 58841 60623 983470
           62396 58842 60624 983471 62397 985032 984945 985121 984857 985033 984944 985120 984856 985034 984946 985122 984858 58843 60629 983476 62401 58844 60625 983472 62398 58845 60627 983474 62400 58846 60626 983473 62399 58847 60628
           983475 62402 58848 60630 983477 62403 58849 60631 983478 62404 58850 60632 983479 62405 984430 984182 983939 984676 58851 60647 983492 62418 58852 60633 983480 62406 58853 60634 983481 62407 58854 60635 983482 62408 58855 60636
           983483 62409 58856 60637 983484 62410 58857 60638 983485 62411 58858 60639 983486 62412 984771 984758 984784 984745 58859 60640 983487 62413 58860 60641 983488 62414 58861 60642 983489 62415 984431 984183 983940 984677 58862 60643
           983490 62416 58863 60644 983491 62417 58864 60645 983493 62419 58865 60646 983494 62420 58866 60648 983495 62421 58867 60649 983496 62422 58868 60650 983497 62423 984432 984184 983941 984678 58869 60651 983498 62424 984433 984185
           983942 984679 58870 60652 983499 62425 58871 60653 983500 62426 984434 984186 983943 984680 58872 60654 983501 62427 58873 60661 983508 62432 58874 60656 983503 62428 58875 60655 983502 62429 58876 60657 983504 62430 58877 60658
           983505 62431 58878 60659 983506 62433 58879 60660 983507 62434 58880 60662 983509 62435 984435 984187 983944 984681 58881 60663 983510 62436 58882 60664 983511 62437 58883 60665 983512 62438 58884 60666 983513 62439 58885 60667
           983514 62440 58886 60670 983516 62442 58887 60668 983515 62441 58888 60669 983517 62443 58889 60671 983518 62444 58890 60673 983520 62446 58891 60672 983519 62445 58892 60674 983521 62447 58893 60675 983522 62448 984436 984188
           983945 984682 58894 60676 983523 62449 58895 60677 983524 62450 58896 60678 983525 62451 58897 60679 983526 62452 58898 60680 983527 62453 58899 60681 983528 62454 58900 60682 983529 62455 58901 60683 983530 62456 58902 60684
           983531 62457 58903 60685 983532 62458 58904 60686 983533 62459 58905 60688 983535 62461 58906 60687 983534 62460 58907 60689 983536 62462 58908 60690 983537 62463 984437 984438 58909 60691 983538 62464 58910 60692 983539 62465
           58911 60693 983540 62466 58912 60695 983542 62468 58913 60694 983541 62467 58914 60696 983543 62469 58915 60697 983544 62470 58916 60698 983545 62471 58917 60699 983546 62472 58918 60700 983547 62473 58919 60701 983548 62474 58920
           60702 983549 62475 58921 60703 983550 62476 984440 984190 983947 984684 984439 984189 983946 984683 984442 984192 983949 984686 984441 984191 983948 984685 984444 984194 983951 984688 984443 984193 983950 984687 984446 984196
           983953 984690 984445 984195 983952 984689 984447 984197 983954 984691 984449 984199 983956 984693 984448 984198 983955 984692 58922 60704 983551 62477 58923 60705 983552 62478 58924 60706 983553 62479 58925 60707 983554 62480
           58926 60708 983555 62481 984450 984200 983957 984694 58927 60712 983559 62484 58928 60709 983556 62482 58929 60710 983557 62483 984451 984201 983958 984695 58930 60711 983558 62485 58931 60714 983561 62487 58932 60713 983560 62486
           58933 60715 983562 62488 58934 60717 983564 62490 58935 60716 983563 62489 58936 60718 983565 62491 58937 60719 983566 62492 984452 984202 983959 984696 58938 60720 983567 62493 984453 984203 983960 984697 58939 60721 983568 62494
           58940 60722 983569 62495 58941 60725 983572 62498 58942 60723 983570 62496 58943 60724 983571 62497 58944 60727 983574 62500 58945 60726 983573 62499 58946 60728 983575 62501 58947 60729 983576 62502 58948 60730 983577 62503 58949
           60732 983579 62505 58950 60731 983578 62504 58951 60733 983580 62506 984454 984204 983961 984698 984455 984205 983962 984699 984456 984206 983963 984700 984457 984207 983964 984701 58952 60734 983581 62507 984458 984208 983965
           984702 58953 60735 983582 62508 58954 60736 983583 62509 984459 984209 983966 984703 58955 60737 983584 62510 58956 60738 983585 62511 58957 60739 983586 62512 58958 60740 983587 62513 58959 60741 983588 62514 58960 60742 983589
           62515 58961 60743 983590 62516 58962 60744 983591 62517 58963 60745 983592 62518 58964 60746 983593 62519 58965 60747 983594 62520 58966 60749 983596 62522 58967 60748 983595 62521 58968 60752 983599 62525 58969 60750 983597 62523
           58970 60751 983598 62524 58971 60755 983602 62528 58972 60753 983600 62526 58973 60754 983601 62527 58974 60756 983603 62529 985035 984947 985123 984859 984460 984210 983967 984704 58975 60757 983604 62530 58976 60758 983605 62531
           58977 60759 983606 62532 58978 60765 983612 62538 58979 60761 983607 62533 58980 60760 983608 62534 58981 60763 983609 62535 58982 60762 983610 62536 58983 60764 983611 62537 984461 984211 983968 984705 984772 984759 984785 984746
           58984 60766 983613 62539 58985 60767 983614 62540 58986 60768 983615 62541 58987 60769 983616 62542 58988 60770 983617 62543 984462 984212 983969 984706 58989 60771 983618 62544 58990 60772 983619 62545 58991 60773 983620 62546
           985036 984948 985124 984860 58992 60774 983621 62547 58993 60775 983622 62548 58994 60776 983623 62549 58995 60777 983624 62550 58996 60778 983625 62551 58997 60779 983626 62552 58998 60780 983627 62553 985037 984949 985125 984861
           58999 60781 983628 62554 59000 60782 983629 62555 59001 60783 983630 62556 59002 60784 983631 62557 59003 60785 983632 62558 59004 60786 983633 62559 59005 60787 983634 62560 59006 60788 983635 62561 59006 60788 983635 62561 59007
           60789 983636 62562 59008 60790 983637 62563 985208 985038 984950 985126 984862 59009 60791 983638 62564 985039 984951 985127 984863 59010 60792 983639 62565 59011 60793 983640 62566 59012 60794 983641 62567 984463 984213 983970
           984707 984464 984214 983971 984708 984465 984215 983972 984709 984466 984216 983973 984710 984467 984217 983974 984711 984468 984218 983975 984712 59013 60796 983643 62569 59014 60795 983642 62568 59015 60798 983645 62571 59016
           60797 983644 62570 59017 60799 983646 62572 985040 984952 985128 984864 984469 984219 983976 984713 984470 984220 983977 984714 59018 60800 983647 62573 59019 60801 983648 62574 59020 60802 983649 62575 59021 60803 983650 62576
           985209 985165 985238 985268 59022 60804 983651 62577 985210 985166 985239 985269 59023 60805 983652 62578 59024 60806 983653 62579 59025 60807 983654 62580 59026 60809 983656 62582 59027 60808 983655 62581 59028 60810 983657 62583
           59029 60812 983659 62585 59030 60811 983658 62584 59031 60814 983661 62587 59032 60813 983660 62586 984471 984221 983978 984715 984773 984760 984786 984747 984774 984761 984787 984748 59033 60815 983662 62588 59034 60816 983663
           62589 59035 60817 983664 62590 59036 60818 983665 62591 59037 60819 983666 62592 59038 60820 983667 62593 985041 984954 985130 984866 985042 984953 985129 984865 59039 60821 983668 62594 59040 60822 983669 62595 59041 60823 983670
           62596 59042 60824 983671 62597 59043 60825 983672 62598 985211 985167 985240 985270 59045 60827 983674 62600 984472 984222 983979 984716 59044 60826 983673 62599 59046 60828 983675 62601 59047 60829 983676 62602 59048 60831 983678
           62604 59049 60830 983677 62603 59050 60833 983680 62606 59051 60832 983679 62605 59052 60834 983681 62607 59053 60835 983682 62608 59054 60836 983683 62609 59055 60837 983684 62610 59056 60838 983685 62611 984473 984223 983980
           984717 59057 60839 983686 62612 984474 984224 983981 984718 984475 984225 983982 984719 59058 60840 983687 62613 59059 60841 983688 62614 59060 60842 983689 62615 984476 984226 983983 984720 59061 60843 983690 62616 59062 60844
           983691 62617 59063 60845 983692 62618 59064 60846 983693 62619 59065 60847 983694 62620 984477 984227 983984 984721 59066 60848 983695 62621 59067 60849 983696 62622 59068 60850 983697 62623 59069 60852 983699 62625 59070 60851
           983698 62624 59071 60853 983700 62626 59072 60854 983701 62627 59073 60855 983702 62628 985043 984955 985131 984867 59074 60856 983703 62629 984478 59075 60857 983704 62630 59076 60858 983705 62631 59077 60859 983706 62632 59078
           60860 983707 62633 59079 60861 983708 62634 984479 984228 983985 984722 59080 60862 983709 62635 59081 60863 983710 62636 985044 984956 985132 984868 984480 984229 983986 984723 59083 60866 983713 62639 59084 60865 983712 62638
           59085 60867 983714 62640 59086 60869 983716 62642 59087 60868 983715 62641 984481 984230 983987 984724 59088 60871 983718 62644 59089 60870 983717 62643 984482 984231 983988 984725 59090 60872 983719 62645 59091 60873 983720 62646
           984483 984232 983989 984726 59092 60874 983721 62647 59093 60875 983722 62648 59094 60876 983723 62649 59095 60877 983724 62650 59096 60878 983725 62651 59097 60879 983726 62652 59098 59099 60880 983727 62653 59100 60881 983728
           62654 59101 60884 983731 62657 59102 60883 983730 62656 59103 60882 983729 62655 59104 985168 985241 985271 984484 984233 983990 984727 984485 984234 983991 984728 59105 60885 983732 62658 59106 60886 983733 62659 59107 60887
           983734 62660 59108 60888 983735 62661 59109 60889 983736 62662 985045 984957 985133 984869 985046 984958 985134 984870 985047 984959 985135 984871 59111 60896 983743 62668 985048 984960 985136 984872 985049 984961 985137 984873
           59112 60892 983739 62665 59113 60891 983738 62664 984487 984236 983993 984730 984488 984237 983994 984731 59114 60893 983740 62666 59115 60894 983741 62667 984489 984238 983995 984732 59116 60895 983742 62669 59117 60899 983746
           62672 984490 984239 984733 983744 59119 60898 983745 62671 985050 984962 985138 984874 59120 60900 983747 62673 59121 60901 983748 62674 984491 984240 983997 984734 985212 985169 985242 985272 984492 984241 983998 984735 984493
           984242 983999 984736 59122 60904 983751 62677 985051 984963 985139 984875 59123 60902 983749 62675 59124 60903 983750 62676 984494 984243 984000 984737 59125 60905 983752 62678 59126 59127 59128 60906 983753 62679 59129 60907
           983754 62680 59130 60908 983755 62681 59131 60909 983756 62682 59132 60910 983757 62683 59133 60911 983758 62684 984495 984244 984001 984738 59134 60913 983760 62686 59135 60912 983759 62685 optional:32
           [        ] Running font-subset: /Users/mf/flutter/3.29.2/bin/cache/artifacts/engine/darwin-x64/font-subset build/web/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
           /Users/mf/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/assets/CupertinoIcons.ttf, using codepoints 62418 62419 62666 62667 62439 62440 62441 62442 62540 62662 62459 62489 62602 62563 62508 62629 62461 62462 62463 62465 62464
           62415 62417 62535 62455 62570 62648 62649 62301 62310 61713 61714 61715 61716 61717 61718 61980 61981 61982 61984 62633 62632 61985 62453 62454 62668 62669 62622 62623 62409 62410 62516 62517 62346 62660 62661 62335 62143 62334
           62487 62618 62619 62620 62621 62376 62167 62318 62468 62469 62470 62601 62603 62524 62525 62199 62481 62482 62571 62572 62599 62600 62583 62584 62537 62538 62391 62392 62393 62394 62342 62333 62559 62560 62561 62654 62655 62466
           62467 62664 62665 62500 62501 62589 62590 62591 62592 62587 62588 62498 62499 63214 62550 62604 62605 62606 62607 62317 62319 62145 62383 62388 62585 62586 62522 62523 62512 62513 62530 62531 62433 62434 62577 62578 62646 62647
           62676 62677 62678 62679 62680 62681 62682 62683 62684 62685 62686 62687 62688 62689 62690 62691 62692 62693 62694 62695 62696 62697 62698 62699 62700 62701 62702 62703 62704 62705 62706 62707 62708 62709 62710 62711 62712 62713
           62714 62715 62716 62717 62718 62719 62720 62721 62722 62723 62724 62725 62726 62727 62728 62729 62730 62731 62732 62733 62734 62735 62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750 62751
           62752 62753 62754 62755 62756 62757 62758 62759 62760 62761 62762 62763 62764 62765 62766 62767 62768 62769 62770 62771 62772 62773 62774 62775 62776 62777 62778 62779 62780 62781 62782 62783 62784 62785 62786 62787 62788 62789
           62790 62791 62792 62793 62794 62795 62796 62797 62798 62799 62800 62801 62802 62803 62804 62805 62806 62807 62808 62809 62810 62811 62812 62813 62814 62815 62816 62817 62818 62819 62820 62821 62822 62823 62824 62825 62826 62827
           62828 62829 62830 62831 62832 62833 62834 62835 62836 62837 62838 63663 63664 62839 62840 62841 62842 62843 62844 62845 62846 62847 62848 62849 62850 62851 62852 62853 62854 62855 63665 62856 62857 62858 62859 62860 62861 62862
           62863 63666 63667 63668 62864 62865 62866 62867 62868 62869 62870 62871 62872 62873 62874 62875 62876 62877 62878 62879 62880 62881 62882 62883 62884 62885 62886 62887 62888 62889 62890 62891 62892 63669 62893 62894 62895 62896
           62897 62898 62899 62900 63670 62901 62902 62903 62904 62905 62906 62907 62908 62909 62910 62911 62912 62913 62914 62915 62916 62917 63671 63672 63673 62918 63674 63675 62919 62920 63676 63677 63678 63679 63680 63681 63682 63683
           62921 62922 62923 62924 62925 62926 62927 62928 62415 62929 62930 62931 62932 62933 62934 62935 62936 62937 62417 62418 62938 62939 62940 62941 62942 62943 62419 62944 62945 62946 62947 62948 62949 62950 62951 62952 62953 62954
           62955 62956 62957 62958 62959 62960 62961 62963 62964 62965 62966 62967 62968 63684 63685 62969 62970 62971 62972 62973 62974 62975 62976 62977 62978 62979 62980 62981 62982 62983 62984 62985 62986 62987 62988 62989 62990 62991
           62992 62993 62994 62995 63686 63687 63688 63689 62996 63690 63691 62997 62998 62999 63000 63001 63002 63003 63004 63005 63006 63007 63008 63009 63010 63011 63012 63013 63692 63693 63694 63695 63014 63015 63016 63017 63018 63019
           63020 63021 63022 63696 63697 63698 63699 63023 63024 63025 63026 63027 63028 63029 63700 63701 63030 63031 63032 63033 63034 63035 63036 63037 63038 63039 63702 63703 63704 63705 63040 63041 63042 63043 63044 63045 63046 63047
           63048 63706 63707 63708 63049 63050 63051 63052 63053 63054 63055 63056 63057 63058 63059 63060 63061 63062 63063 63064 63065 63066 63067 63068 63069 63070 63071 63072 63073 63074 63075 63076 63077 63078 63079 63080 63081 63082
           63083 63084 63085 63086 63087 63088 63089 63090 63091 63709 63092 63093 63094 63095 63096 63097 63098 63099 63100 63101 63103 63104 63105 63106 63107 63108 63109 63710 63110 63111 63112 63113 63114 63115 63116 63117 63118 63119
           63120 63121 63122 63123 63124 63125 63126 63127 63128 63129 63130 63131 63132 63133 63134 63135 63711 63712 63713 63714 63136 63137 63138 63139 63140 63141 63142 63143 63144 63145 63146 63147 63148 63149 63150 63151 63152 63153
           63154 63155 63156 63157 63158 63159 63160 63161 63162 63163 63164 63165 63166 63167 63168 63169 63170 63171 63172 63173 63174 63175 63176 63177 63715 63716 63178 63179 63180 63181 63183 63184 63185 63186 63187 63188 63717 63718
           63719 63720 63189 63190 63191 63192 63193 63194 63195 63196 63197 63198 63199 63200 63201 63202 63203 63204 63205 63206 63207 63208 63209 63210 63211 63212 63213 63215 63216 63217 63218 63219 63220 63221 63222 63223 63224 63225
           63226 63227 63228 63229 63230 63231 63232 63233 63234 63235 63236 63237 63238 63239 63240 63241 63242 63243 63244 63245 63246 63247 63248 63249 63250 63251 63252 63253 63721 63722 63723 63724 63725 63726 63727 63728 63729 63730
           63731 63732 63733 63734 63735 63254 63255 63256 63257 63258 63259 63260 63261 63736 63262 63263 63264 63265 63266 63737 63738 63267 63268 63269 63270 63271 63272 63273 63274 63275 63276 63277 63278 63279 63280 63281 63282 63283
           63284 63285 63286 63287 63288 63289 63290 63291 63292 63293 63294 63295 63296 63739 63297 63298 63299 63740 63741 63742 63300 63301 63302 63303 63304 63305 63306 63307 63308 63309 63310 63311 63312 63313 63314 63315 63316 63317
           63318 63319 63320 63321 63322 63323 63324 63325 63326 63327 63328 63329 63330 63331 63332 63333 63334 63335 63336 63337 63338 63743 63339 63340 63341 63342 62549 63343 63344 63345 63346 63347 63348 63349 63350 63351 63352 63353
           63354 63355 63356 63357 63358 63359 63360 63361 63362 63363 63364 63365 63366 63367 63368 63369 63370 63371 63372 63373 63374 63375 63376 63377 63378 63379 63380 63381 63382 63383 63384 63385 63386 63387 63388 63389 63390 63391
           63392 63393 63394 63395 63396 63397 63398 63399 63400 63401 63402 63403 63404 63405 63406 63407 63408 63409 63410 63411 63412 63413 63414 63415 63416 63417 63418 63419 63420 63421 63422 63423 63424 63744 63745 63746 63425 63426
           63427 63747 63748 63428 63429 63430 63431 63432 63433 63749 63434 63435 63436 63437 63438 63439 63440 63441 63442 63443 63444 63445 63446 63447 63448 63449 63450 63451 63452 63453 63454 63455 63456 63457 63458 63459 63460 63461
           63462 63463 63750 63751 63752 63753 63754 63755 63464 63465 63466 63467 63468 63469 63470 63471 63472 63473 63474 63475 63476 63477 63478 63479 63480 63481 63482 63483 63484 63756 63757 63758 63759 63485 63486 63760 63761 63762
           63763 63487 63488 63489 63490 63491 63492 63493 63494 63495 63496 63497 63498 63499 63764 63765 63500 63501 63502 63503 63504 63505 63506 63507 63508 63509 63510 63511 63512 63513 63514 63515 63516 63517 63518 63519 63520 63521
           63522 63523 63524 63525 63526 63527 63528 63529 63530 63531 63532 63533 63534 63535 63536 63537 63538 63539 63540 63541 63542 63543 63544 63545 63546 63547 63548 63549 63550 63551 63552 63553 63554 63555 63556 63557 63558 63559
           63560 63561 63562 63563 63564 63565 63566 63567 63568 63569 63570 63571 63572 63573 63574 63575 63576 63577 63578 63579 63580 63581 63582 63583 63584 63585 63586 63587 63588 63589 63590 63766 63767 63768 63769 63591 63592 63770
           63771 63772 63593 63594 63595 63596 63597 63598 63599 63600 63601 63602 63603 63604 63605 63606 63607 63608 63609 63610 63773 63611 63612 63613 63614 63615 63616 63617 63618 63619 63620 63621 63622 63623 63624 63625 63626 63774
           63775 63776 63777 63627 63628 63629 63630 63631 63632 63633 63634 63635 63636 63637 63638 63639 63640 63641 63642 63643 63644 63645 63646 63647 63648 63649 63650 63651 63652 63653 63654 63655 63656 63657 63658 63659 63660 63661
           63662 optional:32
           [  +14 ms] Font asset "CupertinoIcons.ttf" was tree-shaken, reducing it from 257628 to 209160 bytes (18.8% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.
           [  +16 ms] Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 1261120 bytes (23.3% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.
           [   +8 ms] web_release_bundle: Complete
           [ +259 ms] web_service_worker: Starting due to {}
[11:01:44] [ +286 ms] web_service_worker: Complete
           [ +215 ms] Persisting file store
           [   +4 ms] Done persisting file store
           [   +8 ms] Compiling lib/main.dart for the Web... (completed in 22.2s)
           [        ] ✓ Built build/web
           [        ] "flutter web" took 23,351ms.
           [   +1 ms] Running 1 shutdown hook
           [        ] Shutdown hooks complete
           [   +1 ms] exiting with code 0
           Built web app ✅
           Copying build output from: /Users/mf/Albert_Designer/build/flutter/build/web/*
           Copied build to build/web directory ✅

│ Successfully built your web app! 🥳 Find it in build/web directory. 📁                                                                                                                                                                        │
│ Run python -m http.server --directory build/web command to start dev web server with your app.

Wanna-Pizza avatar Dec 15 '25 10:12 Wanna-Pizza

here is what happened when I run python -m http.server --directory ./build/web/

Image

If I run "flet run src/main.py" I see application in web. But I don't see any asset images that im using. But it's running with unicorn and only with "flet run" or running app just from source directory. I just hope I don't need switch to flutter to write same application 😭

Wanna-Pizza avatar Dec 15 '25 10:12 Wanna-Pizza

Will you mind trying the latest pre-release?

ndonkoHenri avatar Dec 16 '25 10:12 ndonkoHenri

Will you mind trying the latest pre-release?

I can try with some easy app. But my app using like 3-5 extensions. And most of functions aren't ASYNC. So this is bad solution for me rn. In future for other projects I will use new flet, coz it's supporting.

Wanna-Pizza avatar Dec 16 '25 13:12 Wanna-Pizza