chore: save config

This commit is contained in:
Kiruel 2024-01-07 07:42:29 +01:00
parent cb2ff3574e
commit 59fa9c7d7f
9 changed files with 128 additions and 90 deletions

View file

@ -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';