You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i am adding the razorpay_flutter while the app is running, it works fine but when i restart the app i have the error
error: constructor RazorpayFlutterPlugin in class RazorpayFlutterPlugin cannot be applied to given types;
[ +1 ms] flutterEngine.getPlugins().add(new com.razorpay.razorpay_flutter.RazorpayFlutterPlugin());
[ ] ^
[ ] required: Registrar
[ ] found: no arguments
[ ] reason: actual and formal argument lists differ in length
[ ] 1 error
[ ] FAILURE: Build failed with an exception.
[ ] * What went wrong:
[ ] Execution failed for task ':app:compileDebugJavaWithJavac'.
[ ] > Compilation failed; see the compiler error output for details.
[ ] * Try:
[ ] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with
--scan to get full insights.
[ ] * Get more help at https://help.gradle.org
[ ] BUILD FAILED in 39s
The text was updated successfully, but these errors were encountered:
razorpay_flutter: ^1.1.4
when i am adding the razorpay_flutter while the app is running, it works fine but when i restart the app i have the error
error: constructor RazorpayFlutterPlugin in class RazorpayFlutterPlugin cannot be applied to given types;
[ +1 ms] flutterEngine.getPlugins().add(new com.razorpay.razorpay_flutter.RazorpayFlutterPlugin());
[ ] ^
[ ] required: Registrar
[ ] found: no arguments
[ ] reason: actual and formal argument lists differ in length
[ ] 1 error
[ ] FAILURE: Build failed with an exception.
[ ] * What went wrong:
[ ] Execution failed for task ':app:compileDebugJavaWithJavac'.
[ ] > Compilation failed; see the compiler error output for details.
[ ] * Try:
[ ] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with
--scan to get full insights.
[ ] * Get more help at https://help.gradle.org
[ ] BUILD FAILED in 39s
The text was updated successfully, but these errors were encountered: