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 want to test changes to the flet source code in an APK.
The changes are in a branch of a fork of the original repository contained in a personal repository.
If it's possible to pick up the changes through another structure, that would also work for me.
I've tried changing flet = "^0.28.3" in my poetry dependencies section to flet = {git=url,branch=branch} and pip install git+url..., but I'm getting compatibility errors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I want to test changes to the flet source code in an APK.
The changes are in a branch of a fork of the original repository contained in a personal repository.
If it's possible to pick up the changes through another structure, that would also work for me.
I've tried changing flet = "^0.28.3" in my poetry dependencies section to flet = {git=url,branch=branch} and pip install git+url..., but I'm getting compatibility errors.
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions