Set website url
- Open the file
pro_web / lib / constants.dart
. - Edit the variable
websiteInitialUrl
to your url.
For example
const String websiteInitialUrl = 'https://www.codecanyon.net';
Make sure that the url is a valid url
pro_web / lib / constants.dart
.websiteInitialUrl
to your url.const String websiteInitialUrl = 'https://www.codecanyon.net';
Make sure that the url is a valid url