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
)
Using the method
import 'package:app_launcher_icon_widget/app_launcher_icon_widget.dart';

// ...

Uint8List? appIcon = await AppLauncherIconWidget.getAppLauncherIcon();
0
likes
130
pub points
9%
popularity

Publisher

verified publishersharmadhiraj.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_launcher_icon_widget