Skip to content

Commit

Permalink
fixing package brick
Browse files Browse the repository at this point in the history
  • Loading branch information
GJJ2019 committed Aug 30, 2022
1 parent 73504fb commit 1c7f63f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion bricks/package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.0+2

- adding test folder
- removing unnecessary imports

# 0.1.0+1

- TODO: Describe initial release.
- A new brick created with the Mason CLI for generating flutter package.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'package:cloud_firestore/cloud_firestore.dart';

/// TODO: add your description here
class {{name.pascalCase()}} {
// TODO: add your methods here
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
void main() {
// TODO: add your test here
}
2 changes: 1 addition & 1 deletion bricks/package/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: package
description: A new brick created with the Mason CLI for generating flutter package.
version: 0.1.0+1
version: 0.1.0+2
repository: https://github.com/GJJ2019/mason_bricks/tree/main/bricks/package

environment:
Expand Down

0 comments on commit 1c7f63f

Please sign in to comment.