11name : live_icon
2- description : A new Flutter plugin.
2+ description : A flutter plugin to change the app icons and label in real time .
33version : 0.0.1
4- author :
5- homepage :
4+ repository : https://github.com/DevsOnFlutter/flutter_live_icon
5+ documentation : https://github.com/DevsOnFlutter/flutter_live_icon/blob/main/README.md
66
77environment :
88 sdk : " >=2.12.0 <3.0.0"
@@ -16,50 +16,11 @@ dev_dependencies:
1616 flutter_test :
1717 sdk : flutter
1818
19- # For information on the generic Dart part of this file, see the
20- # following page: https://dart.dev/tools/pub/pubspec
21-
22- # The following section is specific to Flutter.
2319flutter :
24- # This section identifies this Flutter project as a plugin project.
25- # The 'pluginClass' and Android 'package' identifiers should not ordinarily
26- # be modified. They are used by the tooling to maintain consistency when
27- # adding or updating assets for this project.
2820 plugin :
2921 platforms :
3022 android :
3123 package : com.hackthedeveloper.live_icon
3224 pluginClass : LiveIconPlugin
3325 ios :
3426 pluginClass : LiveIconPlugin
35-
36- # To add assets to your plugin package, add an assets section, like this:
37- # assets:
38- # - images/a_dot_burr.jpeg
39- # - images/a_dot_ham.jpeg
40- #
41- # For details regarding assets in packages, see
42- # https://flutter.dev/assets-and-images/#from-packages
43- #
44- # An image asset can refer to one or more resolution-specific "variants", see
45- # https://flutter.dev/assets-and-images/#resolution-aware.
46-
47- # To add custom fonts to your plugin package, add a fonts section here,
48- # in this "flutter" section. Each entry in this list should have a
49- # "family" key with the font family name, and a "fonts" key with a
50- # list giving the asset and other descriptors for the font. For
51- # example:
52- # fonts:
53- # - family: Schyler
54- # fonts:
55- # - asset: fonts/Schyler-Regular.ttf
56- # - asset: fonts/Schyler-Italic.ttf
57- # style: italic
58- # - family: Trajan Pro
59- # fonts:
60- # - asset: fonts/TrajanPro.ttf
61- # - asset: fonts/TrajanPro_Bold.ttf
62- # weight: 700
63- #
64- # For details regarding fonts in packages, see
65- # https://flutter.dev/custom-fonts/#from-packages
0 commit comments