#[SOLVED] Can anyone help me to create a custom module for my project.

5 messages · Page 1 of 1 (latest)

rugged canyon
#

i need to create a custom attribute like:
{
"supplier_Name": "Mohammed irfan",
"customer_id": "Unique id",
"orders":[
{
"product_name": "Vacum cleaner",
"product_id": "Unique Id"
"price": 1000,
},
{
"product_name": "Handwash Liquid",
"product_id": "Unique Id"
"price": 10,
}
]
}

MY DOUBT IS THAT HOW CAN I CREATE THE ORDERS WITH CUSTOM DATA TYPES. KINDLY HELP ME ON THIS.

pastel elm
rugged canyon
#

Thanks @pastel elm it would be great If you share the code in flutter. As I am beginner in this appwrite. Thanks in advance.

pastel elm
rugged canyon
#

Thanks for the help @pastel elm