Skip to content

Instantly share code, notes, and snippets.

@vault-pay
vault-pay / code-editor-rules.md
Created May 13, 2025 04:05 — forked from yifanzz/code-editor-rules.md
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]
@vault-pay
vault-pay / main.dart
Created May 3, 2024 00:27 — forked from carpodok/main.dart
Error Shake Effect Medium article source code
import 'dart:math';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@vault-pay
vault-pay / main.dart
Created May 3, 2024 00:27 — forked from carpodok/main.dart
Error Shake Effect Medium article source code
import 'dart:math';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});