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