onufitness_mobile/lib/constants/string_constant.dart
2026-01-13 11:36:24 +05:30

88 lines
4.7 KiB
Dart

// App theme........................................................
import 'package:onufitness/screens/accounts/views/trainee_account/termas_and_condition_screen.dart';
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";
//.............................................................................
const String termsAndConditions = """
Terms and Conditions
By using our fitness mobile application ("App"), you agree to comply with and be bound by the following Terms and Conditions. Please read them carefully before using the App.
User Responsibility: You agree to use the App at your own risk. You should consult a medical professional before starting any fitness program. We are not liable for any injuries or health issues arising from the use of our content.
Content Use: All workouts, meal plans, images, and videos provided are for personal, non-commercial use only. Reproduction, distribution, or modification without written consent is prohibited.
Account: You are responsible for maintaining the confidentiality of your login credentials. You must notify us immediately of any unauthorized use of your account.
Subscription & Payments: Some features may require a paid subscription. All payments are non-refundable unless stated otherwise. Subscriptions renew automatically unless canceled before the renewal date.
Data & Privacy: By using the App, you consent to our collection and use of personal data as outlined in our Privacy Policy.
Modifications: We reserve the right to update or modify these Terms at any time. Continued use of the App implies acceptance of the revised Terms.
If you disagree with any part of these terms, please discontinue use of the App.
""";
const String privacyPolicy = """
Privacy Policy
We respect your privacy and are committed to protecting your personal data. This Privacy Policy explains how we collect, use, and safeguard your information when you use our fitness mobile application ("App").
Data Collection: We may collect personal information such as name, email address, age, fitness goals, and device information when you register or use features of the App.
Usage Data: We also collect anonymized usage data to improve the app experience, such as workout duration, preferences, and navigation behavior.
Use of Information: Your data helps us personalize your fitness experience, provide customer support, and improve app functionality. We do not sell your personal data to third parties.
Data Sharing: We may share data with service providers who help us operate the App. All partners are obligated to keep your information secure and use it only for authorized purposes.
Security: We implement industry-standard security measures to protect your information. However, no method of transmission over the Internet is 100% secure.
Changes: We may update this policy from time to time. Continued use of the App constitutes your acceptance of the revised policy.
If you have questions about this policy, contact us via the support section in the App.
""";