2 questions from the last 7 days
2
votes
2
answers
102
views
How to fix 'cannot find symbol' error for Registrar in Razorpay_Flutter plugin on Flutter 3.29.0?
I'm using the razorpay_flutter plugin in my Flutter project, but when I try to build the app, I get the following error:
error: cannot find symbol
import io.flutter.plugin.common.PluginRegistry....
1
vote
1
answer
36
views
Razorpay payment screen opening multiple times in Flutter
I am integrating Razorpay into my Flutter application, but I am facing an issue where the Razorpay payment screen opens multiple times when the user initiates a payment by clicking the payment button ...