@@ -3,6 +3,7 @@ description: A Flutter plugin for allowing users to use the native LINE SDKs wit
3
3
version : 1.0.0
4
4
author :
LINE Corporation <[email protected] >
5
5
homepage : https://developers.line.biz/
6
+ repository : https://github.com/line/flutter_line_sdk/
6
7
7
8
environment :
8
9
sdk : " >=2.1.0 <3.0.0"
@@ -15,46 +16,7 @@ dev_dependencies:
15
16
flutter_test :
16
17
sdk : flutter
17
18
18
- # For information on the generic Dart part of this file, see the
19
- # following page: https://www.dartlang.org/tools/pub/pubspec
20
-
21
- # The following section is specific to Flutter.
22
19
flutter :
23
- # This section identifies this Flutter project as a plugin project.
24
- # The androidPackage and pluginClass identifiers should not ordinarily
25
- # be modified. They are used by the tooling to maintain consistency when
26
- # adding or updating assets for this project.
27
20
plugin :
28
21
androidPackage : com.linecorp.flutter_line_sdk
29
- pluginClass : FlutterLineSdkPlugin
30
-
31
- # To add assets to your plugin package, add an assets section, like this:
32
- # assets:
33
- # - images/a_dot_burr.jpeg
34
- # - images/a_dot_ham.jpeg
35
- #
36
- # For details regarding assets in packages, see
37
- # https://flutter.dev/assets-and-images/#from-packages
38
- #
39
- # An image asset can refer to one or more resolution-specific "variants", see
40
- # https://flutter.dev/assets-and-images/#resolution-aware.
41
-
42
- # To add custom fonts to your plugin package, add a fonts section here,
43
- # in this "flutter" section. Each entry in this list should have a
44
- # "family" key with the font family name, and a "fonts" key with a
45
- # list giving the asset and other descriptors for the font. For
46
- # example:
47
- # fonts:
48
- # - family: Schyler
49
- # fonts:
50
- # - asset: fonts/Schyler-Regular.ttf
51
- # - asset: fonts/Schyler-Italic.ttf
52
- # style: italic
53
- # - family: Trajan Pro
54
- # fonts:
55
- # - asset: fonts/TrajanPro.ttf
56
- # - asset: fonts/TrajanPro_Bold.ttf
57
- # weight: 700
58
- #
59
- # For details regarding fonts in packages, see
60
- # https://flutter.dev/custom-fonts/#from-packages
22
+ pluginClass : FlutterLineSdkPlugin
0 commit comments