Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
terms_of_use.dart
Go to the documentation of this file.
1import 'package:flutter/material.dart';
2import 'package:flutter_screenutil/flutter_screenutil.dart';
3
4const String termsOfUseText = '''
5Effective Date: January 7, 2025
6
7Welcome to Aidra Connect! These Terms of Use ("Terms") govern your access to and use of the Aidra Connect application ("App"). By downloading, installing, or using the App, you agree to comply with these Terms. If you do not agree, please do not use the App.
8
91. Acceptance of Terms
10By creating an account or using Aidra Connect, you affirm that you are at least 18 years old or have the legal capacity to enter into these Terms. If you are under 18, you may only use the App with the supervision of a parent or guardian.
11
122. User Responsibilities
13- You agree to use the App in a lawful manner and not for any unauthorized or fraudulent activities.
14- You are solely responsible for maintaining the confidentiality of your login credentials.
15- You must not share, sell, or transfer your account to any third party.
16
173. Privacy Policy
18Our Privacy Policy explains how we collect, use, and protect your information. By using Aidra Connect, you agree to the practices described in our Privacy Policy.
19''';
20
21class TermsOfUseDisplayer extends StatelessWidget {
22 const TermsOfUseDisplayer({super.key});
23
24 @override
25 Widget build(BuildContext context) {
26 return Text(
28 style: Theme.of(context).textTheme.bodySmall?.copyWith(fontSize: 10.7.sp),
29 );
30 }
31}
static AppLocalizations of(BuildContext context)
final class AuthenticatedState extends AuthenticationState credentials
override Widget build(BuildContext context)
const TermsOfUseDisplayer({super.key})
const String At Aidra your privacy is important to us This Privacy Policy outlines the types of personal information we collect
const String At Aidra Connect
const String termsOfUseText
const String Welcome to Aidra Connect !These Terms of Use("Terms") govern your access to and use of the Aidra Connect application("App"). By downloading
const String Welcome to Aidra Connect !These Terms of installing