Contact Email
This is the email where the Contact
Item in the navigation drawer will redirect to send a mail.
- 1- Open the
config.dart
file. - 2- Search for this:
/config/config.dart
static const String email = "ffikhi.aanas@gmail.com";
- 3- Change
ffikhi.aanas@gmail.com
with your app name like this:
/config/config.dart
static const String appStoreAppLink = "your_email@gmail.com";