add notification, fix appbar,fix style subscription

This commit is contained in:
2026-05-21 12:19:06 +03:00
parent e7d2154d98
commit c996d0847f
60 changed files with 774 additions and 365 deletions

View File

@@ -70,6 +70,7 @@ class ScooterDetailScreen extends StatelessWidget {
padding: const EdgeInsets.symmetric(horizontal: 24),
child: Column(
children: [
const SizedBox(height: 16),
CustomAppBar(
title: scooter?.title != null ? 'Самокат ${scooter!.title}' : 'Самокат',
),