paki bago naman yung child text
// ignore_for_file: unused_import, prefer_const_constructors
import 'package:flutter/material.dart';
import 'package:lottie/lottie.dart';
import 'homepage.dart';
import 'package:colorapp/main.dart';
import 'package:colorapp/global.dart';
class PrivacyPolicyPage extends StatelessWidget {
final bool isDarkModeEnabled; // Define isDarkModeEnabled parameter
const PrivacyPolicyPage({
Key? key,
required this.isDarkModeEnabled,
}) : super(key: key);
Override
Widget build(BuildContext context) {
return MaterialApp(
theme: isDarkModeEnabled ? ThemeData.dark() : ThemeData.light(),
home: Scaffold(
appBar: AppBar(
title: Text('Dye It'),
backgroundColor: Colors.deepPurple,
),
body: SingleChildScrollView(
child: Column(
children: [
Container(
height: 300,
width: 400,
decoration: BoxDecoration(
color: Colors.grey[200],
borderRadius: BorderRadius.circular(20),
),
child: Lottie.asset('assets/privacypolicy.json'),
),
Padding(
padding: const EdgeInsets.all(20.0),
child: Text(
'''
DYE IT is meticulously crafted to cater to a diverse range of users who are passionate about colors and their applications. The primary target audience includes:
Design Professionals: Graphic designers, interior designers, fashion designers, and other creative professionals who rely on precise color identification for their projects.
Visual Artists: Painters, illustrators, and digital artists seeking inspiration and accurate color representation in their artwork.
Color Enthusiasts: Individuals with a keen interest in exploring and understanding various color shades, combinations, and their real-world applications.
Students and Educators: Art students, design students, and educators in visual arts and design-related disciplines, facilitating learning and experimentation in the realm of colors.
Accessibility Advocates: Users with color vision deficiencies (color blindness) who can benefit from the app's Color Blind Mode, ensuring an inclusive experience with colors.
Home Decor Enthusiasts: Homeowners and interior decorating enthusiasts looking to match or coordinate colors for home decor and renovation projects.
DIY Enthusiasts: DIY hobbyists and crafters engaged in projects where accurate color matching is crucial, such as painting, crafting, and fabric selection.
By catering to this diverse user base, DYE IT addresses the needs of professionals, artists, learners, and everyday users, providing a seamless and enriching experience in the world of colors.
''',
),
),
],
),
),
),
);
}
}
palitan nito, lahat ng naka bold na words, lagyan ng malaking size at gawin ring bold
Information We Collect
DYE IT requires certain permissions to offer its unique features. These permissions are solely used to enhance your experience within the app:
Camera Access: This permission enables the app to identify colors in your surroundings using the device's camera.
Storage Access: DYE IT uses this permission to identify colors within images/photos stored on your device.
We want to assure you that DYE IT does not collect any personal data or information from its users. The permissions requested are strictly necessary for the proper functioning of the app's features.
Third-Party Services
DYE IT utilizes third-party services to enhance its functionality. These services include:
Google Play Services
AdMob
Google Analytics for Firebase ----
Firebase Crashlytics ----
Please refer to the respective privacy policies of these third-party service providers for more information on how they handle your data.
Cookies
DYE IT does not use cookies explicitly. However, the app may incorporate third-party code and libraries that use cookies to enhance their services. You have the option to accept or refuse these cookies. Refusing cookies might limit certain functionalities within the app.
Security
We prioritize the security of your personal information and use commercially acceptable methods to protect it. However, please note that no method of transmission over the internet or electronic storage is 100% secure. While we strive to use reliable means, we cannot guarantee absolute security.
Links to Other Sites
DYE IT may contain links to external websites. Please be aware that these sites are not operated by us, and we encourage you to review their respective privacy policies. We do not have control over the content, privacy practices, or policies of these third-party sites.
Children's Privacy
DYE IT does not collect personally identifiable information from individuals under the age of 13. If we discover that a child under 13 has provided us with personal information, we promptly delete it from our servers. If you are a parent or guardian and believe your child has provided us with personal information, please contact us immediately.
Changes to This Privacy Policy
We reserve the right to update our privacy policy as needed. Any changes will be communicated through the app. We encourage you to review this policy periodically for updates.
Contact Us
If you have any questions or concerns about our privacy policy, please do not hesitate to contact us at:
dye883@gmail.com.
Thank you for choosing DYE IT, where your privacy and security are our utmost priority.