sharmadhiraj / app-launcher-icon-widget

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Kotlin 30.8%Language:Dart 30.4%Language:Ruby 19.9%Language:Swift 18.5%Language:Objective-C 0.3%