app_launcher_icon_widget 1.0.0 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
)
Using the method
import 'package:app_launcher_icon_widget/app_launcher_icon_widget.dart';
// ...
Uint8List? appIcon = await AppLauncherIconWidget.getAppLauncherIcon();