Skip to content

Instantly share code, notes, and snippets.

@Chonli
Chonli / transparency_view.dart
Last active March 16, 2022 21:27
Flutter popup widget with transparency background
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);
// This widget is the root of your application.
@Chonli
Chonli / privacy-policy.md
Created November 16, 2021 13:31
Privacy Policy no data collect

Privacy Policy

Information Collection And Use

This app collects no private data, period. Your data will not be used in any way, because we won't have it.

{
"Part statement": {
"prefix": "pts",
"body": [
"part '${TM_FILENAME_BASE}.g.dart';",
],
"description": "Creates a filled-in part statement"
},
"Part 'Freezed' statement": {
"prefix": "ptf",