Skip to content

Instantly share code, notes, and snippets.

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

Ahmet Melih Serter AhmetMelihSerter

🏠
Working from home
View GitHub Profile
@AhmetMelihSerter
AhmetMelihSerter / flutter_architecture.code-snippets
Created November 14, 2021 10:42
Flutter Architecture Snippets
{
"Architecture Model": {
"scope": "dart",
"prefix": "arc_model",
"body": [
"import 'package:json_annotation/json_annotation.dart';",
"import 'package:vexana/vexana.dart';",
"",
"part '$TM_FILENAME_BASE.g.dart';",
"",