App Constants
In lib/config/AppConfig.dart there are some values that you have to change
- We previously changed the App URL and the App Name.
- Change the kPrimaryColor to your preferred theme color if you wish by keeping 0xFF at the beginning of the color HEX Code or by using Flutter's default colors Colors.red...
- The SHARE_TEXT is the text that is sent when sharing the app or a post.
- Change ANDROID_SHARE_URL and IOS_SHARE_URL to the URLs of your app on Google Play and App Store.
- Change also IOS_APP_ID to the iOS ID given by Apple Store Connect.