kyadalu1

Results 5 issues of kyadalu1

I am trying to get photo_picker plugin for ios to work on ios simulator. I am usin m1 mac, Godot 4.2 and xcode version is 15.0.1 When i run below...

I am trying to learn how to create iOS plugin for `Godot` engine. I just created simple iOS plugin which stores some key value data in `UserDefaults` and retrieve it....

I am trying to embed Godot view in my flutter android app. Here is the [complete source code](https://github.com/kyadalu1/GodotFlutterSample) Flutter allows embedding native views. Check [here](https://docs.flutter.dev/platform-integration/android/platform-views) for more info I am...

Android now recommends to use `registerForActivityResult` instead of `onMainActivityResult` & `onMainRequestPermissionsResult` but it looks like it is not possible to use `registerForActivityResult` as it requires `Activity` or `Fragment` Is it...

I am trying to embed `GodotView` in my `react-native` app for `android`. I am following [this](https://reactnative.dev/docs/next/the-new-architecture/pillars-fabric-components) documentation over here which allows `react-native `to embed any native view from android I...