Changing the App Share Urls
This section will give you brief about how to change app share url
How you can change the app share urls
Updating the App Share URL
- Navigate to
project >> lib >> core >> constants
. - Open the
app_share_constants.dart
file. - Update the following:
- androidAppShareUrl: Replace it with your app's Play Store URL.
- iosAppShareUrl: Replace it with your app's App Store URL.
