WebEferen / flutter_wallet_card

Flutter Wallet Card plugin (iOS & Android)
MIT License
11 stars 21 forks source link

Pass alignment not working #18

Open rsys-zeeshan-iqbal opened 4 months ago

rsys-zeeshan-iqbal commented 4 months ago
{
    "formatVersion": 1,
    "passTypeIdentifier": "pass.com.rsys.fbi.app",
    "teamIdentifier": "NELAYH58M8",
    "serialNumber": "12345",
    "description": "Idaho Farm Bureau Membership Card",
    "logoText": "Idaho Farm Bureau",
    "organizationName": "Idaho Farm Bureau",
    "foregroundColor": "rgb(0, 0, 0)",
    "backgroundColor": "rgb(200, 16, 46)",
    "labelColor": "rgb(0, 0, 0)",
    "eventTicket": {
        "headerFields": [],
        "auxiliaryFields": [
            {
                "key": "memberName",
                "label": "Member Name",
                "value": "Michael Swore",
                "textAlignment": "PKTextAlignmentRight"
            }
        ],
        "secondaryFields": [
            {
                "key": "memberNumber",
                "label": "Member Number",
                "value": "043432",
                "textAlignment": "PKTextAlignmentRight"
            }
        ],
        "backFields": []
    }
}

this is the json which we are using but things not looking what it should look like

The issue is there any option we can make value color to black or unable to shift values to the right side of the card

Screenshot 2024-05-01 at 11 25 12 AM