You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"
The text was updated successfully, but these errors were encountered: