{"id":13380284,"url":"https://github.com/hyochan/flutter_inapp_purchase","last_synced_at":"2026-02-11T04:07:02.844Z","repository":{"id":39498796,"uuid":"141916833","full_name":"hyochan/flutter_inapp_purchase","owner":"hyochan","description":"Flutter In App Purchase plugin that confirms OpenIAP","archived":false,"fork":false,"pushed_at":"2026-02-10T12:18:34.000Z","size":18063,"stargazers_count":590,"open_issues_count":5,"forks_count":276,"subscribers_count":11,"default_branch":"main","last_synced_at":"2026-02-10T16:57:43.324Z","etag":null,"topics":["dart","flutter","in-app-purchase","openiap"],"latest_commit_sha":null,"homepage":"https://hyochan.github.io/flutter_inapp_purchase","language":"Dart","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/hyochan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2018-07-22T17:32:47.000Z","updated_at":"2026-02-10T14:32:47.000Z","dependencies_parsed_at":"2023-10-05T05:37:55.735Z","dependency_job_id":"3c2d4432-d5e1-465a-8e40-a965ea94340a","html_url":"https://github.com/hyochan/flutter_inapp_purchase","commit_stats":null,"previous_names":["dooboolab/flutter_inapp_purchase","hyochan/flutter_inapp_purchase","dooboolab-community/flutter_inapp_purchase"],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/hyochan/flutter_inapp_purchase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyochan%2Fflutter_inapp_purchase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyochan%2Fflutter_inapp_purchase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyochan%2Fflutter_inapp_purchase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyochan%2Fflutter_inapp_purchase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyochan","download_url":"https://codeload.github.com/hyochan/flutter_inapp_purchase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyochan%2Fflutter_inapp_purchase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29326958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: 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":["dart","flutter","in-app-purchase","openiap"],"created_at":"2024-07-30T09:00:27.384Z","updated_at":"2026-02-11T04:07:02.822Z","avatar_url":"https://github.com/hyochan.png","language":"Dart","funding_links":[],"categories":["Components"],"sub_categories":["Monetization"],"readme":"# flutter_inapp_purchase\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://hyochan.github.io/flutter_inapp_purchase/img/logo.png\" width=\"200\" alt=\"flutter_inapp_purchase logo\" /\u003e\n  \n  [![Pub Version](https://img.shields.io/pub/v/flutter_inapp_purchase.svg?style=flat-square)](https://pub.dartlang.org/packages/flutter_inapp_purchase) [![Flutter CI](https://github.com/hyochan/flutter_inapp_purchase/actions/workflows/ci.yml/badge.svg)](https://github.com/hyochan/flutter_inapp_purchase/actions/workflows/ci.yml) [![OpenIAP](https://img.shields.io/badge/OpenIAP-Compliant-green?style=flat-square)](https://openiap.dev) [![Coverage Status](https://codecov.io/gh/hyochan/flutter_inapp_purchase/branch/main/graph/badge.svg?token=WXBlKvRB2G)](https://codecov.io/gh/hyochan/flutter_inapp_purchase) ![License](https://img.shields.io/badge/license-MIT-blue.svg)\n  \n  A comprehensive Flutter plugin for implementing in-app purchases that conforms to the [Open IAP specification](https://openiap.dev)\n\n\u003ca href=\"https://openiap.dev\"\u003e\u003cimg src=\"https://github.com/hyodotdev/openiap/blob/main/logo.png\" alt=\"Open IAP\" height=\"40\" /\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n## 📚 Documentation\n\n**[📖 Visit our comprehensive documentation site →](https://hyochan.github.io/flutter_inapp_purchase)**\n\n## 📦 Installation\n\n```yaml\ndependencies:\n  flutter_inapp_purchase: ^8.0.0\n```\n\n## 🔧 Quick Start\n\n### Basic Usage\n\n```dart\nimport 'package:flutter_inapp_purchase/flutter_inapp_purchase.dart';\n\n// Create instance\nfinal iap = FlutterInappPurchase();\n\n// Initialize connection\nawait iap.initConnection();\n\n// Fetch products with explicit type\nfinal products = await iap.fetchProducts\u003cProduct\u003e(\n  skus: ['product_id'],\n  type: ProductQueryType.InApp,\n);\n\n// Request purchase (builder DSL)\nawait iap.requestPurchaseWithBuilder(\n  build: (builder) {\n    builder\n      ..type = ProductQueryType.InApp\n      ..android.skus = ['product_id']\n      ..ios.sku = 'product_id';\n  },\n);\n```\n\n## Using with AI Assistants\n\nflutter_inapp_purchase provides AI-friendly documentation for Cursor, GitHub Copilot, Claude, and ChatGPT.\n\n**[AI Assistants Guide](https://hyochan.github.io/flutter_inapp_purchase/docs/guides/ai-assistants)**\n\nQuick links:\n- [llms.txt](https://hyochan.github.io/flutter_inapp_purchase/llms.txt) - Quick reference\n- [llms-full.txt](https://hyochan.github.io/flutter_inapp_purchase/llms-full.txt) - Full API reference\n\n## Development\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines.\n\n### Singleton Usage\n\nFor global state management or when you need a shared instance:\n\n```dart\n// Use singleton instance\nfinal iap = FlutterInappPurchase.instance;\nawait iap.initConnection();\n\n// The instance is shared across your app\nfinal sameIap = FlutterInappPurchase.instance; // Same instance\n```\n\n## Sponsors\n\n💼 **[View Our Sponsors](https://openiap.dev/sponsors)**\n\n## 📄 License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyochan%2Fflutter_inapp_purchase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyochan%2Fflutter_inapp_purchase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyochan%2Fflutter_inapp_purchase/lists"}