This commit is contained in:
2026-03-22 17:12:40 +03:00
parent 741a519687
commit f013753f80
17 changed files with 48 additions and 27 deletions
-7
View File
@@ -14,14 +14,7 @@ void main() async {
await initializeDateFormatting('ru_RU', null);
await initializeDateFormatting('en', null);
await initializeDateFormatting('ru', null);
await GoogleFonts.pendingFonts([
GoogleFonts.nunito(),
GoogleFonts.nunito(fontWeight: FontWeight.w600),
GoogleFonts.nunito(fontWeight: FontWeight.w700),
GoogleFonts.nunito(fontWeight: FontWeight.w800),
]);
final prefs = await SharedPreferences.getInstance();
await HapticService.init();