flutter_instamojo 1.0.1+5 copy "flutter_instamojo: ^1.0.1+5" to clipboard
flutter_instamojo: ^1.0.1+5 copied to clipboard

A new Flutter plugin for instamojo made in flutter (every widgets and InappBrowser for flutter).

flutter_instamojo #

A new Flutter plugin for instamojo payment gateway and the idea has been taken from instamojo's Android SDK (https://github.com/Instamojo/instamojo-android-sdk), there are still some things needs to be implemented and to be tested. Will ne updating the whole procedure and the dependencies required to use this in a short time.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and iOS is working fine.

Order creation server #

In order to use the Instamojo payment gateway, you should set up a server containing the live and test keys of your instamojo's panel, so as it would be used to create the order id.

I have taken their go server side code ("https://github.com/Instamojo/sample-sdk-server") as an example and made some of the API(s) in dart and have deployed it to heroku. "https://instamojo-dart-server.herokuapp.com/order" // Please dont use this.

But that server has the keys of my personal Instamojo's panel.

So Please if you want to try before deploying the order creation api to the server, please use instamojo's sample order creation API "https://sample-sdk-server.instamojo.com/order".

And fro server setup, you can have a look at [instamojo dart API] (https://github.com/kushalmahapatro/instamojo_dart_apis)

4
likes
40
pub points
0%
popularity

Publisher

verified publisherkushalm.xyz

A new Flutter plugin for instamojo made in flutter (every widgets and InappBrowser for flutter).

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

decimal, equatable, flutter, flutter_bloc, flutter_inappwebview, http, meta

More

Packages that depend on flutter_instamojo