Reshav-Paul / grodudes_app

A grocery app made with flutter and wordpress/woocommerce backend
MIT License
13 stars 6 forks source link

what is the structure of Secret.dart ? #5

Closed LebToki closed 3 years ago

LebToki commented 3 years ago

Do you call them this way ? it's missing from your source

tried the below Final consumerKey= ""; Final consumerSecret = ""; but didn't reach anywhere

would appreciate some light

Reshav-Paul commented 3 years ago

I dont have the local copy anymore.

Looks like you can just define a map like,

final secret = {
    consumerKey: "ck_________"
    consumerSecret: "cs___________"
}
LebToki commented 3 years ago

final secret = {

"consumerKey": "ck_____", "consumerSecret": "cs__", };