chore: update config

This commit is contained in:
Kiruel 2023-10-27 15:27:08 +02:00
parent 584ba6e536
commit cb2ff3574e
13 changed files with 270 additions and 204 deletions

10
snippets/dart.snippets Normal file
View 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