I have to implement an app and a web app with payments. I wanted to use Firebase functions, what do you think is the best way to do it? APay, GPay, PayPal, Stripe? is there an example on how to implement it? I'm new to flutter and would I need any help you can give me? thanks everyone for the help.
Related
I want to build a voice call application using Flutter, I have searched for solutions but all of them use SDK and need to pay a fee, I want to create it myself but there is no any documentation I can find to guide me on this, if you have any way, please let me know, I appreciate your contribution.
Consider using these following :
Jitsi Meet
flutter-webrtc
How to integrate 2checkout with flutter? is there any way to integrate 2checkout payment gateway with flutter app? can anyone please help me?
When you need a package for Flutter, but it is not available, its native package (for example Android) and the creation of a channel by the platform-channel may help you to solve the problem.
Im trying to integrate adyen payment(card payment and iDEAL payment) in flutter but there is no stable plugin or dependency available..please help me by providing any example of the same.
thank you in advance.
Adyen doesn't provide an official flutter library as of now.
Your best bet would be using something like webview to load the Adyen js components as a webpage.
Hello i'm developing an Flutter App and i need to program alarms in that.
I already try with Alarm_Manager and Alarm_Clock but the examples is confuse to me, i tried to implement it but doesn't work, if someone have an alternative or someone can help me to implement Alarm_Manager i'll be grateful.
Thanks
In an application I am developing I need to integrate the In-app-purchase concept, I have read the apple documentation but still don't completely understand how to completely integrate the system and make the call.
Does anyone know if there is an example out there to help me put me on track?
Try this blog entry: http://blog.mugunthkumar.com/coding/iphone-tutorial-%E2%80%93-in-app-purchases/.
He goes through the steps required to add in-app purchasing.