Gillian
Gillian
Thank you for the kind words! I have looked into using event channels and it is definitely possible to add support for it. Can't say if/when it could be added...
I made a small tutorial to create a plugin project on my website. Maybe that can help you get started: https://buijs.dev/klutter-2/. The starting point for a plugin is a standard...
What exception do you get with Java 18? To be safe just stick to Java 8 or 11, there's no benefit in newer versions because you're using Kotlin anyway. Which...
I checked out your repository and both iOS an Android work on my machine... The log is not very helpful unfortunately because the actual problem is not displayed. I am...
Try this: 1. Create a new flutter plugin project 2. Run the example app on Android 3. Run the example app on iOS 4. Add klutter dependency 5. Run init/install...
Ah thank you for the screenshot. I can see the issue now. The platform module is not build for iOS Simulator architecture so you are unable to start the app....
Okay thank you, then that's the problem. We need to exclude different architecture for the M1. I will look into it and get back to you.
Passing arguments is not yet supported in the klutter 0.1.3. I have implemented it on develop though so it won't be to long before it's released.
@DK070202 Can you check the PR I opened and see if you can now run your project on a Simulator? I added the iosSimulatorArm64 to the platform gradle file. Run...
I just did flutter pub get and then flutter pun run klutter:producer install=platform on your main branch and it works. Did you do a flutter pub get before running the...