dynamic_app_icon

Creator: coderz1093

Last updated:

0 purchases

dynamic_app_icon Image
dynamic_app_icon Images

Languages

Categories

Add to Cart

Description:

dynamic app icon

Dynamic App Icon #


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!'),
),
),
)
);
}
}
copied to clipboard
License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.