Flutter - Unable to SHow Create Ticket

Flutter - Unable to SHow Create Ticket

Hi Team, I have initialized the Zoho ASAP SDK by calling the ZohodeskPortalApikit.initializeSDK() function. Now when I try to show the create ticket using the ZohodeskPortalSubmitTicket.show() I'm getting the below error.
  1. Unable to start activity ComponentInfo{com.xxxx.dev/com.zoho.desk.asap.common.activities.ZDPBaseActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
Can you please help me sort this ?

Thank You.