Flutter plugin to display VGS card info using TextView or View

Overview

VGS Card Info

Flutter plugin to display VGS Card info using TextView or View

Installation

Add the dependency in your pubspec.yaml

vgscardinfo:
    git:
      url: git://github.com/djamoapp/flutter-vgs-cardinfo-plugin.git

Widgets Usage

VgsTextView

This widget displays only one VGS card data using the token.

"), id: " ", token: " ", vaultId: VAULT_ID, // Refers to a constant declaration path: DJAMO_VGS_PATH, // Refers to a constant declaration )) ">
VgsTextView(
  key: Key("
      
       "
      ),
  id: "
      
       "
      ,
  token: "
      
       "
      ,
  vaultId: VAULT_ID, // Refers to a constant declaration
  path: DJAMO_VGS_PATH, // Refers to a constant declaration
))

This widget comes with the copyContent method that copy the content of a VgsTextView rendered

"); ">
VgsTextView.copyContent(id: "
    
     "
    );

VgscardInfoView

This widget displays all VGS card data in one view

", expiryDateToken: " ", nameToken: " ", panToken: " ", vgsPath: DJAMO_VGS_PATH, // Refers to a constant declaration vgsVaultId: VAULT_ID, // Refers to a constant declaration ); VgscardInfoView( vgsCardInfoConfig: _vgsCardInfoConfig, ), ">
VgsCardInfoConfig _vgsCardInfoConfig = VgsCardInfoConfig(
    cvvToken: "
       
        "
       ,
    expiryDateToken: "
       
        "
       ,
    nameToken: "
       
        "
       ,
    panToken: "
       
        "
       ,
    vgsPath: DJAMO_VGS_PATH, // Refers to a constant declaration
    vgsVaultId: VAULT_ID, // Refers to a constant declaration
  );
  
VgscardInfoView(
  vgsCardInfoConfig: _vgsCardInfoConfig,
),

Support

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

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

You might also like...
Focus text field in SwiftUI dynamically and progress through form using iOS keyboard.
Focus text field in SwiftUI dynamically and progress through form using iOS keyboard.

Focuser Focuser allows to focus SwiftUI text fields dynamically and implements ability move go through the form using Keyboard for iOS 13 and iOS 14.

Autocomplete for a text field in SwiftUI using async/await
Autocomplete for a text field in SwiftUI using async/await

Autocomplete for a text field in SwiftUI using async/await

TextField with DropDown support using UIPickerView
TextField with DropDown support using UIPickerView

IQDropDownTextField TextField with DropDown support using UIPickerView Installing Install using cocoapods. Add in your Podfile: pod 'IQDropDownTextFie

Flutter openvpn - A new Flutter plugin that uses OpenVpn

flutter_openvpn A new Flutter plugin that uses OpenVpn. Installation Depend on i

Swipe able, customizable card stack view, Tinder like card stack view based on UICollectionView. Cards UI
Swipe able, customizable card stack view, Tinder like card stack view based on UICollectionView. Cards UI

Swipable, customizable card stack view, Tinder like card stack view based on UICollectionView. Cards UI Сocoapods installation Add in your Podfile: po

 MemojiView - MemojiView works by having a TextView behind the actual View for user input
MemojiView - MemojiView works by having a TextView behind the actual View for user input

MemojiView Since there is no official API for using the users Memoji's i have built a simple view to retrieve them and use them to your liking. Memoji

Realtime yoga pose detection and classification plugin for Flutter using MLKit

ML Kit Pose Detection Plugin Flutter plugin for realtime pose detection using MLKit's Blazepose. License Copyright (c) 2021 Souvik Biswas, Bharat Bira

Mi Card App for Android & IOS in Flutter
Mi Card App for Android & IOS in Flutter

Mi Card Our Goal Now that you've seen how to create a Flutter app entirely from scratch, we're going to go further and learn more about how to design

SwiftUI-Card - Simple card ui designed using SwiftUI
SwiftUI-Card - Simple card ui designed using SwiftUI

SwiftUI - Card Simple card ui designed using SwiftUI Preview

IOS Card Game - A simple card game using SwiftUI
IOS Card Game - A simple card game using SwiftUI

IOS_Card_Game A simple card game using Swift UI.

A Flutter plugin (platform channel with Swift) to get the current app name and also bring our app to the front.

window_to_front A new flutter plugin project. Getting Started This project is a starting point for a Flutter plug-in package, a specialized package th

A apple search ads attribution plugin for flutter

A apple search ads attribution plugin for flutter

A new Flutter plugin that uses OpenVpn

flutter_openvpn A new Flutter plugin that uses OpenVpn. Installation Depend on it Add this to your package's pubspec.yaml file: dependencies: flutte

Resource monitor - A flutter plugin for Android and IOS to monitor CPU and RAM usage of device.

resource_monitor A flutter plugin for Android and IOS to monitor CPU and RAM usage of device. TODO Implement Android Side of this plugin. Add listener

A Flutter plugin to wrap HyperPay SDK for iOS and Android.
A Flutter plugin to wrap HyperPay SDK for iOS and Android.

HyperPay Flutter Plugin This plugin is a wrapper around HyperPay iOS and Android SDK, it's still in alpha release, and supports limited set of functio

Card-based view controller for apps that display content cards with accompanying maps, similar to Apple Maps.

TripGo Card View Controller This is a repo for providing the card-based design for TripGo as well as the TripKitUI SDK by SkedGo. Specs 1. Basic funct

A TextView that provides easy to use tagging feature for Mention or Hashtag
A TextView that provides easy to use tagging feature for Mention or Hashtag

Tagging A TextView that provides easy to use tagging feature for Mention or Hashtag. Introduction Tagging is a UIView that encloses a TextView that co

Provides a SwiftUI multi-line TextView implementation including support for auto-sizing. (iOS)

TextView Also available as a part of my SwiftUI+ Collection – just add it to Xcode 13+ Provides a SwiftUI multi-line TextView implementation with supp

Dynamic textview with auto-resizing height & width that is also movable/draggable.
Dynamic textview with auto-resizing height & width that is also movable/draggable.

MarkupTextView Dynamic textview with auto-resizing height & width that is also movable/draggable. Requirements iOS 13 or above Installation MarkupText

Comments
  • Fix djamo app build error with flutter3

    Fix djamo app build error with flutter3

    Djamo App build errors

    • VgsCardInfoViewFactory.kt: (9, 1): Class 'VgsCardInfoViewFactory' is not abstract and does not implement abstract base class member public abstract fun create(p0: Context?, p1: Int, p2: Any?): PlatformView defined in io.flutter.plugin.platform.PlatformViewFactory
    • VgsTextView.kt: (41, 21): Type mismatch: inferred type is BinaryMessenger? but BinaryMessenger was expected
    • VgsTextViewFactory.kt: (8, 1): Class 'VgsTextViewFactory' is not abstract and does not implement abstract base class member public abstract fun create(p0: Context?, p1: Int, p2: Any?): PlatformView defined in io.flutter.plugin.platform.PlatformViewFactory
    • VgsTextViewFactory.kt: (11, 5): 'create' overrides nothing
    opened by nehemiekoffi 0
  • Check if channel isInitialized before use it

    Check if channel isInitialized before use it

    Changes

    Explanation

    We deal with UninitializedPropertyAccessException in Kotlin. This exception is related to lateinit variables that have not been initialized before using them in any kind of way.

    Docs :

    • https://frontbackend.com/kotlin/how-to-deal-with-uninitializedpropertyaccessexception-in-kotlin
    • https://api.flutter.dev/javadoc/io/flutter/embedding/engine/plugins/FlutterPlugin.html
    opened by nehemiekoffi 0
  • Visualization of the data structure returned by API in the Djamo application for Android.

    Visualization of the data structure returned by API in the Djamo application for Android.

    Hello. I know it's not about this project, but having no way to contact you I decided to create an issue here in order to address you. The Djamo application for Android sometimes returns data in JSON format in notifications, displaying all the data and its key in plain text.

    I don't know anything about mobile development, but I thought it necessary to warn you.

    opened by geeksceo 0
Owner
Djamo Côte d'Ivoire
Djamo Côte d'Ivoire
Library that allows you binding `enabled` property of button with textable elements (TextView, TextField)

What is NxEnabled? It's a fairly common case, when the enabled state of button depends on some textable elements such as TextView, TextField. So this

Nikita Ermolenko 33 Sep 20, 2021
A TextView that provides easy to use tagging feature for Mention or Hashtag

Tagging A TextView that provides easy to use tagging feature for Mention or Hashtag. Introduction Tagging is a UIView that encloses a TextView that co

DongHee Kang 109 Dec 5, 2022
UITextField that automatically formats text to display in the currency format

CurrencyTextField The numbers that the user enters in the field are automatically formatted to display in the dollar amount format. For example, if th

Richa Deshmukh 49 Sep 28, 2022
Transition from any SwiftUI Text view into an inline navigation bar title when the view is scrolled off-screen, as seen in Apple's TV & TestFlight iOS apps.

SwiftUI Matched Inline Title Transition from any SwiftUI Text view into an inline navigation bar title when the view is scrolled off-screen, as seen i

Seb Jachec 19 Oct 9, 2022
A customisable view for entering arbitrary length pins, codes or passwords in iOS. Supports iOS 12 one time codes.

CBPinEntryView CBPinEntryView is a view written in Swift to allow easy and slick entry of pins, codes or passwords. It allows backspacing, dismissal o

Chris Byatt 183 Dec 5, 2022
SwiftUI TextEdit View - A proof-of-concept text edit component in SwiftUI & CoreText.

A proof-of-concept text edit component in SwiftUI & CoreText. No UIKit, No AppKit, no UITextView/NSTextView/UITextField involved.

Marcin Krzyzanowski 80 Dec 1, 2022
A SwiftUI view for displaying Markdown with customizable appearances.

Parma Display Markdown using pure SwiftUI components. Taking advantages of ViewBuilder to make custom appearances for Text and View. Example import Pa

DasAuto 735 Jan 3, 2023
A text view that supports selection and expansion

The Problem UILabel and UITextView offer unsatisfying support for text selection. Existing solutions like TTTAttributedLabel are great but offer a som

Jeff Hurray 636 Dec 20, 2022
A Float Input View with smooth animation and supporting icon and seperator written with Swift

RSFloatInputView Features Smooth animation using CoreText Support optional left icon Support optional seperator Configurable padding, size, fonts and

null 103 Nov 13, 2022
Custom UITextFields effects inspired by Codrops, built using Swift

TextFieldEffects I fell in love with the text inputs effects in this article. As an exercise I decided to recreate as many of them as I can using Swif

Raul Riera 5.8k Dec 26, 2022