wasabia / flutter_gl

cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.
245 stars 60 forks source link

Could u open the source of threeegl.aar? #39

Open lostangelwangyang opened 1 year ago

lostangelwangyang commented 1 year ago

We found the threeegl.aar will overwrite the app icon of flutter app. We have to modify the threeegl.aar. Could u share the code of threeegl.aar please?

elinxer commented 1 year ago

example demo have this aar package

volzhs commented 1 year ago

you can change it by renaming ic_launcher.png in android/app/src/main/res/mipmap-xxx and android:icon="@mipmap/ic_launcher" to renamed file name.