app_icon_switcher 0.0.2 copy "app_icon_switcher: ^0.0.2" to clipboard
app_icon_switcher: ^0.0.2 copied to clipboard

PlatformAndroid

Application icon switcher, only works for android

app_icon_switcher #

Application icon switcher, only works for android

Getting Started #

Developed by:

  • deynerreinoso
  • jhoanse7
  1. Create images with "ic_launcher_3" Name inside: "android/app/src/main/res/mipmap-" folders, remember create a file with the same name but each size.
  2. Add this after Activity tag:

<meta-data
    android:name="io.flutter.embedding.android.SplashScreenDrawable"
    android:resource="@drawable/launch_background"
    />

<intent-filter>
    <action android:name="android.intent.action.MAIN" />
    <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
  1. Use AppIconSwitcher.updateIcon('ALT'); to change default Icon
  2. "android:label" is the new Aplication Name
  3. Use AppIconSwitcher.resetIcon(); to return default Icon
2
likes
140
pub points
54%
popularity

Publisher

unverified uploader

Application icon switcher, only works for android

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_icon_switcher