Skip to content

Instantly share code, notes, and snippets.

View hitchhicker007's full-sized avatar
👨‍💻
working hard for my dreams :)

Parth Panchal hitchhicker007

👨‍💻
working hard for my dreams :)
View GitHub Profile
@hitchhicker007
hitchhicker007 / blee-privacy-policy.md
Created August 15, 2023 16:16
Bleep privacy policy

Privacy Policy

Parth Panchal built the Bleep app as a Free app. This SERVICE is provided by Parth Panchal at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Bleep unless otherwise defined in this Privacy Policy.

@hitchhicker007
hitchhicker007 / privacy-policy.md
Last active July 17, 2023 17:05
Privacy Policy for BookBAS on Google Play Console

Privacy Policy for BookBAS

At BookBAS, we are committed to protecting the privacy of our users and committed to providing a safe and appropriate experience for all users, including children. This Privacy Policy outlines how we collect, use, and protect the personal information of our users on the Google Play Console platform.

Information We Collect:

  • When you create an account on BookBAS, we collect your name and email address.
  • When you browse our platform, we may collect information about your device, location, and usage data.

How We Use Your Information:

  • We use your personal information to create and manage your account on BookBAS.
@hitchhicker007
hitchhicker007 / main.dart
Created October 13, 2022 12:40
chilly-cloud-5685
import 'package:flutter/material.dart';
const Color darkBlue = Color.fromARGB(255, 18, 32, 47);
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override