WouterVandenputte

Results 4 issues of WouterVandenputte

I have been taking a look at how sending messages from Unity to Flutter works. `AndroidJavaClass jc = new AndroidJavaClass("com.xraph.plugin.flutter_unity_widget.UnityPlayerUtils"); jc.CallStatic("onUnityMessage", message);` We see a new class is created and...

wontfix

**Describe the bug** Unity view takes whole screen while it shouldn't I Have a UnityView with a banner below it. On Android, my code works flawlessly but on iOS it...

bug

The color picker currently supports rgb, hex, hsl, hsv as formats, all written down as strings. It would be nice to support integer formats as well. E.g. [how Dart encodes...

discussion

Request to upgrade the dependency Android configuration to target Gradle 8.x.x [Flutter doc](https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply) New flutter projects are advised to use the latest version of Gradle which has breaking changes regarding...