icon_plugin 0.0.1 copy "icon_plugin: ^0.0.1" to clipboard
icon_plugin: ^0.0.1 copied to clipboard

outdated

Dynamic App Icon

icon_plugin #

Dynamic App Icon, currently only favicon for web.

Getting Started #

For the time being this only works to update website favicon from inside flutter.

  • Place your favicon(s) inside the web directory of your app.
  • From anywhere inside your flutter project, initialize iconPlugin
final _iconPlugin = IconPlugin();
  • Call setIcon with the name of the icon you want to use
_iconPlugin.setIcon('favicon-failure.png');
0
likes
130
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Dynamic App Icon

Homepage

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on icon_plugin

Packages that implement icon_plugin