Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable rich's Markup for stdout logs #4795

Open
fckfck97 opened this issue Jan 28, 2025 · 2 comments · May be fixed by #4796
Open

Disable rich's Markup for stdout logs #4795

fckfck97 opened this issue Jan 28, 2025 · 2 comments · May be fixed by #4796
Labels
bug Something isn't working packaging Related to app packaging

Comments

@fckfck97
Copy link

I updated to version 0.26.0, everything was fine. I installed Lottie in the new independent package, after that everything was fine, but when compiling I already have Flutter 3.27.3, the SDK was updated and I get this error: Someone has compiled my .tolm apk file.

[project]
name = "docuflow"
version = "0.0.1"
description = ""
readme = "README.md"
requires-python = ">=3.9"
authors = [
{name = "Jesus Delgado", email = "[email protected]"}
]

dependencies = [
"flet==0.26.0",
"requests",
"Pillow",
"aiohttp",
"flet_core",
"flet-lottie"
]

[tool.flet]
org = "com.mycompany"
product = "DocuFlow"
company = "Flet"
copyright = "Copyright (C) 2025 by DocuFlow"
app.module = "main.py"
app.path = "src"
compile.app = true
compile.packages = true
compile.cleanup = true

[tool.flet.splash]
color = "#007354"
dark_color = "#007354"
web = false
ios = false
android = false

[tool.flet.android]
adaptive_icon_background = "" # --android-adaptive-icon-background
split_per_abi = false # --split-per-abi

[tool.flet.flutter.dependencies]
flet_google_signin.path = "/Users/themu/Proyectos/docuflow/src/flutter/flet_google_signin"

Image

@FeodorFitsner
Copy link
Contributor

Reduce output verbosity with just flet build apk -v.

@ndonkoHenri
Copy link
Contributor

Will be fixed by #4796

@ndonkoHenri ndonkoHenri linked a pull request Jan 28, 2025 that will close this issue
@ndonkoHenri ndonkoHenri added bug Something isn't working packaging Related to app packaging labels Jan 28, 2025
@ndonkoHenri ndonkoHenri changed the title error compiling apk Disable rich's Markup for stdout logs Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working packaging Related to app packaging
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

3 participants