razorpay / razorpay-flutter

Razorpay Flutter Plugin
MIT License
106 stars 147 forks source link

Is it possible to change background color? #180

Open bhanuka96 opened 3 years ago

bhanuka96 commented 3 years ago

How to change background color?

razorpay_flutter: ^1.2.6

Full code

  Razorpay _razorpay = Razorpay();

  @override
  void initState() {
    super.initState();
    _razorpay.on(Razorpay.EVENT_PAYMENT_SUCCESS, _handlePaymentSuccess);
    _razorpay.on(Razorpay.EVENT_PAYMENT_ERROR, _handlePaymentError);
    _razorpay.on(Razorpay.EVENT_EXTERNAL_WALLET, _handleExternalWallet);
  }
santhoshivan23 commented 3 years ago

@bhanuka96 Currently, we don't have much control over background color as the package is built just on top of the android SDK - invokes native functions/methods through invokeMethod().

SanketPrograms commented 2 years ago

'theme.color':'#00AC4C', use this line in razorpay options theme will change..