app_launcher_icon_widget 1.0.0 copy "app_launcher_icon_widget: ^1.0.0" to clipboard
app_launcher_icon_widget: ^1.0.0 copied to clipboard

Flutter plugin providing a widget and data for displaying the app launcher icon.

App Launcher Icon Widget #

Flutter plugin providing a widget and data for displaying the app launcher icon in Android & iOS.

Installation Guide

Check here

Usage

Using the widget
import 'package:app_launcher_icon_widget/app_launcher_icon_widget.dart';

// ...

AppLauncherIcon(
width: 64, //optional
height: 64, //optional
)
copied to clipboard
Using the method
import 'package:app_launcher_icon_widget/app_launcher_icon_widget.dart';

// ...

Uint8List? appIcon = await AppLauncherIconWidget.getAppLauncherIcon();
copied to clipboard
2
likes
150
points
18
downloads

Publisher

verified publishersharmadhiraj.com

Weekly Downloads

2024.10.05 - 2025.04.19

Flutter plugin providing a widget and data for displaying the app launcher icon.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_launcher_icon_widget