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