GithubHelp home page GithubHelp logo

hiteshgarg002 / juspay_flutter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deep-rooted-co/juspay_flutter

0.0 1.0 0.0 39 KB

Flutter plugin for Juspay Payment SDK

Home Page: https://deep-rooted.co

License: MIT License

Kotlin 45.54% Objective-C 5.18% Swift 25.76% Ruby 7.09% Dart 16.42%

juspay_flutter's Introduction

juspay_flutter

A flutter plugin for juspay payment SDK.

CI

Flutter Setup

  1. Add plugin dependency in pubspec.yaml
dependencies:
  juspay_flutter:
    git:
      url: https://github.com/deep-rooted-co/juspay_flutter.git
      ref: <Git Commit SHA>

Note: This method is only until we get this plugin published to pub.dev

Android Setup

  1. Add to android/build.gradle
buildscript {
    ....
    repositories {
        ....
        maven {
            url "https://maven.juspay.in/jp-build-packages/hypersdk-asset-download/releases/"
        }
    }

    dependencies {
        ....
        classpath 'in.juspay:hypersdk-asset-plugin:1.0.3'
    }
}
  1. Add to android/app/build.gradle
apply plugin: 'hypersdk-asset-plugin'
  1. Create file android/app/MerchantConfig.txt with the following content
clientId = <your client id>

iOS Setup

  1. In ios/Podfile
post_install do |installer|
  fuse_path = "./Pods/HyperSDK/Fuse.rb"
  clean_assets = true
  if File.exist?(fuse_path)
    if system("ruby", fuse_path.to_s, clean_assets.to_s)
    end
  end
end
  1. Create file ios/MerchantConfig.txt with the following content
clientId = <your client id>

juspay_flutter's People

Contributors

debasmitasarkar avatar sachin-clover avatar sachinsudheendra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.