Добавлено удаление коллекций
This commit is contained in:
@@ -77,7 +77,7 @@ class _CollectionScreenState extends State<CollectionScreen> {
|
||||
const CollectionsFilters(),
|
||||
Expanded(
|
||||
child: StreamBuilder<List<Collection>>(
|
||||
stream: getIt<CollectionsInterface>().getCollectionsList(),
|
||||
stream: getIt<CollectionsInterface>().watchCollectionsList(),
|
||||
builder: (context, snapshot) {
|
||||
if (snapshot.connectionState == ConnectionState.waiting) {
|
||||
return const _LoadingList();
|
||||
|
||||
Reference in New Issue
Block a user