Gillian

Results 41 comments of Gillian

Hm. Can you delete your local workspace and do a fresh checkout of the repo from git? I think your iOS/xcode project might have issues. Kinda hard to debug from...

Open the runner.xcworkspace in xcode and rerun flutter pub get, klutter producer install.

Okay last thing I can think of for now... 1. In root run flutter clean 2. In root run flutter pub get 3. In root/ios remove Pods Podfile.lock 4. In...

No problem. I just ordered a M1 pro so I can test this myself. Will get back to you.

Managed to reproduce and fix this on a M1 macbook. Will ship a fix with the next release which will use XCFramework instead of a fat framework.

Eventchannel support is available from klutter 2023.1.1.beta (dart 0.3.0).

> Can you provide an example on how to use the `EventChannel` support Klutter? See the stateless-ui recipe in the [cookbook](https://github.com/buijs-dev/klutter-cookbook).

The compiler plugin will generate all the boilerplate code for Android and iOS. Just run kradle build (or gradlew install -p platform) first to see it.

What OS do you work on? I see flutter windows in the log so I presume you're using windows?