dynamic_app_icon 0.0.1+1 icon indicating copy to clipboard operation
dynamic_app_icon: ^0.0.1+1 copied to clipboard

PlatformmacOS

Set any widget as an app icon! (macOS only)

Dynamic App Icon #

GitHub stars Twitter Follow

Set any widget as an app icon! (macOS only)

Example #

class Example extends StatelessWidget {
  const Example({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: AppIcon(
        icon: FlutterLogo(),
        child: Scaffold(
          body: Center(
            child: Text('Flutter logo is now your app icon!'),
          ),
        ),
      )
    );
  }
}

License #

MIT

GitHub stars Twitter Follow

2
likes
130
pub points
30%
popularity

Publisher

verified publisher iconlesnitsky.dev

Set any widget as an app icon! (macOS only)

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on dynamic_app_icon