app_icon_shape 0.0.1 icon indicating copy to clipboard operation
app_icon_shape: ^0.0.1 copied to clipboard

A Flutter plugin to get the platform's app launcher icon's shape.

app_icon_shape #

A Flutter plugin to get the platform's app launcher icon's shape.

Platform Support #

Android iOS MacOS Web Linux Windows
✔️

Support for iOS is planned but not currently implemented.

Usage #

To use this plugin, add app_icon_shape as a dependency in your pubspec.yaml file.

Example #

Import the library.

import 'package:app_icon_shape/app_icon_shape.dart';

Then use the static getAppIconMask method anywhere in your Dart code.

Path? iconMask = await AppIconShape.getAppIconMask();

See the example app to learn how to use it in your app's UI.

0
likes
130
pub points
7%
popularity

Publisher

verified publisher iconfelipheallef.dev

A Flutter plugin to get the platform's app launcher icon's shape.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

flutter, path_drawing, plugin_platform_interface

More

Packages that depend on app_icon_shape