Flutter plugin for Juspay Payment SDK

Related tags

SDK juspay_flutter
Overview

juspay_flutter

A flutter plugin for juspay payment SDK.

CI

Flutter Setup

  1. Add plugin dependency in pubspec.yaml
dependencies:
  juspay_flutter:
    git:
      url: [email protected]: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>
You might also like...
Air Native Extension (iOS and Android) for the Facebook mobile SDK

Air Native Extension for Facebook (iOS + Android) This is an AIR Native Extension for the Facebook SDK on iOS and Android. It has been developed by Fr

Android Chat SDK built on Firebase
Android Chat SDK built on Firebase

Chat21 is the core of the open source live chat platform Tiledesk.com. Chat21 SDK Documentation Features With Chat21 Android SDK you can: Send a direc

Liquid SDK (Android)

Liquid Android SDK Quick Start to Liquid SDK for Android This document is just a quick start introduction to Liquid SDK for Android. We recommend you

AWS SDK for Android. For more information, see our web site:

AWS SDK for Android For new projects, we recommend interacting with AWS using the Amplify Framework. The AWS SDK for Android is a collection of low-le

新浪微博 Android SDK

ReadMe 公告: 鉴于线上服务器出现问题,推荐下载本地aar后上传到自己公司的服务器,保证后续服务稳定, 我们也将尽快重新提供一个稳定的地址供大家使用。 新包地址:https://github.com/sinaweibosdk/weibo_android_sdk/tree/master/2019

Free forever Marketing SDK with a dashboard for in-app SplashScreen banners with built-in analytics
Free forever Marketing SDK with a dashboard for in-app SplashScreen banners with built-in analytics

AdaptivePlus Android SDK AdaptivePlus is the control center for marketing campaigns in mobile applications Requirements minSdkVersion 16 Examples prov

Official Appwrite Android SDK 💚  🤖
Official Appwrite Android SDK 💚 🤖

Appwrite Android SDK This SDK is compatible with Appwrite server version 0.8.x. For older versions, please check previous releases. Appwrite is an ope

This App is sending Face capture data over network, built around the latest Android Arcore SDK.
This App is sending Face capture data over network, built around the latest Android Arcore SDK.

AndroidArcoreFacesStreaming From any Android phone ArCore compatible, using this app will send over TCP 5680 bytes messages: The first 5616 bytes is a

Its measurement app made using kotlin with sceneform sdk by google

ARCORE MEASUREMENT This app is build using sceneform sdk for android using kotlin language It helps you measure the distance between multiple points i

Comments
  • Plugin not working for Flutter

    Plugin not working for Flutter

    Hello guys I want to integrate your Juspay plugin in my flutter app but it's not working. Below is my pubspec.yaml dependency section:

    dependencies: flutter: sdk: flutter juspay_flutter: git: url: https://github.com/deep-rooted-co/juspay_flutter.git ref: 4ebb4b062a130d6612aad9c627bbc611d9b4c82f .....I added SHA1 commit key as suggested in your Doc

    I am getting error after running app: FAILURE: Build failed with an exception.

    • What went wrong: Execution failed for task ':app:downloadHyperSdkAssets'.

    java.io.IOException: Server returned HTTP response code: 403 for URL: https://assets.juspay.in/hyper/assetConfig/android/{clientId}/AssetConfig.txt

    • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    • Get more help at https://help.gradle.org

    BUILD FAILED in 16s Exception: Gradle task assembleDebug failed with exit code 1

    Please help me with this issue as soon as possible or you guys publish this plugin on pub.dev for everyone to use

    opened by AjFaboom 2
  • Am implementing juspay plugin but not having SHA Key please provide me SHA Key am getting this error

    Am implementing juspay plugin but not having SHA Key please provide me SHA Key am getting this error

    Git error. Command: git clone --mirror [email protected]:deep-rooted-co/juspay_flutter.git C:\flutter\.pub-cache\git\cache\juspay_flutter-025068dbc1c42ddc50e6437bfee51d8135f15222 stdout: stderr: Cloning into bare repository 'C:\flutter.pub-cache\git\cache\juspay_flutter-025068dbc1c42ddc50e6437bfee51d8135f15222'... ssh: Could not resolve hostname github.com: Name or service not known fatal: Could not read from remote repository.

    Please make sure you have the correct access rights and the repository exists.

    opened by urusamadni123 1
  • Updating juspay sdk version

    Updating juspay sdk version

    Description:

    Google has been progressively restricting usage of some permissions widely used thus far to access android system information. So we need to update the android manifest file with QUERY_ALL_PACKAGES permissions.

    Solution:

    juspay SDK has been updated to solve this problem. New SDK version is 2.0.4-rc.78.

    Links:

    https://support.google.com/googleplay/android-developer/answer/10158779
    opened by Balaji-V19 0
  • Exception during initiate

    Exception during initiate

           at co.deeprooted.plugin.juspay.juspay_flutter.JuspayFlutterPlugin$initiate$invokeMethodResult$1.notImplemented(JuspayFlutterPlugin.kt:105)
           at io.flutter.plugin.common.MethodChannel$IncomingResultHandler.reply(MethodChannel.java:207)
           at io.flutter.embedding.engine.dart.DartMessenger.handlePlatformMessageResponse(DartMessenger.java:105)
           at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessageResponse(FlutterJNI.java:829)
           at android.os.MessageQueue.nativePollOnce(MessageQueue.java)
           at android.os.MessageQueue.next(MessageQueue.java:336)
           at android.os.Looper.loop(Looper.java:174)
           at android.app.ActivityThread.main(ActivityThread.java:7397)
           at java.lang.reflect.Method.invoke(Method.java)
           at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
           at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:935)```
    opened by sachinsudheendra 0
Owner
Deep Rooted.Co
Deep Rooted.Co
Basispay-Flutter-SDK-V2

BasisPay-Flutter-PG-SDKV2-KIT A Flutter plugin to use the BasisPay Payment gateway kit for accepting online payments in Flutter app. INTRODUCTION This

null 0 Dec 2, 2021
Sdk-android - SnapOdds Android SDK

Documentation For the full API documentation go to https://snapodds.github.io/sd

Snapodds 0 Jan 30, 2022
Segmenkt - The SegmenKT Kotlin SDK is a Kotlin-first SDK for Segment

SegmenKT Kotlin SDK The SegmenKT Kotlin SDK is a Kotlin-first SDK for Segment. I

UNiDAYS 0 Nov 25, 2022
Frogo SDK - SDK Core for Easy Development

SDK for anything your problem to make easier developing android apps

Frogobox 10 Dec 15, 2022
HubSpot Kotlin SDK 🧺 Implementation of HubSpot API for Java/Kotlin in tiny SDK

HubSpot Kotlin SDK ?? Implementation of HubSpot API for Java/Kotlin in tiny SDK

BOOM 3 Oct 27, 2022
Zendesk-Messaging for Flutter developer

Zendesk Messaging Messaging is a "user-based" chat Live Chat is a "session-based" chat Better UI (Native) Chat history Answer Bot Setup 1. Enable agen

Yii Chen 11 Nov 10, 2022
AWS SDK for Android. For more information, see our web site:

AWS SDK for Android For new projects, we recommend interacting with AWS using the Amplify Framework. The AWS SDK for Android is a collection of low-le

AWS Amplify 976 Dec 29, 2022
Countly Product Analytics Android SDK

Countly Android SDK We're hiring: Countly is looking for Android SDK developers, full stack devs, devops and growth hackers (remote work). Click this

Countly Team 648 Dec 23, 2022
Android Real Time Chat & Messaging SDK

Android Chat SDK Overview Applozic brings real-time engagement with chat, video, and voice to your web, mobile, and conversational apps. We power emer

Applozic 659 May 14, 2022
Evernote SDK for Android

Evernote SDK for Android version 2.0.0-RC4 Evernote API version 1.25 Overview This SDK wraps the Evernote Cloud API and provides OAuth authentication

Evernote 424 Dec 9, 2022