atmosphere_pro
atmosphere_pro copied to clipboard
fix: #220 UI Redesign - Mobile - Terms & Condition page
- 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
@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 please check now.
@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