{"id":32288017,"url":"https://github.com/jaceshim/bootpay_flutter","last_synced_at":"2026-02-22T00:01:29.505Z","repository":{"id":56826674,"uuid":"190317854","full_name":"jaceshim/bootpay_flutter","owner":"jaceshim","description":"Bootpay payment modules for Flutter","archived":false,"fork":false,"pushed_at":"2019-11-01T04:37:13.000Z","size":172,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-20T21:28:53.583Z","etag":null,"topics":["bootpay","flutter"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaceshim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-05T03:13:36.000Z","updated_at":"2022-01-12T16:02:01.000Z","dependencies_parsed_at":"2022-09-20T22:02:10.788Z","dependency_job_id":null,"html_url":"https://github.com/jaceshim/bootpay_flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/jaceshim/bootpay_flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceshim%2Fbootpay_flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceshim%2Fbootpay_flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceshim%2Fbootpay_flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceshim%2Fbootpay_flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaceshim","download_url":"https://codeload.github.com/jaceshim/bootpay_flutter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceshim%2Fbootpay_flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29699335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootpay","flutter"],"created_at":"2025-10-23T02:22:04.413Z","updated_at":"2026-02-22T00:01:29.494Z","avatar_url":"https://github.com/jaceshim.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bootpay_flutter\n\nThis plugin is payment modules of [Bootpay](https://www.bootpay.co.kr) for Flutter.\n\n## Getting Started\nAdd the module to your project ``pubspec.yaml``:\n```yaml\n...\ndependencies:\n ...\n bootpay_flutter: last_version\n...\n```\nAnd install it using ``flutter packages get`` on your project folder. After that, just import the module and use it:\n\n## Settings\n\n### Android\nNo configuration required.\n\n### iOS\n** {your project root}/ios/Runner/Info.plist **\n\n```xml\n\u003ckey\u003eNSAppTransportSecurity\u003c/key\u003e\n    \u003cdict\u003e\n        \u003ckey\u003eNSAllowsArbitraryLoads\u003c/key\u003e\n        \u003ctrue/\u003e\n    \u003c/dict\u003e\n    \u003ckey\u003eCFBundleURLTypes\u003c/key\u003e\n    \u003carray\u003e\n        \u003cdict\u003e\n            \u003ckey\u003eCFBundleTypeRole\u003c/key\u003e\n            \u003cstring\u003eEditor\u003c/string\u003e\n            \u003ckey\u003eCFBundleURLName\u003c/key\u003e\n            \u003cstring\u003ekr.co.bootpaySample\u003c/string\u003e // 사용하고자 하시는 앱의 bundle url name\n            \u003ckey\u003eCFBundleURLSchemes\u003c/key\u003e\n            \u003carray\u003e\n                \u003cstring\u003ebootpaySample\u003c/string\u003e // 사용하고자 하시는 앱의 bundle url scheme\n            \u003c/array\u003e\n        \u003c/dict\u003e\n    \u003c/array\u003e\n```\n\nDone!\n\n```dart\nimport 'dart:async';\nimport 'dart:io';\n\nimport 'package:bootpay_flutter/bootpay_flutter.dart';\nimport 'package:flutter/material.dart';\n\nvoid main() =\u003e runApp(MyApp());\n\nclass MyApp extends StatefulWidget {\n  @override\n  _MyAppState createState() =\u003e _MyAppState();\n}\n\nclass _MyAppState extends State\u003cMyApp\u003e {\n  String _paymentResult = '';\n\n  @override\n  void initState() {\n    super.initState();\n    initPlatformState();\n  }\n\n  // Platform messages are asynchronous, so we initialize in an async method.\n  Future\u003cvoid\u003e initPlatformState() async {\n    String bootpayApplicationId;\n    if (Platform.isAndroid) {\n      bootpayApplicationId = \"59a4d326396fa607cbe75de5\"; // 안드로이드용 bootpay applicationId\n    } else {\n      bootpayApplicationId = \"59a4d328396fa607b9e75de6\"; // ios용 bootpay applicationId\n    }\n\n    String paymentResult;\n    final UserInfo userInfo = UserInfo(username: \"홍길동\", email: \"test@test.com\");\n    final PayParam payParam = PayParam(\n        price: \"1000\",\n        applicationId: bootpayApplicationId, // your_bootpay_id (Android or iOS)\n        name: \"bootpay_flutter_테스트_결제\",\n        userInfo: userInfo,\n        orderId: \"BootpayTest000001\");\n\n    try {\n      final PayResult result = await BootpayFlutter.pay(payParam);\n      if (result.action == \"BootpayDone\") {\n        // 결제성공\n        print(\"결제 성공\");\n      } else if (result.action == \"BootpayCancel\") {\n        // 사용자가 결제완료전에 결제를 중지한 상태.\n        print(\"사용자 결제 취소\");\n      } else if (result.action == \"BootpayError\") {\n        // 결제에러\n        print(\"결제 에러\");\n      }\n      paymentResult = result.toString();\n    } on Exception {\n      paymentResult = 'Payment Failed.';\n    }\n\n    setState(() {\n      _paymentResult = paymentResult;\n    });\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return MaterialApp(\n      home: Scaffold(\n        appBar: AppBar(\n          title: const Text('Bootpay flutter example app'),\n        ),\n        body: Center(\n          child: Text('Payment Result : $_paymentResult'),\n        ),\n      ),\n    );\n  }\n}\n\n```\nEnjoy!\n\n## Author\nDeveloped by [Jace Shim (심천보)](https://www.facebook.com/jaceshim.kr)\n\n## Contributing\n\nFeel free to help!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaceshim%2Fbootpay_flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaceshim%2Fbootpay_flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaceshim%2Fbootpay_flutter/lists"}