|
1 | 1 | --- |
2 | | -slug: flutter-iap-6.0.0-release |
3 | | -title: 🎉 flutter_inapp_purchase 6.0.0 Release - StoreKit 2 & Billing Client v8 Support |
| 2 | +slug: flutter-iap-6.0.0-rc-release |
| 3 | +title: 🎉 flutter_inapp_purchase 6.0.0-rc.1 Release Candidate - StoreKit 2 & Billing Client v8 Support |
4 | 4 | authors: [hyochan] |
5 | 5 | tags: [release, storekit2, billing-client-v8, flutter, in-app-purchase] |
6 | 6 | --- |
7 | 7 |
|
8 | | -# 🚀 flutter_inapp_purchase 6.0.0 Major Release |
| 8 | +# 🚀 flutter_inapp_purchase 6.0.0-rc.1 Release Candidate |
9 | 9 |
|
10 | | -We're excited to announce the release of **flutter_inapp_purchase 6.0.0**, a major update that brings modern platform support and significant improvements to the Flutter ecosystem! |
| 10 | +We're excited to announce the release candidate of **flutter_inapp_purchase 6.0.0-rc.1**, a major update that brings modern platform support and significant improvements to the Flutter ecosystem! |
11 | 11 |
|
12 | | - |
| 12 | +> ⚠️ **Note**: This is a Release Candidate version. While feature-complete and tested, it may still contain bugs. Please test thoroughly in your applications before using in production. |
13 | 13 |
|
14 | | -## ✨ What's New in 6.0.0 |
| 14 | + |
| 15 | + |
| 16 | +## ✨ What's New in 6.0.0-rc.1 |
15 | 17 |
|
16 | 18 | ### 🍎 iOS StoreKit 2 Support |
17 | 19 |
|
@@ -130,16 +132,40 @@ Looking ahead to future releases: |
130 | 132 | - **Testing Utilities**: Better testing and mocking support |
131 | 133 | - **Performance Optimizations**: Continued performance improvements |
132 | 134 |
|
133 | | -## 📥 Upgrade Today |
| 135 | +## 📥 How to Try the Release Candidate |
| 136 | + |
| 137 | +To test the release candidate in your project: |
| 138 | + |
| 139 | +```yaml |
| 140 | +dependencies: |
| 141 | + flutter_inapp_purchase: ^6.0.0-rc.1 |
| 142 | +``` |
| 143 | +
|
| 144 | +Or use the command: |
134 | 145 |
|
135 | 146 | ```bash |
136 | | -flutter pub upgrade flutter_inapp_purchase |
| 147 | +flutter pub add flutter_inapp_purchase:^6.0.0-rc.1 |
137 | 148 | ``` |
138 | 149 |
|
| 150 | +## 🔍 What We Need From You |
| 151 | + |
| 152 | +As this is a release candidate, we need your help to ensure a stable final release: |
| 153 | + |
| 154 | +1. **Test in your apps**: Try the RC in development and staging environments |
| 155 | +2. **Report issues**: Found a bug? [Report it on GitHub](https://github.com/hyochan/flutter_inapp_purchase/issues) |
| 156 | +3. **Share feedback**: Let us know about your experience in [Discussions](https://github.com/hyochan/flutter_inapp_purchase/discussions) |
| 157 | + |
| 158 | +## 📅 Release Timeline |
| 159 | + |
| 160 | +- **RC Period**: August 2025 - September 2025 |
| 161 | +- **Final Release**: Expected September 2025 (pending feedback) |
| 162 | + |
139 | 163 | Don't forget to check our [Migration Guide](/docs/migration/from-v5) for a smooth upgrade experience! |
140 | 164 |
|
141 | 165 | --- |
142 | 166 |
|
143 | 167 | Questions? Join our [GitHub Discussions](https://github.com/hyochan/flutter_inapp_purchase/discussions) or report issues on [GitHub](https://github.com/hyochan/flutter_inapp_purchase/issues). |
144 | 168 |
|
145 | | -Happy coding! 🎉 |
| 169 | +Happy testing! 🧪 |
| 170 | + |
| 171 | +> **Remember**: This is a release candidate. Use in production at your own discretion after thorough testing. |
0 commit comments