Создание карточки в коллекции + экран поиска коллекции

This commit is contained in:
2025-04-02 21:40:31 +03:00
parent fb7ff84087
commit 17dff72655
36 changed files with 2495 additions and 277 deletions

View File

@@ -23,6 +23,7 @@ class AppRouter extends RootStackRouter {
),
AutoRoute(path: '/crud_collection', page: CrudCollectionRoute.page),
AutoRoute(path: '/collection_search', page: CollectionSearchRoute.page),
AutoRoute(path: '/crudFullField', page: CrudCollectionFullscreenField.page),
AutoRoute(path: '/collection_details', page: CollectionDetailRoute.page),
// AutoRoute(path: '/addTags', page: AddTagsRoute.page),