Skip to content

Instantly share code, notes, and snippets.

@kunny
kunny / tos.md
Last active February 3, 2024 14:25
Terms of Service - Androidhuman

Last update: Feb 3, 2024


Overview

By downloading or using the app

By downloading or accessing the app, you confirm your acceptance of an agreement to be bound by these terms and conditions. Please ensure you have carefully reviewed these terms before proceeding. Intellectual property

@kunny
kunny / privacy_policy.md
Created January 13, 2024 16:39
Madaing - Privacy Policy

Last update: Jan 14, 2024


Information we collect

Information you provide us directly

During registration and when you contact us, we might ask for basic info like your name and email. We also save parameters used to generate the assets like texts and images.

This helps us run the service smoothly, chat with you, and fix any problems you have. By the way, without some of this info, you might not be able to use the service to its full potential.

Information we collect from you automatically

  • Device info (OS, OS version, model, make)
@kunny
kunny / sample.dart
Last active June 25, 2023 05:32
SKKU Summer Bootcamp / Sample notes
final _notes = [
Note(
'''
Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia,[4] and the web from a single codebase.[5]
The first version of Flutter was known as codename "Sky" and ran on the Android operating system. It was unveiled at the 2015 Dart developer summit,[6] with the stated intent of being able to render consistently at 120 frames per second.[7] During the keynote of Google Developer Days in Shanghai, Google announced Flutter Release Preview 2, which is the last big release before Flutter 1.0. On December 4, 2018, Flutter 1.0 was released at the Flutter Live event, denoting the first "stable" version of the Framework. On December 11, 2019, Flutter 1.12 was released at the Flutter Interactive event.[8]
On May 6, 2020, the Dart SDK in version 2.8 and the Flutter in version 1.17.0 were released, where support was added to the Metal API, improving performance on iOS devices (approxi
@kunny
kunny / main.dart
Created June 24, 2023 15:28
Flutter / Material Design / Column
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Column Demo',
debugShowCheckedModeBanner: false,
@kunny
kunny / note_manager.dart
Created June 23, 2022 12:56
Class 101 / Flutter / 6-4
final sql = '''
CREATE TABLE ${Note.tableName} (
${Note.columnId} INTEGER PRIMARY KEY AUTOINCREMENT,
${Note.columnTitle} TEXT,
${Note.columnBody} TEXT NOT NULL,
${Note.columnColor} INTEGER NOT NULL
)
''';
@kunny
kunny / sample_notes.dart
Last active June 18, 2022 14:51
Class 101 / Flutter / 3-4
final notes = [
Note(
'''
Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia,[4] and the web from a single codebase.[5]
The first version of Flutter was known as codename "Sky" and ran on the Android operating system. It was unveiled at the 2015 Dart developer summit,[6] with the stated intent of being able to render consistently at 120 frames per second.[7] During the keynote of Google Developer Days in Shanghai, Google announced Flutter Release Preview 2, which is the last big release before Flutter 1.0. On December 4, 2018, Flutter 1.0 was released at the Flutter Live event, denoting the first "stable" version of the Framework. On December 11, 2019, Flutter 1.12 was released at the Flutter Interactive event.[8]
On May 6, 2020, the Dart SDK in version 2.8 and the Flutter in version 1.17.0 were released, where support was added to the Metal API, improving performance on iOS devices (approxim
@kunny
kunny / location_agreement.md
Created December 27, 2021 09:15
더리스트 - 위치기반서비스 이용약관

1. 목적

이 약관은 Androidhuman (이하 “회사”)에서 제공하는 위치기반서비스를 이용하는 개인위치정보주체 (이하 '이용자')간의 권리, 의무 및 책임사항, 기타 필요한 사항 규정을 목적으로 합니다.

2. 이용약관의 효력 및 변경

이 약관에서 사용하는 용어의 의미는 다음과 같습니다.

  1. 본 약관은 이용자가 본 약관에 동의하고 회사가 정한 절차에 따라 위치기반서비스의 이용자로 등록됨으로써 효력이 발생합니다.
  2. 회사는 법률이나 위치기반서비스의 변경사항을 반영하기 위한 목적 등으로 약관을 수정할 수 있습니다.
@kunny
kunny / privacy_policy.md
Created December 27, 2021 09:13
더리스트 - 개인정보처리방침

1. 개인정보 처리방침이란?

Androidhuman (이하 “회사”)는 이용자의 동의를 기반으로 개인정보를 수집, 이용 및 제공하고 있으며, 이용자의 권리 (개인정보 자기결정권)을 적극 보장합니다.

회사는 정보통신서비스제공자가 준수하여야 하는 대한민국의 관계 법령 및 개인정보보호 규정, 가이드라인을 준수하고 있습니다. “개인정보처리방침”이란 이용자의 소중한 개인정보를 보호함으로써 이용자가 안심하고 서비스를 이용할 수 있도록 회사가 준수해야 할 지침을 의미합니다.

본 개인정보처리방침은 회사가 제공하는 더리스트 앱에 적용됩니다.

2. 개인정보 수집

@kunny
kunny / note_edit_page.dart
Created December 21, 2021 15:30
4-4 / snackbar
import 'package:flutter/material.dart';
import 'package:sticky_notes/data/note.dart';
import 'package:sticky_notes/providers.dart';
class NoteEditPage extends StatefulWidget {
@override
State createState() => _NoteEditPageState();
}
class _NoteEditPageState extends State<NoteEditPage> {
@kunny
kunny / location_agreement.md
Last active December 6, 2021 06:06
요기요소 - 위치기반서비스 이용약관

1. 목적

이 약관은 Androidhuman (이하 “회사”)에서 제공하는 위치기반서비스를 이용하는 개인위치정보주체 (이하 '이용자')간의 권리, 의무 및 책임사항, 기타 필요한 사항 규정을 목적으로 합니다.

2. 이용약관의 효력 및 변경

이 약관에서 사용하는 용어의 의미는 다음과 같습니다.

  1. 본 약관은 이용자가 본 약관에 동의하고 회사가 정한 절차에 따라 위치기반서비스의 이용자로 등록됨으로써 효력이 발생합니다.
  2. 회사는 법률이나 위치기반서비스의 변경사항을 반영하기 위한 목적 등으로 약관을 수정할 수 있습니다.