Skip to content

Commit 2d7994f

Browse files
committed
Clean pubspec file
1 parent e908f7a commit 2d7994f

File tree

1 file changed

+2
-40
lines changed

1 file changed

+2
-40
lines changed

pubspec.yaml

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: A Flutter plugin for allowing users to use the native LINE SDKs wit
33
version: 1.0.0
44
author: LINE Corporation <[email protected]>
55
homepage: https://developers.line.biz/
6+
repository: https://github.com/line/flutter_line_sdk/
67

78
environment:
89
sdk: ">=2.1.0 <3.0.0"
@@ -15,46 +16,7 @@ dev_dependencies:
1516
flutter_test:
1617
sdk: flutter
1718

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.
2219
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.
2720
plugin:
2821
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

Comments
 (0)