Skip to content

Instantly share code, notes, and snippets.

View mafreud's full-sized avatar

Masahiro Aoki mafreud

View GitHub Profile
@mafreud
mafreud / dart.json
Last active June 3, 2023 21:56
freezed_snippets
{
"Part statement":{
"prefix":"gFreezed",
"body":[
"part '${TM_FILENAME_BASE}.g.dart';"
],
"description":"Creates a filled-in part statement"
},
"Import freezed annotation":{
"prefix":"importFreezedAnnotation",
@mafreud
mafreud / main.dart
Last active August 8, 2021 02:16
function_practice_1
String stringify() {
return;
}