This is my first flutter tutorial sorry its a bit long, This goes through live coding which also shows any issues I face also, kindly share your inputs. if u can help me in the ios part more kindly let me know I need help in understanding more in-depth Objective c.
The demo code is available in the following link
https://github.com/vmwsree/flutter-pa...
the following code is the core of this tutorial
-(void)openRazorpayVC:(FlutterViewController*)controller result:(FlutterResult) result {
UIStoryboard *sb = [UIStoryboard storyboardWithName:@"Paymeny" bundle:nil];
UIViewController *vc = [sb instantiateViewControllerWithIdentifier:@"PaymentView"];
vc.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
[self.window.rootViewController presentViewController:vc animated:YES completion:nil];
}
Goto 13:37 for the Part 2
Goto 21:30 for part 3
On this page of the site you can watch the video online Flutter Tutorial | Payment Gateway Integration| RazorPay iOS| LiveCoding with a duration of hours minute second in good quality, which was uploaded by the user Vivek Mohan 25 October 2018, share the link with friends and acquaintances, this video has already been watched 3,155 times on youtube and it was liked by 32 viewers. Enjoy your viewing!