Skip to content

Instantly share code, notes, and snippets.

View dokumanx's full-sized avatar
🏠
Working from home

Nahit Fidancı dokumanx

🏠
Working from home
View GitHub Profile
@JEuler
JEuler / app-build.gradle
Created September 12, 2025 03:44
Flutter Android 16KB Setup Gist
// app/build.gradle
plugins {
id 'com.android.application'
// Use modern Kotlin Android plugin ID aligned with settings.gradle
id 'org.jetbrains.kotlin.android'
id 'dev.flutter.flutter-gradle-plugin'
}
...
@ipenywis
ipenywis / cursor-memory-bank-rules.md
Last active October 16, 2025 09:21
Cursor Memory Bank

Cursor's Memory Bank

I am Cursor, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.

Memory Bank Structure

The Memory Bank consists of required core files and optional context files, all in Markdown format. Files build upon each other in a clear hierarchy:

flowchart TD