-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supports for excluding paths from checking
Signed-off-by: SeongjunJo <[email protected]>
- Loading branch information
1 parent
af306b2
commit 65391ea
Showing
9 changed files
with
1,875 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
name: iamport_flutter | ||
description: Plugin that allows Flutter to use Iamport payment and certification functions. | ||
version: 0.10.0-dev.1 | ||
homepage: https://github.com/iamport/iamport_flutter | ||
|
||
environment: | ||
sdk: '>=2.12.0 <3.0.0' | ||
flutter: ">=2.0.0" | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
iamport_webview_flutter: ^3.0.1 | ||
url_launcher: ^6.0.4 | ||
dev_dependencies: | ||
dart_json_mapper: ^2.1.0 | ||
uni_links: ^0.5.1 | ||
# For information on the generic Dart part of this file, see the | ||
# following page: https://www.dartlang.org/tools/pub/pubspec | ||
|
||
# The following section is specific to Flutter. | ||
flutter: | ||
# This section identifies this Flutter project as a plugin project. | ||
# The androidPackage and pluginClass identifiers should not ordinarily | ||
# be modified. They are used by the tooling to maintain consistency when | ||
# adding or updating assets for this project. | ||
plugin: | ||
platforms: | ||
android: | ||
package: kr.iamport.iamport_flutter | ||
pluginClass: IamportFlutterPlugin | ||
ios: | ||
pluginClass: IamportFlutterPlugin | ||
|
||
uses-material-design: true | ||
|
||
# To add assets to your plugin package, add an assets section, like this: | ||
assets: | ||
- assets/images/iamport-logo.png | ||
|
||
# | ||
# For details regarding assets in packages, see | ||
# https://flutter.dev/assets-and-images/#from-packages | ||
# | ||
# An image asset can refer to one or more resolution-specific "variants", see | ||
# https://flutter.dev/assets-and-images/#resolution-aware. | ||
|
||
# To add custom fonts to your plugin package, add a fonts section here, | ||
# in this "flutter" section. Each entry in this list should have a | ||
# "family" key with the font family name, and a "fonts" key with a | ||
# list giving the asset and other descriptors for the font. For | ||
# example: | ||
# fonts: | ||
# - family: Schyler | ||
# fonts: | ||
# - asset: fonts/Schyler-Regular.ttf | ||
# - asset: fonts/Schyler-Italic.ttf | ||
# style: italic | ||
# - family: Trajan Pro | ||
# fonts: | ||
# - asset: fonts/TrajanPro.ttf | ||
# - asset: fonts/TrajanPro_Bold.ttf | ||
# weight: 700 | ||
# | ||
# For details regarding fonts in packages, see | ||
# https://flutter.dev/custom-fonts/#from-packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
openpyxl | ||
virtualenv |
Oops, something went wrong.