KUSH9148 / razorpay_custom_flutter

Explore razorpay custom checkout for flutter apps.
Other
0 stars 0 forks source link

Property 'view' not found on object of type 'IphFlutterPlugin *' #1

Open KUSH9148 opened 3 years ago

KUSH9148 commented 3 years ago

Property 'view' not found on object of type 'IphFlutterPlugin *'. //in iOS platform

KUSH9148 commented 3 years ago

For ios we have our native custom checkout project in objective-c.

When we are trying to use the same objective c code in our flutter plugin, we are getting 'Property 'view' not found on object of type 'IphFlutterPlugin *', as there is no view available in flutter plugin ios folder.

Can we use objective-c for flutter plugin?