paytabscom / flutter-sdk-bridge

MIT License
12 stars 11 forks source link

the color does not change #27

Closed Yasoury closed 2 years ago

AmmanAhmed786 commented 2 years ago

Same issue with me

KhaledAlramam commented 2 years ago

Can you share more details about the issue?, which platform for example

Yasoury commented 2 years ago

Android i can't find the string that i should override !

Yasoury commented 2 years ago

i made a clone of the package and modified it

but it will be hard to track if it has an update or not i hope you fix the Android config in the next update. Best of luck

KhaledAlramam commented 2 years ago

What modification did you make ? And for the colors part you can create a color res file in the android folder, then add the attribute you want to override and you can find all the attributes here in the readme file: https://github.com/paytabscom/flutter-sdk-bridge#android-theme

Yasoury commented 2 years ago

What modification did you make ? And for the colors part you can create a color res file in the android folder, then add the attribute you want to override and you can find all the attributes here in the readme file: https://github.com/paytabscom/flutter-sdk-bridge#android-theme

thank you thats better i hope you add the option to override the back Button color

AmmanAhmed786 commented 2 years ago

What modification did you make ? And for the colors part you can create a color res file in the android folder, then add the attribute you want to override and you can find all the attributes here in the readme file: https://github.com/paytabscom/flutter-sdk-bridge#android-theme

Can you please guide me how to add the attribute I want to override. And where in the android folder to add my color res file

Yasoury commented 2 years ago

What modification did you make ? And for the colors part you can create a color res file in the android folder, then add the attribute you want to override and you can find all the attributes here in the readme file: https://github.com/paytabscom/flutter-sdk-bridge#android-theme

Can you please guide me how to add the attribute I want to override. And where in the android folder to add my color res file

sorry i didn't see your comment

you add the file like the pic and add the tags inside it

image

image

AmmanAhmed786 commented 2 years ago

What modification did you make ? And for the colors part you can create a color res file in the android folder, then add the attribute you want to override and you can find all the attributes here in the readme file: https://github.com/paytabscom/flutter-sdk-bridge#android-theme

Can you please guide me how to add the attribute I want to override. And where in the android folder to add my color res file

sorry i didn't see your comment

you add the file like the pic and add the tags inside it

image

image

Thanks for helping!!