booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

Replace Button in footer menu #164

Closed ePento closed 2 months ago

ePento commented 2 months ago

Hello, I want to replace the (Saved Icon) in footer menu of app to another icon and string > and make user when click on it redirect him to a specific url with embedded app browser (not open outside app) just like privacy policy & terms & conditions pages

so where is the file i can edit it and if i can get any help from you guys ? thank you very much

AdilSoomro commented 2 months ago

Hi, you can remove Saved option and add a new option to bottom tab bar in Houzi Builder.

When you add a new option in the bottom bar, you can select the widget type as web_url. You can change its name and icon. Once done, export the configuration and save to app source code. Delete existing app on device and relaunch.

Checkout the docs here: https://houzi-docs.booleanbites.com/houzi-builder/customize_navigation_bar

ePento commented 2 months ago

Hi, you can remove Saved option and add a new option to bottom tab bar in Houzi Builder.

When you add a new option in the bottom bar, you can select the widget type as web_url. You can change its name and icon. Once done, export the configuration and save to app source code. Delete existing app on device and relaunch.

Checkout the docs here: https://houzi-docs.booleanbites.com/houzi-builder/customize_navigation_bar

Thaank you very much i found it