feature(self): добавлен разлогин

This commit is contained in:
2025-09-08 22:55:38 +03:00
parent 845a380fbf
commit e791f08eef
2 changed files with 26 additions and 1 deletions

View File

@@ -68,6 +68,9 @@ class _CollectionScreenState extends State<CollectionScreen> {
duration: const Duration(milliseconds: 200),
child: FloatingActionButton(
backgroundColor: AppColors.primary,
// onPressed: () {
// getIt<CollectionsInterface>().createCollectionApi();
// },
onPressed: () => context.pushRoute(CrudCollectionRoute()),
child: const Icon(Icons.add),
),