-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot build in Flutter 3.29.0. error "FlutterInappPurchasePlugin.kt:10:48 Unresolved reference: Registrar" #500
Comments
This plugin doesn´t work any more with the latest version of flutter. I rewrite the code, becouse migrate to other plugins will be more complicated. Change this, and the issue will finish: Replace the content of FlutterInappPurchasePlugin with this: package com.dooboolab.flutterinapppurchase import io.flutter.embedding.engine.plugins.FlutterPlugin /** FlutterInappPurchasePlugin */
} |
This is the fix: #497 |
Version of flutter_inapp_purchase
flutter_inapp_purchase: ^5.6.1
Platforms you faced the error (IOS or Android or both?)
Android
Actual behavior
flutter doctor -v
The text was updated successfully, but these errors were encountered: