Ambassador of programming
Ambassador of programming
Hello. Unfortunately, at the moment it is impossible to use libraries that use code that is not pure Python, for example C++ and so on, when creating a mobile build...
Hello, the flet library does not currently support building for mobile applications with libraries that are written in impure python and that use other programming languages (c++, c, ruby and...
> https://googlechromelabs.github.io/chrome-for-testing/#beta > > ``` > browser_executable_path = './chrome-win64/chrome.exe' > > driver = uc.Chrome(options=options, browser_executable_path=browser_executable_path) > ``` I tried installing https://googlechromelabs.github.io/chrome-for-testing/#beta and set headless=True, but it doesn't work and gives...
Yes, I also encountered this problem when compiling .apk, and the problem is that it does not see the folder modules. If you put the entire project in the root,...
> > Yes, I also encountered this problem when compiling .apk, and the problem is that it does not see the folder modules. If you put the entire project in...
```flet build apk Installing flet-cli 0.27.6 package...OK [05:27:57] Flutter 3.27.4 installed ✅ [05:27:58] JDK installed ✅ Android SDK installed ✅ [05:28:07] Created Flutter bootstrap project from gh:flet-dev/flet-build-template with ref "0.27.6"...
> For those having an issue, please can you comeup with a repo or zip file, containing a simple app, so we can try to repro the issue? For example,...
``` flet build apk Installing flet-cli 0.28.3 package...OK [04:43:07] Flutter 3.29.2 installed ✅ [04:43:08] JDK installed ✅ Android SDK installed ✅ [04:43:14] Created Flutter bootstrap project from gh:flet-dev/flet-build-template with ref...
I also noticed that if you use a different version of flet to build the .apk file, it gives the following error: ``` flet build apk Installing flet-cli 0.27.6 package...OK...