chore: save config
This commit is contained in:
parent
cb2ff3574e
commit
59fa9c7d7f
9 changed files with 128 additions and 90 deletions
|
|
@ -8,3 +8,7 @@
|
|||
#
|
||||
snippet tmt "Theme textTheme"
|
||||
Theme.of(context).textTheme.$1
|
||||
snippet phr "AppLocalizations"
|
||||
AppLocalizations.of(context)!.$1
|
||||
snippet imploc "Import AppLocalizations"
|
||||
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue