Skip to content

Instantly share code, notes, and snippets.

View tadeohepperle's full-sized avatar

Tadeo Hepperle tadeohepperle

View GitHub Profile
@arifikhsan
arifikhsan / dart.json
Last active March 22, 2023 09:54
snippet from resocoder
{
"Part statement": {
"prefix": "pts",
"body": [
"part '${TM_FILENAME_BASE}.g.dart';",
],
"description": "Creates a filled-in part statement"
},
"Part 'Freezed' statement": {
"prefix": "ptf",