Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 22b73d3

Browse files
chore: generate template (#32)
Co-authored-by: VGV Bot <vgvbot@users.noreply.github.com>
1 parent eca90db commit 22b73d3

4 files changed

Lines changed: 0 additions & 42 deletions

File tree

brick/__brick__/{{project_name.snakeCase()}}/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

brick/__brick__/{{project_name.snakeCase()}}/lib/src/{{project_name.snakeCase()}}.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// Copyright (c) {{current_year}}, Very Good Ventures
2-
// https://verygood.ventures
3-
//
4-
// Use of this source code is governed by an MIT-style
5-
// license that can be found in the LICENSE file or at
6-
// https://opensource.org/licenses/MIT.
7-
81
/// {@template {{project_name.snakeCase()}}}
92
/// {{{description}}}
103
/// {@endtemplate}

brick/__brick__/{{project_name.snakeCase()}}/lib/{{project_name.snakeCase()}}.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// Copyright (c) {{current_year}}, Very Good Ventures
2-
// https://verygood.ventures
3-
//
4-
// Use of this source code is governed by an MIT-style
5-
// license that can be found in the LICENSE file or at
6-
// https://opensource.org/licenses/MIT.
7-
81
/// {{{description}}}
92
library {{project_name.snakeCase()}};
103

brick/__brick__/{{project_name.snakeCase()}}/test/src/{{project_name.snakeCase()}}_test.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// Copyright (c) {{current_year}}, Very Good Ventures
2-
// https://verygood.ventures
3-
//
4-
// Use of this source code is governed by an MIT-style
5-
// license that can be found in the LICENSE file or at
6-
// https://opensource.org/licenses/MIT.
7-
81
// ignore_for_file: prefer_const_constructors
92

103
import 'package:flutter_test/flutter_test.dart';

0 commit comments

Comments
 (0)