All tools/Flutter

Flutter

flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond.

Detected by flutter | macOS, Linux, Windows |docs.flutter.dev

Sync rules

What travels, what stays, what never leaves
Flutter in your home directory Every rule on this page, by file
android-sdk

Each machine keeps its own copy of these.

android-studio-dirjdk-dir

Each machine keeps its own copy of these.

{
"enable-web": true,
"enable-ios": true,
"android-sdk": "/Users/octocat/Library/Android/sdk",machine-local
"android-studio-dir": "/Applications/Android Studio.app/Contents",
"jdk-dir": "/Applications/Android Studio.app/Contents/jbr/Contents/Home"
}

Each machine keeps its own copy of these.

"enable-web": true,
"enable-ios": true,
"android-sdk": "/Users/octocat/Library/Android/sdk",
"android-studio-dir": "/Applications/Android Studio.app/Contents",machine-local
"jdk-dir": "/Applications/Android Studio.app/Contents/jbr/Contents/Home"machine-local
}

Each machine keeps its own copy of these.

{
"enable-web": true,
"enable-windows-desktop": true,
"android-sdk": "C:\\Users\\octocat\\AppData\\Local\\Android\\sdk",machine-local
"android-studio-dir": "C:\\Program Files\\Android\\Android Studio",
"jdk-dir": "C:\\Program Files\\Android\\Android Studio\\jbr"
}

Each machine keeps its own copy of these.

"enable-web": true,
"enable-windows-desktop": true,
"android-sdk": "C:\\Users\\octocat\\AppData\\Local\\Android\\sdk",
"android-studio-dir": "C:\\Program Files\\Android\\Android Studio",machine-local
"jdk-dir": "C:\\Program Files\\Android\\Android Studio\\jbr"machine-local
}

Each machine keeps its own copy of these.

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/flutter. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these is generated from the same rules as this page. None of them splits android-sdk and android-sdk for you — that part is Otty’s own sync, or a template you write by hand.