We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0bb44 commit 76e50c0Copy full SHA for 76e50c0
lib/src/helper/enums/shortcut_icon_asset.dart
@@ -0,0 +1,17 @@
1
+/*
2
+
3
+ Copyright (c) 2021 divshekhar (Divyanshu Shekhar).
4
+ All rights reserved.
5
6
+The plugin is governed by the BSD-3-clause License. Please see the LICENSE file
7
+for more details.
8
9
+*/
10
11
+enum ShortcutIconAsset {
12
+ /// Creates Icon from the native resources `drawable` & `mipmap` directory.
13
+ androidAsset,
14
15
+ /// Creates Icon from the flutter resources `assets/icons/flutter.png`.
16
+ flutterAsset,
17
+}
0 commit comments