Arthur Telles

Results 3 comments of Arthur Telles

> This proguard rule worked for me. > > ``` > -keep class * extends io.flutter.embedding.android.FlutterActivity { > public java.lang.Object mUnityPlayer; > } > ``` > > A java MainActivity...

> @ArthurTelles > > That quote looks like the first version that I didn't end uo using. > > Can you check the readme in the current master branch of...

@Jinl21 Using the master as the ref did the trick! Thanks a lot for the help!