Skip to main content

Change setting page urls

Go to lib/constants.dart and change values of variable you want to change according to your app

const String aboutPageURL = 'https://example.com/about';
const String privacyPageURL = 'https://example.com/privacy';
const String termsPageURL = 'https://example.com/terms-and-conditions';