Replies: 1 comment
-
Maybe it's worth just implementing this for now, allowing users to call platform methods using a custom build template? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Duplicate Check
Describe the requested feature
Hi @FeodorFitsner, what do you think about allowing users to implement custom Kotlin code in an app buit with flet?
For example flet could replace the
kotlin
dir in the build-template with a Cookiecutter from the project'skotlin
dir where users could put their ownMainActivity.kt
and other.kt
files and do some stuff inside by usingMethodChannel
. So it would also needinvoke_custom_method
in thePage
python class and some modifications insidepackages/flet/lib/src/reducers.dart
Suggest a solution
No response
Screenshots
No response
Additional details
No response
Beta Was this translation helpful? Give feedback.
All reactions