@@ -17,56 +17,11 @@ dev_dependencies:
1717 sdk : flutter
1818 flutter_lints : ^4.0.0
1919
20- # For information on the generic Dart part of this file, see the
21- # following page: https://dart.dev/tools/pub/pubspec
22-
23- # The following section is specific to Flutter packages.
2420flutter :
25- # This section identifies this Flutter project as a plugin project.
26- # The 'pluginClass' specifies the class (in Java, Kotlin, Swift, Objective-C, etc.)
27- # which should be registered in the plugin registry. This is required for
28- # using method channels.
29- # The Android 'package' specifies package in which the registered class is.
30- # This is required for using method channels on Android.
31- # The 'ffiPlugin' specifies that native code should be built and bundled.
32- # This is required for using `dart:ffi`.
33- # All these are used by the tooling to maintain consistency when
34- # adding or updating assets for this project.
3521 plugin :
3622 platforms :
3723 android :
3824 package : com.example.flutter_security_toolkit
3925 pluginClass : FlutterSecurityToolkitPlugin
4026 ios :
4127 pluginClass : FlutterSecurityToolkitPlugin
42-
43- # To add assets to your plugin package, add an assets section, like this:
44- # assets:
45- # - images/a_dot_burr.jpeg
46- # - images/a_dot_ham.jpeg
47- #
48- # For details regarding assets in packages, see
49- # https://flutter.dev/assets-and-images/#from-packages
50- #
51- # An image asset can refer to one or more resolution-specific "variants", see
52- # https://flutter.dev/assets-and-images/#resolution-aware
53-
54- # To add custom fonts to your plugin package, add a fonts section here,
55- # in this "flutter" section. Each entry in this list should have a
56- # "family" key with the font family name, and a "fonts" key with a
57- # list giving the asset and other descriptors for the font. For
58- # example:
59- # fonts:
60- # - family: Schyler
61- # fonts:
62- # - asset: fonts/Schyler-Regular.ttf
63- # - asset: fonts/Schyler-Italic.ttf
64- # style: italic
65- # - family: Trajan Pro
66- # fonts:
67- # - asset: fonts/TrajanPro.ttf
68- # - asset: fonts/TrajanPro_Bold.ttf
69- # weight: 700
70- #
71- # For details regarding fonts in packages, see
72- # https://flutter.dev/custom-fonts/#from-packages
0 commit comments