chore: update config
This commit is contained in:
parent
584ba6e536
commit
cb2ff3574e
13 changed files with 270 additions and 204 deletions
10
snippets/dart.snippets
Normal file
10
snippets/dart.snippets
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# snippet wb "Usecase for widgetbook"
|
||||
# // coverage:ignore-start
|
||||
# @UseCase(name: '$1', type: $1)
|
||||
# Widget $2(BuildContext context) {
|
||||
# return $3;
|
||||
# }
|
||||
# // coverage:ignore-end
|
||||
#
|
||||
snippet tmt "Theme textTheme"
|
||||
Theme.of(context).textTheme.$1
|
||||
Loading…
Add table
Add a link
Reference in a new issue