Skip to content

Commit d8c8b8b

Browse files
committed
docs: restructure documentation to align with Open IAP specification
- Add Open IAP conformance statement across all documentation - Redirect iOS/Android setup guides to openiap.dev for unified setup instructions - Redirect lifecycle documentation to Open IAP specification - Add sponsors page with redirect to unified sponsorship program - Update README with left-aligned layout and OpenIAP links - Remove duplicate setup content to avoid confusion between spec and implementation - Maintain implementation-specific code examples and integration guides This restructuring separates specification documentation (managed on openiap.dev) from implementation documentation (flutter_inapp_purchase specific), providing clearer guidance for developers while avoiding content duplication.
1 parent b0a5437 commit d8c8b8b

File tree

7 files changed

+833
-634
lines changed

7 files changed

+833
-634
lines changed

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
11
# flutter_inapp_purchase
22

3-
<p align="center">
4-
<img src="https://flutter-inapp-purchase.hyo.dev/img/logo.png" width="200" alt="flutter_inapp_purchase logo" />
5-
</p>
3+
<img src="https://flutter-inapp-purchase.hyo.dev/img/logo.png" width="200" alt="flutter_inapp_purchase logo" />
64

7-
<p align="center">
8-
<a href="https://pub.dartlang.org/packages/flutter_inapp_purchase"><img src="https://img.shields.io/pub/v/flutter_inapp_purchase.svg?style=flat-square" alt="Pub Version" /></a>
9-
<a href="https://github.com/hyochan/flutter_inapp_purchase/actions/workflows/ci.yml"><img src="https://github.com/hyochan/flutter_inapp_purchase/actions/workflows/ci.yml/badge.svg" alt="Flutter CI" /></a>
10-
<a href="https://codecov.io/gh/hyochan/flutter_inapp_purchase"><img src="https://codecov.io/gh/hyochan/flutter_inapp_purchase/branch/main/graph/badge.svg?token=WXBlKvRB2G" alt="Coverage Status" /></a>
11-
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" />
12-
</p>
5+
[![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) [![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)
136

14-
<p align="center">
15-
A comprehensive Flutter plugin for implementing in-app purchases on iOS and Android platforms.
16-
</p>
7+
A comprehensive Flutter plugin for implementing in-app purchases that conforms to the [Open IAP specification](https://openiap.dev)
178

189
## 📚 Documentation
1910

20-
For comprehensive documentation, installation guides, API reference, and examples, visit:
21-
22-
**🌐 [flutter-inapp-purchase.hyo.dev](https://flutter-inapp-purchase.hyo.dev)**
11+
**[📖 Visit our comprehensive documentation site →](https://flutter-inapp-purchase.hyo.dev)**
2312

2413
## 📦 Installation
2514

@@ -49,6 +38,10 @@ await FlutterInappPurchase.instance.requestPurchase(
4938
);
5039
```
5140

41+
## Sponsors
42+
43+
💼 **[View Our Sponsors](https://openiap.dev/sponsors)**
44+
5245
## 📄 License
5346

5447
MIT License - see [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)