myinnos / AppIconNameChanger

Library to change Android launcher App Icon and App Name programmatically !
Apache License 2.0
599 stars 73 forks source link

Please add flutter support #15

Open chentianxin opened 3 years ago

chentianxin commented 3 years ago

I think this package must be converted for flutter apps. Thanks

DevTard commented 3 years ago

You can already use it in flutter apps. You just need to call native code: https://flutter.dev/docs/development/platform-integration/platform-channels.

iOS can already do this without any plugins.