Skip to content

Instantly share code, notes, and snippets.

View akifarhan's full-sized avatar
🎯
Focusing

Muhammad Akif Farhan akifarhan

🎯
Focusing
View GitHub Profile
{
"Freezed model": {
"scope": "dart,flutter",
"prefix": "frz",
"body": [
"@freezed",
"abstract class ${1:${TM_FILENAME_BASE/(.*)/${1:/pascalcase}/g}} with _$${1} {",
" factory ${1}({",
" @required ${2:String id},",
" }) = _${1};",