46 lines
1.9 KiB
Dart
46 lines
1.9 KiB
Dart
// App theme........................................................
|
|
const String icLauncherIcon = "@mipmap/ic_launcher";
|
|
|
|
// TabBar variable name..............................................
|
|
const riseExploreTabUpcoming = "ExploreUpcoming";
|
|
const riseExploreTabOngoing = "ExploreOngoing";
|
|
const riseCreatedByMeTab = "Created by me";
|
|
const riseJoinedTab = "Joined";
|
|
// My Account.........................................................
|
|
|
|
const myProfileText = "My Profile";
|
|
const riseText = "Rise";
|
|
const uVaultText = "U-Vault";
|
|
const termsAndContionTileText = "Terms & Conditions";
|
|
const privicyPolicyTileText = "Privacy policy";
|
|
const achievementsText = "Achievements";
|
|
const logoutText = "Logout";
|
|
const accountAppBarText = "Account";
|
|
const becomeACoachText = "Become a coach";
|
|
const fitnessGoalText = "Fitness Goals";
|
|
const healthInformationText = "Health Information";
|
|
const editProfile = "Edit Profile";
|
|
const doneText = "Done";
|
|
const clientManagementAppbarText = "Client Management";
|
|
const searchForClientstext = "Search for clients";
|
|
const ratingAndReviewsAppbarText = "Ratings & Reviews";
|
|
|
|
// Register............................................................
|
|
const createProfileText = "Create Profile";
|
|
const profileSetupText = "Profile Setup";
|
|
const profileSetupDescriptionText = "*Please Enter Mandatory Information";
|
|
const termsAndConditionText1 = "I agree to the Terms and Conditions *";
|
|
const termsAndConditionText2 =
|
|
"I consent to the processing of my data in accordance with HIPAA. *";
|
|
const profileInfoText = "Profile Information";
|
|
const profileInformationDescriptionText =
|
|
"Provide your details to help us create an accurate profile.";
|
|
// Nav Bar.............................................................
|
|
|
|
const navHomeText = "Home";
|
|
const navEchoboardText = "EchoBoard";
|
|
const navGoalText = "Goal";
|
|
const navAccountText = "Account";
|
|
|
|
//.............................................................................
|