-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: #220 UI Redesign - Mobile - Terms & Condition page #225
base: ui_redesign
Are you sure you want to change the base?
fix: #220 UI Redesign - Mobile - Terms & Condition page #225
Conversation
@ksanty please review this |
@tanmoy27112000 Please could you make it so that the widget appears when someone clicks Terms & Conditions in the menu? |
@tinashe404 sure |
@tinashe404 you can click on the terms and condition button to see the widget |
@tanmoy27112000 Clicking terms and conditions opens up a page with the terms and conditions button but the button isn't doing anything. |
@tinashe404 added onTap method |
@tinashe404 the Hacktoberfest website is showing the repo as non participating. since Hacktoberfest tag is not added. can that be done |
I've added the hacktoberfest topic (and some others) to this repo |
@tinashe404 please check this PR . Conflicts resolved |
on tap method takes to the terms web screen @tinashe404 please check |
- What I did
If this is a bug fix, I Closed #220 . Added the terms and condition button for the settings page
- How I did it
I created a separate file for setting page button and made it such that all button can use the same widget.
- How to verify it
Just add the following code
SettingPageButton( iconPath: ImageConstants.termsAndConditionsIcon, title: "Terms & Conditions", )
to get the widget
- Description for the changelog
Added setting page button widget