WouterVandenputte
WouterVandenputte
Well I originally had this text follow the cube in Unity, but since I wanted to oursource all non 3D logic to Flutter to make the app more neat and...
Thanks for the info Unfortunately I cannot work with a stack, this would obscure the UntiyWidget. Do you perhaps know if this is specific to 4.2.3? If not, I could...
I have refactored the app a bit such that no columns/rows are used. This is how I have it now ``` Widget build(BuildContext context) { return SafeArea( top: true, bottom:...
Your problem has nothing to do with this package. As of Dart 2.12, there is [sound-null-saftey](https://dart.dev/null-safety). This is a rather new programming paradigm that more and more languages are shifting...
Godot View does not respect layout in flutter android app and always sticks to the top of the screen
>  Ran your project and found no issues, perhaps the Godot engine has been updated? Try syncing the project with Gradle files How did you do that? I don't...
Is this package dead then?
> 1.download this dependency https://github.com/juicycleff/flutter-unity-view-widget 2. set path in your flutter project pubspec.yaml file in dependencies 3. in the above downloaded dependency change android/build.gradle of above dependency compileOptions { sourceCompatibility...