Skip to content

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

License

Notifications You must be signed in to change notification settings

sharmadhiraj/app-launcher-icon-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();